com.hp.lft.sdk.powerbuilder

Class TabControlDescription

    • Constructor Detail

      • TabControlDescription

        public TabControlDescription()
        Initializes a new instance of the TabControlDescription class.
      • TabControlDescription

        protected TabControlDescription(TabControlDescription.Init<?> init)
        Initializes a new instance of the TabControlDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setTabs

        public void setTabs(String[] tabs)
        Sets the tabs in the TabControlDescription.
        Parameters:
        tabs - the tabs in the tab control.
      • getTabs

        public String[] getTabs()
        Returns the tabs in the TabControlDescription.
        Returns:
        the tabs in the TabControlDescription.
      • setSelectedTab

        public void setSelectedTab(String tab)
        Sets the selected tab in the TabControlDescription.
        Parameters:
        tab - the selected tabs in the TabControlDescription.
      • setSelectedTab

        public void setSelectedTab(StringProperty tab)
        Sets the selected tab in the TabControlDescription.
        Parameters:
        tab - a StringProperty (or RegExpProperty) representing the selected tab in the TabControlDescription.
      • getSelectedTab

        public StringProperty getSelectedTab()
        Returns the selected tab in the TabControlDescription.
        Returns:
        the selected tab in the TabControlDescription.
      • setTabsCount

        public void setTabsCount(Integer count)
        Sets the number of tabs in the TabControlDescription.
        Parameters:
        count - the number of tabs in the TabControlDescription.
      • getTabsCount

        public Integer getTabsCount()
        Returns the number of tabs in the TabControlDescription.
        Returns:
        the number of tabs in the TabControlDescription.