com.hp.lft.sdk.winforms

Class PropertyGridDescription.Init<T extends PropertyGridDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • attachedText

        public T attachedText(StringProperty attachedText)
        Initializes the static text that is attached to this object.
        Parameters:
        attachedText - a StringProperty or RegExpProperty
        Returns:
        the description instance with the update state (builder pattern)
      • attachedText

        public T attachedText(java.lang.String attachedText)
        Initializes the static text that is attached to this object.
        Parameters:
        attachedText - the static text
        Returns:
        the description instance with the update state (builder pattern)