Interface TethysUITabPaneManager.TethysUITabItem

All Known Implementing Classes:
TethysUICoreTabPaneManager.TethysUICoreTabItem
Enclosing interface:
TethysUITabPaneManager

public static interface TethysUITabPaneManager.TethysUITabItem
Tab Iten.
  • Method Details

    • getName

      String getName()
      Obtain the name.
      Returns:
      the name
    • getId

      Integer getId()
      Obtain the name.
      Returns:
      the name
    • getPane

      Obtain the pane.
      Returns:
      the pane
    • isVisible

      boolean isVisible()
      Is the item visible?
      Returns:
      true/false
    • isEnabled

      boolean isEnabled()
      Is the item enabled?
      Returns:
      true/false
    • setEnabled

      void setEnabled(boolean pEnabled)
      Set Enabled status.
      Parameters:
      pEnabled - true/false
    • setVisible

      void setVisible(boolean pVisible)
      Set Visible.
      Parameters:
      pVisible - true/false
    • selectItem

      void selectItem()
      Select item.