com.hp.lft.sdk.wpf

Class TabStripDescription

    • Constructor Detail

      • TabStripDescription

        public TabStripDescription()
        Initializes a new instance of the TabStripDescription class.
    • Method Detail

      • setTabs

        public void setTabs(java.lang.String[] tabs)
        Sets list of all items in the object.
        Parameters:
        tabs - list of all items in the object.
      • getTabs

        public java.lang.String[] getTabs()
        Returns list of all items in the object.
        Returns:
        list of all items in the object.
      • setSelectedTab

        public void setSelectedTab(java.lang.String tab)
        Sets selected tab in the tab control.
        Parameters:
        tab - the selected tabs in the combo box.
      • setSelectedTab

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

        public StringProperty getSelectedTab()
        Returns selected tab in the tab control.
        Returns:
        selected tab in the tab control.
      • setName

        public void setName(java.lang.String name)
        Sets the name of the object.
        Parameters:
        name - the name of this object
      • setName

        public void setName(StringProperty name)
        Sets the name of the object.
        Parameters:
        name - a StringProperty(or RegExpProperty) representing the text associated with the name of the object.
      • getName

        public StringProperty getName()
        Returns the name of this object.
        Returns:
        name the name of the object.