Interface SectionView

All Superinterfaces:
ViewItem

public interface SectionView extends ViewItem
  • 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

      List<Field> getFields()