Package | Description |
---|---|
org.colcon.burocrat.api.client | |
org.colcon.burocrat.client | |
org.colcon.burocrat.client.form |
Modifier and Type | Method and Description |
---|---|
BurocratField |
IWidgets.buildField(IClient client,
IArg arg) |
BurocratField |
IFieldTypeImpl.buildField(IClient client,
IArg arg) |
Modifier and Type | Class and Description |
---|---|
class |
BurocratForm
An auto-generated data-entry form that consists of a set of BurocratFields,
which allows users to enter data values for a given argument list
|
Modifier and Type | Method and Description |
---|---|
BurocratField |
Widgets.buildField(IClient client,
IArg arg) |
abstract BurocratField |
FieldTypeImpl.buildField(IClient client,
IArg arg) |
BurocratField |
BurocratForm.getField(IArg arg) |
BurocratField |
BurocratForm.getField(int i) |
Modifier and Type | Class and Description |
---|---|
class |
DateField
A field for Burocrat to input dates
|
class |
ListBoxField
A drop-down list for selecting from a set of options
|
class |
ListField
A BurocratField used for inputing a dynamic list of values
|
class |
PasswordBoxField
A BurocratField for entering passwords
|
class |
RadioSelectionField |
class |
TextAreaField
A BurocratField for entering large amounts of text
|
class |
TextBoxField
A simple text input field
|