Class CustomSubForm

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

public class CustomSubForm extends Object
This CustomSubFormSection divides sections into sub forms
Version:
1.0
Author:
rsoika
  • Constructor Details

    • CustomSubForm

      public CustomSubForm(String id, String label, boolean readonly)
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • isReadonly

      public boolean isReadonly()
    • setReadonly

      public void setReadonly(boolean readonly)
    • getSections

      public List<CustomFormSection> getSections()
    • setSections

      public void setSections(List<CustomFormSection> sections)