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