Class AutoLayoutWorkflowInformationControl

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

    public class AutoLayoutWorkflowInformationControl
    extends WorkflowMetaDataControl
    Renders workflow input controls based on the workflow information.

    Example use: <control:lum_autoLayoutWorkflowInformation" /> xml data available for xsl rendering: <control id="8A488A03116B438901116B5EAAB80273" type="lum_autoLayoutWorkflowInformation"> <control id="8A488A03116B438901116B5EAAB80273.pk" type="lum_inputHidden" ... /> <control id="8A488A03116B438901116B5EAAC80274" style="width:100%" type="lum_div"> <control id="lumWorkflowArea" type="lum_table"> <tr> <td width="50%"> <control id="8A488A03116B438901116B5EAAC80275" type="lum_label" ... /> <control id="workflowState" type="lum_workflowState" ... /> </td> <td> <control id="8A488A03116B438901116B5EAAC80276" type="lum_label" ... /> <control id="workflowAssignedTo" type="lum_workflowAssignedTo" ... /> </td> </tr> <tr> <td width="50%"> <control id="8A488A03116B438901116B5EAAC80277" type="lum_label" ... /> <control id="workflowAction" type="lum_workflowAction" ... /> </td> <td> <control id="8A488A03116B438901116B5EAAC80278" type="lum_label" ... /> <control id="workflowSendTo" type="lum_workflowSendTo" ... /> </td> </tr> </control> </control> </control>
    Since:
    4.0.0
    Version:
    $Revision: 20825 $ $Date: 2017-12-11 14:43:21 -0200 (Mon, 11 Dec 2017) $
    See Also:
    InputHiddenControl, LabelControl, WorkflowStateControl, WorkflowAssignedToControl, WorkflowActionControl, WorkflowSendToControl