Class TabControlDescription.Init<T extends TabControlDescription.Init<T>>

Direct Known Subclasses:
TabControlDescription.Builder
Enclosing class:
TabControlDescription

protected abstract static class TabControlDescription.Init<T extends TabControlDescription.Init<T>> extends UiObjectBaseDescription.Init<T>
Helper class for TabControlDescription.Builder.
  • Constructor Details

    • Init

      protected Init()
  • Method Details

    • build

      public TabControlDescription build()
      Description copied from class: DescriptionBase.Init
      Returns the built description instance (builder pattern).
      Overrides:
      build in class DescriptionBase.Init<T extends TabControlDescription.Init<T>>
      Returns:
      The built description instance (builder pattern).
    • tabsCount

      public T tabsCount(Integer tabsCount)
      Initializes the number of tabbed panels contained in the tab object.
      Parameters:
      tabsCount - the number of tabbed panels contained in the tab object.
      Returns:
      the description instance with the updated state (builder pattern).
    • selectedTab

      public T selectedTab(String selectedTab)
      Initializes the selected tabbed panel contained in the tab object.
      Parameters:
      selectedTab - the selected tabbed panel.
      Returns:
      the description instance with the updated state (builder pattern).
    • selectedTab

      public T selectedTab(StringProperty selectedTab)
      Initializes the selected tabbed panel.
      Parameters:
      selectedTab - a StringProperty or RegExpProperty.
      Returns:
      the description instance with the updated state (builder pattern).
    • origLogicalLocation

      public T origLogicalLocation(String origLogicalLocation)
      Initializes the original logical location of the tab object.
      Parameters:
      origLogicalLocation - The location.
      Returns:
      the description instance with the updated state (builder pattern).
    • origLogicalLocation

      public T origLogicalLocation(StringProperty origLogicalLocation)
      Initializes the original logical location of the tab object.
      Parameters:
      origLogicalLocation - a StringProperty or RegExpProperty.
      Returns:
      the description instance with the updated state (builder pattern).