com.hp.lft.sdk.wpf

Class ToolBarDescription.Init<T extends ToolBarDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • name

        public T name(StringProperty name)
        Initializes the name of this object.
        Parameters:
        name - a StringProperty(or RegExpProperty) representing the text associated with the name of the object.
        Returns:
        the description instance with the update state (builder pattern)
      • name

        public T name(java.lang.String name)
        Initializes the name of this object.
        Parameters:
        name - the name of this object
        Returns:
        the description instance with the update state (builder pattern)