com.hp.lft.sdk.java

Class LinkDescription.Init<T extends LinkDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • text

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

        public T text(StringProperty text)
        Initializes the link text.
        Parameters:
        text - a StringProperty or RegExpProperty representing the text displayed in the link object.
        Returns:
        the description instance with the updated state (builder pattern).