com.hp.lft.sdk.sap.gui

Class OKCodeDescription.Init<T extends OKCodeDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • value

        public T value(StringProperty value)
        Initializes command code entered in the field.
        Parameters:
        value - a StringProperty or RegExpProperty.
        Returns:
        the description instance with the update state (builder pattern).
      • value

        public T value(java.lang.String value)
        Initializes command code entered in the field.
        Parameters:
        value - the command code.
        Returns:
        the description instance with the update state (builder pattern).