Interface TabGroupTagDeclaration

All Superinterfaces:
HasAction, HasActionListener, HasAutoSpacing, HasBinding, HasId, HasIdBindingAndRendered, HasTip, IsImmediateCommand, IsRendered, IsVisual

Renders a tab group which contains tab panels.
  • Method Details

    • setShowNavigationBar

      void setShowNavigationBar(String showNavigationBar)
      Flag indicating that the tab navigation bar is rendered.
    • setSwitchType

      void setSwitchType(String switchType)

      Indicating how tab switching should be done.

      Possible values are:

      client
      Tab switching is done on client, no server Request.
      reloadPage
      Tab switching is done by server request. Full page is reloaded.
      reloadTab
      Tab switching is done by server request. Only the Tab is reloaded.
      Parameters:
      switchType - Sets the switching type.
    • setSelectedIndex

      void setSelectedIndex(String selectedIndex)
      ValueBindingExpression pointing to a Integer to save the component's selected Tab.
    • setRenderedIndex

      void setRenderedIndex(String renderedIndex)
      For internal use. TBD: Check if this is needed any longer.
    • setTabChangeListener

      void setTabChangeListener(String listener)