com.hp.lft.sdk.web

Class FormFieldDescription.Init<T extends FormFieldDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • type

        public T type(java.lang.String type)
        Initializes the attribute "type" of the HTML element.
        Parameters:
        type - the attribute "type" of the HTML element.
        Returns:
        the description instance with the update state (builder pattern).
      • type

        public T type(StringProperty type)
        Initializes the attribute "type" of the HTML element.
        Parameters:
        type - a StringProperty(or RegExpProperty) representing the attribute "type" of the HTML element.
        Returns:
        the description instance with the update state (builder pattern).