com.hp.lft.sdk.winforms

Class EditorDescription.Init<T extends EditorDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • selectedText

        public T selectedText(StringProperty selectedText)
        Initializes the the selected text in the control.
        Parameters:
        selectedText - a StringProperty or RegExpProperty
        Returns:
        the description instance with the update state (builder pattern)
      • selectedText

        public T selectedText(java.lang.String selectedText)
        Initializes the the selected text in the control.
        Parameters:
        selectedText - the selected text
        Returns:
        the description instance with the update state (builder pattern)