com.hp.lft.sdk.java

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

      • setTabsCount

        public void setTabsCount(java.lang.Integer count)
        Sets the number of tabbed panels contained in the tab object.
        Parameters:
        count - the number of tabbed panels contained in the tab object.
      • getTabsCount

        public java.lang.Integer getTabsCount()
        Returns the number of tabbed panels contained in the tab object.
        Returns:
        the number of tabbed panels contained in the tab object.
      • setSelectedTab

        public void setSelectedTab(java.lang.String selectedTab)
        Selects the specified tabbed panel.
        Parameters:
        selectedTab - the tabbed panel.
      • getSelectedTab

        public StringProperty getSelectedTab()
        Returns the specified tabbed panel.
        Returns:
        the tabbed panel.
      • setOrigLogicalLocation

        public void setOrigLogicalLocation(StringProperty origLogicalLocation)
        Sets the original logical location of the tab object relative to the parent object.
        Parameters:
        origLogicalLocation - a StringProperty or RegExpProperty of form X_<x_logical_loc>__Y_<y_logical_loc> where logical_loc is one of 'SMALL', 'BIG', 'FULL', 'CENTER' or 'UNK' if no significance was found.
      • setOrigLogicalLocation

        public void setOrigLogicalLocation(java.lang.String origLogicalLocation)
        Sets the original logical location of the tab object relative to the parent object.
        Parameters:
        origLogicalLocation - a string of form X_<x_logical_loc>__Y_<y_logical_loc> where logical_loc is one of 'SMALL', 'BIG', 'FULL', 'CENTER' or 'UNK' if no significance was found.
      • getOrigLogicalLocation

        public StringProperty getOrigLogicalLocation()
        Returns the original logical location of the tab object.
        Returns:
        a string of form X_<x_logical_loc>__Y_<y_logical_loc> where logical_loc is one of 'SMALL', 'BIG', 'FULL', 'CENTER' or 'UNK' if no significance was found.