Class EmailField

java.lang.Object
org.apache.guacamole.form.Field
org.apache.guacamole.form.EmailField

public class EmailField extends Field
Represents a text field which may contain an email address.
  • Constructor Details

    • EmailField

      public EmailField(String name)
      Creates a new EmailField with the given name.
      Parameters:
      name - The unique name to associate with this field.