Interface SectionView
- All Superinterfaces:
ViewItem
-
Method Summary
Modifier and TypeMethodDescriptionGet container in the first columngetName()
Get the name of sectionGet container in the second columnGet container in the third column
-
Method Details
-
getName
String getName()Get the name of section- Returns:
-
getFirstColumn
List<ContainerView> getFirstColumn()Get container in the first column- Returns:
- list of container
-
getSecondColumn
List<ContainerView> getSecondColumn()Get container in the second column- Returns:
- list of container
-
getThirdColumn
List<ContainerView> getThirdColumn()Get container in the third column- Returns:
- list of container
-
getFields
-