Package org.imixs.workflow.office.forms
Class CustomFormSection
java.lang.Object
org.imixs.workflow.office.forms.CustomFormSection
This CustomFormSection provides the informations from a custom form definition
- Version:
- 1.0
- Author:
- rsoika
-
Constructor Summary
ConstructorsConstructorDescriptionCustomFormSection(String label, String columns, String path, boolean readonly) -
Method Summary
Modifier and TypeMethodDescriptiongetItems()getLabel()getPath()booleanvoidsetColumns(String columns) voidsetItems(List<CustomFormItem> items) voidvoidvoidsetReadonly(boolean readonly)
-
Constructor Details
-
CustomFormSection
-
-
Method Details
-
getLabel
-
setLabel
-
getColumns
-
setColumns
-
getItems
-
setItems
-
getPath
-
setPath
-
isReadonly
public boolean isReadonly() -
setReadonly
public void setReadonly(boolean readonly)
-