Class FormSection

java.lang.Object
org.imixs.workflow.office.forms.FormSection

public class FormSection extends Object
This Class provides the informations about EditorSections defined in the Model (txtWorkflowEditorID) <c:forEach items="#{workitemMB.editorSections}" var="section"> <ui:include src="/pages/workitems/forms/#{section.url}.xhtml" /> ..... other Example: rendered="#{! empty workitemMB.editorSection['prototyp/files']}"
Author:
rsoika
See Also:
  • VersionController.getEditorSections
  • VersionController.getEditorSection
  • Constructor Details

    • FormSection

      public FormSection(String path, String name)
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getName

      public String getName()
    • setName

      public void setName(String name)