Package org.apache.guacamole.form
Class EmailField
java.lang.Object
org.apache.guacamole.form.Field
org.apache.guacamole.form.EmailField
Represents a text field which may contain an email address.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.guacamole.form.Field
Field.Type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.guacamole.form.Field
getName, getOptions, getType, setName, setOptions, setType
-
Constructor Details
-
EmailField
Creates a new EmailField with the given name.- Parameters:
name
- The unique name to associate with this field.
-