Package | Description |
---|---|
org.colcon.burocrat.client | |
org.colcon.burocrat.client.form | |
org.colcon.burocrat.client.list | |
org.colcon.burocrat.client.ui |
Modifier and Type | Class and Description |
---|---|
class |
BurocratField
This is the superclass for all input GUI components (text boxes, radio buttons, etc.) in a BurocratForm,
which allows users to enter data values for a given argument
|
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 | 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
|
Modifier and Type | Class and Description |
---|---|
class |
BurocratList
This is a panel used to display a list of items.
|
class |
NewsList
A subclass of BurocratList that serves as Burocrat's news feed
|
Modifier and Type | Class and Description |
---|---|
class |
FooterPanel
The footer at the bottom of every page
|
class |
HeaderPanel
The header at the top of every page, which includes a logo,
links to various subpages, and user account controls
|
class |
LoggedInPanel
This is shown in the header when the user is logged in
|
class |
LoginPanel
This is shown in the header when the user is not logged in
|
class |
UserHeaderPanel
This is the part of the header for user account controls
|