Class WorkflowStateFilterControl

  • All Implemented Interfaces:
    Observer, VariableResolver, IControl, IDataBoundControl, IDataControl, IRenderer

    public class WorkflowStateFilterControl
    extends DataBoundControl
    A control used in administration list to filter workflow state field. Example use: <control:lum_workflowStateFilter id="state" /> xml data available for xsl rendering: <control id="state" type="lum_workflowStateFilter"> <data> <option value=""></option> <option value="aproved" selected="true">Aproved</option> </data> </control>
    Since:
    5.6.1
    Version:
    $Revision: 17606 $ $Date: 2015-07-24 10:56:40 -0300 (Fri, 24 Jul 2015) $