com.hp.lft.sdk.mobile

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • text

        public T text(StringProperty text)
        Initializes the text on the button.
        Parameters:
        text - a StringProperty (or RegExpProperty) representing the text on the button.
        Returns:
        the description instance with the updated state (builder pattern).
      • text

        public T text(java.lang.String text)
        Initializes the text on the button.
        Parameters:
        text - the text on the button.
        Returns:
        the description instance with the updated state (builder pattern).