Interface | Description |
---|---|
BurocratService |
The client side stub for the RPC service.
|
BurocratServiceAsync |
The async counterpart of
BurocratService . |
Class | Description |
---|---|
Burocrat |
This is where instances of the client are instantiated
|
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
|
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
|
Client |
The main class of the Burocrat client
|
Widgets |
This is a widget factory that builds custom GUI components
|
Enum | Description |
---|---|
BurocratCookie |
Browser cookie keys for storing client-side data across refreshes
|
CSS |
CSS style names for custom client formatting
|
FieldTypeImpl |
These are implementations of input GUI components for the FieldTypes with the same names
|
ItemPageImpl |
These are implementations of item pages for item types with the same name
|
PageImpl |
These are implementations of static pages within the site, each with a URL of
|