com.hp.lft.sdk.sap.gui

Class LabelDescription.Init<T extends LabelDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • text

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

        public T highlighted(java.lang.Boolean isHighlighted)
        Initializes whether the label is highlighted.
        Parameters:
        isHighlighted - true to set as highlighted.
        Returns:
        the description instance with the update state (builder pattern).
      • iconName

        public T iconName(StringProperty iconName)
        Initializes the name of the icon used in the label.
        Parameters:
        iconName - a StringProperty or RegExpProperty.
        Returns:
        the description instance with the update state (builder pattern).
      • iconName

        public T iconName(java.lang.String iconName)
        Initializes the name of the icon used in the label.
        Parameters:
        iconName - the name of the icon.
        Returns:
        the description instance with the update state (builder pattern).
      • maxLength

        public T maxLength(java.lang.Integer maxLength)
        Initializes the maximum number of characters that can be displayed in the label.
        Parameters:
        maxLength - the maximum number of characters.
        Returns:
        the description instance with the update state (builder pattern).
      • numerical

        public T numerical(java.lang.Boolean isNumerical)
        Initializes whether the label is a numerical field.
        Parameters:
        isNumerical - true to set as numerical field.
        Returns:
        the description instance with the update state (builder pattern).
      • relativeId

        public T relativeId(StringProperty id)
        Initializes the object's unique identifier relative to the parent window ID.
        Parameters:
        id - a StringProperty or RegExpProperty.
        Returns:
        the description instance with the update state (builder pattern).
      • relativeId

        public T relativeId(java.lang.String id)
        Initializes the object's unique identifier relative to the parent window ID.
        Parameters:
        id - the object's unique identifier.
        Returns:
        the description instance with the update state (builder pattern).