public class CustomFormSection extends Object
| Constructor and Description |
|---|
CustomFormSection(String label,
String columns,
String path,
boolean readonly) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumns() |
List<CustomFormItem> |
getItems() |
String |
getLabel() |
String |
getPath() |
boolean |
isReadonly() |
void |
setColumns(String columns) |
void |
setItems(List<CustomFormItem> items) |
void |
setLabel(String label) |
void |
setPath(String path) |
void |
setReadonly(boolean readonly) |
public String getLabel()
public void setLabel(String label)
public String getColumns()
public void setColumns(String columns)
public List<CustomFormItem> getItems()
public void setItems(List<CustomFormItem> items)
public String getPath()
public void setPath(String path)
public boolean isReadonly()
public void setReadonly(boolean readonly)
Copyright © 2016–2022 Imixs Software Solutions GmbH. All rights reserved.