com.hp.lft.sdk.web

Class FormFieldDescription

    • Constructor Detail

      • FormFieldDescription

        protected FormFieldDescription(FormFieldDescription.Init<?> init)
        Initializes a new instance of the FormFieldDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
      • FormFieldDescription

        protected FormFieldDescription()
        Initializes a new instance of the FormFieldDescription class.
    • Method Detail

      • setType

        public void setType(StringProperty type)
        Sets the attribute "type" of the HTML element.
        Parameters:
        type - a StringProperty(or RegExpProperty) representing the attribute "type" of the HTML element.
      • setType

        public void setType(java.lang.String type)
        Sets the type of object as defined in the HTML input tag.
        Parameters:
        type - the type of object as defined in the HTML input tag.
      • getType

        public StringProperty getType()
        Returns the type of object as defined in the HTML input tag.
        Returns:
        the type of object as defined in the HTML input tag.