InputElementType Enum

InputElementType enumeration

Represent states of the input field.

public enum InputElementType

Values

NameValueDescription
Hidden1A control that is not displayed.
Text2A control that is a text-field.
Search3A control that is used for entering search Strings.
Telephone4A control for entering a telephone number.
Url5A field for entering a URL.
Email6A field for entering an email.
Password7A field for entering a password.
Date8A field for entering a date.
Month9A field for entering a month.
Week10A field for entering a week.
Time11A field for entering a time.
LocalDateTime12A field for entering a local datetime.
Number13A field for entering a number.
Range14A field for entering a number inside the range.
Color15A field for entering a color.
Checkbox16A field for entering a checkbox.
Radio17A field that allowing a single value to select.
File18A field that allows to select and attach user files.
Submit19A button for submitting the form result.
Image20A graphical button for submitting the form result.
Reset21A button for resetting the form data.
Button22A push button.

See Also