Class UITabContentContainerView<O extends UIFormContentContainer>

java.lang.Object
org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView<O>
org.openforis.collect.metamodel.uiconfiguration.view.UITabContentContainerView<O>
Direct Known Subclasses:
UIFieldSetView, UITabSetView, UITabView

public abstract class UITabContentContainerView<O extends UIFormContentContainer> extends UIModelObjectView<O>
  • Constructor Details

    • UITabContentContainerView

      public UITabContentContainerView(O uiObject, ViewContext context)
  • Method Details

    • getTabs

      public List<UITabView> getTabs()
    • getChildren

      public List<UITabComponentView<?>> getChildren()
    • getTotalColumns

      public int getTotalColumns()
    • getTotalRows

      public int getTotalRows()