Class CustomFormSection

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

public class CustomFormSection extends Object
This CustomFormSection provides the informations from a custom form definition
Version:
1.0
Author:
rsoika
  • Constructor Details

    • CustomFormSection

      public CustomFormSection(String label, String columns, String path, boolean readonly)
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getColumns

      public String getColumns()
    • setColumns

      public void setColumns(String columns)
    • getItems

      public List<CustomFormItem> getItems()
    • setItems

      public void setItems(List<CustomFormItem> items)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • isReadonly

      public boolean isReadonly()
    • setReadonly

      public void setReadonly(boolean readonly)