Package org.apache.guacamole.form
Provides classes which describe the contents and semantics of forms which
may be presented to the user.
-
Class Summary Class Description BooleanField Represents a field with strictly one possible value.DateField Represents a date field.EmailField Represents a text field which may contain an email address.EnumField Represents an arbitrary field with a finite, enumerated set of possible values.Field Represents an arbitrary field, such as an HTTP parameter, the parameter of a remote desktop protocol, or an input field within a form.Field.Type All types of fields which are available by default.FieldOption Describes an available legal value for an enumerated field.Form Information which describes logical set of fields.LanguageField Represents a language field.MultilineField Represents a field which can contain multiple lines of text.NumericField Represents a field which may contain only integer values.PasswordField Represents a field which contains sensitive text information related to authenticating a user.RedirectField A Guacamole field that redirects a user to another page.TerminalColorSchemeField Represents a terminal color scheme field.TextField Represents a basic text field.TimeField Represents a time field.TimeZoneField Represents a time zone field.UsernameField Represents a text field which will contain the uniquely-identifying name of a user.