Interface ContainerView

All Superinterfaces:
ViewItem

public interface ContainerView extends ViewItem
  • Method Details

    • getName

      String getName()
      Get name of container
      Returns:
      name of container
    • getFieldViews

      List<FieldView> getFieldViews()
      Get the list of field view items into the container
      Returns:
      list of field view
    • getFieldItem

      @Deprecated List<FieldView> getFieldItem()
      Deprecated.
      Get the list of field view items into the container
      Returns:
      list of field view