See: Description
| Class | Description |
|---|---|
| BooleanField |
Represents a field with strictly one possible value.
|
| DateField |
Represents a date field.
|
| 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.
|
| 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.
|
| 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.
|
Copyright © 2015. All rights reserved.