Ambition.Form – ambition Reference Manual
Packages
ambition
Ambition
Form
ButtonType
Tag
Button
CheckboxGroupInput
FieldRenderer
FormDefinition
GroupInput
HiddenInput
PasswordInput
RadioGroupInput
ResetButton
SelectGroupInput
SubmitButton
TBButton
TBCheckboxGroupInput
TBGroupInput
TBPasswordInput
TBRadioGroupInput
TBResetButton
TBSelectGroupInput
TBSubmitButton
TBTextInput
TBTextarea
TextInput
Textarea
Validator
Ambition.Form
Description:
Content:
Interfaces:
Tag
-
Classes:
HiddenInput
-
<input type="hidden" />
RadioGroupInput
-
<input type="radio" />
TextInput
-
<input type="text" />
Button
-
<button type="button" />
CheckboxGroupInput
-
<input type= "checkbox" />
Validator
-
Provides commonly-used validators for use in forms.
PasswordInput
-
<input type="password" / >
ResetButton
-
<button type="reset" />
GroupInput
-
FieldRenderer
-
Base class for a field renderer. Implements render() method.
SubmitButton
-
<button type="submit" / >
Textarea
-
<textarea /> If the nick is null, this will not render a default nick. Instead, it will add a textarea without a dl->dd/dt.
SelectGroupInput
-
<select />
FormDefinition
-
Representation of a HTML form, providing form validation, auto-fill, and rendering.
TBCheckboxGroupInput
-
<input type="checkbox" />
TBRadioGroupInput
-
<input type= "radio" />
TBResetButton
-
<button type="reset" / >
TBTextarea
-
<textarea />
TBButton
-
<button type="button" />
TBPasswordInput
-
<input type= "password" />
TBSelectGroupInput
-
<select />
TBTextInput
-
<input type="text" />
TBSubmitButton
-
<button type="submit" />
TBGroupInput
-
Enums:
ButtonType
-