com.hp.lft.sdk.wpf

Class EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • readOnly

        public T readOnly(java.lang.Boolean isReadOnly)
        Initializes whether the text editing object is read-only to a user interacting with the object.
        Parameters:
        isReadOnly - whether the text editing object is read-only to a user interacting with the object.
        Returns:
        the description instance with the update state (builder pattern)
      • parentText

        public T parentText(StringProperty parentText)
        Initializes text associated with the parent object of this object.
        Parameters:
        parentText - a StringProperty or RegExpProperty
        Returns:
        the description instance with the update state (builder pattern)
      • parentText

        public T parentText(java.lang.String parentText)
        Initializes the text associated with the parent object of this object.
        Parameters:
        parentText - the text to associate with the parent object
        Returns:
        the description instance with the update state (builder pattern)
      • name

        public T name(StringProperty name)
        Initializes the name of this object.
        Parameters:
        name - a StringProperty(or RegExpProperty) representing the text associated with the name of the object.
        Returns:
        the description instance with the update state (builder pattern)
      • name

        public T name(java.lang.String name)
        Initializes the name of this object.
        Parameters:
        name - the name of this object
        Returns:
        the description instance with the update state (builder pattern)