com.hp.lft.sdk.sap.gui

Class ButtonDescription.Init<T extends ButtonDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • tooltip

        public T tooltip(StringProperty tooltip)
        Initializes value of the object's tooltip.
        Parameters:
        tooltip - a StringProperty or RegExpProperty.
        Returns:
        the description instance with the update state (builder pattern).
      • tooltip

        public T tooltip(java.lang.String tooltip)
        Initializes value of the object's tooltip.
        Parameters:
        tooltip - the value of the object's tooltip.
        Returns:
        the description instance with the update state (builder pattern).
      • containerName

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

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

        public T text(java.lang.String text)
        Initializes text associated with the object.
        Parameters:
        text - the text associated with the object.
        Returns:
        the description instance with the update state (builder pattern).
      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the object can accept user input.
        Parameters:
        enabled - true to set as enabled.
        Returns:
        the description instance with the update state (builder pattern).