Modifier and Type | Method and Description |
---|---|
IClient |
IClient.addHeader(HeaderPanel h) |
Modifier and Type | Method and Description |
---|---|
BurocratField |
IWidgets.buildField(IClient client,
IArg arg) |
BurocratField |
IFieldTypeImpl.buildField(IClient client,
IArg arg) |
FooterPanel |
IWidgets.buildFooter(IClient client) |
HeaderPanel |
IWidgets.buildHeader(IClient client) |
ItemPage |
IWidgets.buildItemPage(IClient client,
IItem item) |
ItemPage |
IItemPageImpl.buildItemPage(IClient client,
IItem item) |
BurocratPage |
IPageImpl.buildPage(IClient client) |
Modifier and Type | Class and Description |
---|---|
class |
Client
The main class of the Burocrat client
|
Modifier and Type | Method and Description |
---|---|
IClient |
Client.addHeader(HeaderPanel h) |
Modifier and Type | Method and Description |
---|---|
BurocratField |
Widgets.buildField(IClient client,
IArg arg) |
abstract BurocratField |
FieldTypeImpl.buildField(IClient client,
IArg arg) |
FooterPanel |
Widgets.buildFooter(IClient client) |
HeaderPanel |
Widgets.buildHeader(IClient client) |
ItemPage |
Widgets.buildItemPage(IClient client,
IItem item) |
Constructor and Description |
---|
BurocratField(IClient client,
IArg arg) |
BurocratForm(IClient client,
IArg arg) |
BurocratForm(IClient client,
IArg arg,
IArgList argList) |
BurocratForm(IClient client,
IArgList argList) |
Constructor and Description |
---|
DateField(IClient client,
IArg arg) |
ListBoxField(IClient client,
IArg arg) |
ListField(IClient client,
IArg arg) |
PasswordBoxField(IClient client,
IArg arg) |
RadioSelectionField(IClient client,
IArg arg) |
RadioSelectionField(IClient client,
IArg arg,
IChoice[] choices,
int n)
Constructor: Takes an array of IChoice references and places them in a
default 3-4 column layout.
|
TextAreaField(IClient client,
IArg arg) |
TextBoxField(IClient client,
IArg arg) |
Constructor and Description |
---|
ContainerPage(IClient client,
IItem item) |
ItemPage(IClient client,
IItem item) |
Constructor and Description |
---|
BurocratList(IClient client,
java.lang.String path) |
BurocratList(IClient client,
java.lang.String path,
IArg[] columns) |
BurocratList(IClient client,
java.lang.String path,
IArg[] columns,
java.lang.String[] widths) |
BurocratList(IClient client,
java.lang.String path,
IArg[] columns,
java.lang.String[] widths,
boolean[] sortableColumns) |
NewsList(IClient client,
java.lang.String path) |
Constructor and Description |
---|
FormPage(IClient client) |
HomePage(IClient client) |
ItemRequestPage(IClient client,
java.lang.String path) |
NewsPage(IClient client) |
TerminalPage(IClient client) |
Modifier and Type | Method and Description |
---|---|
IClient |
BurocratPanel.getClient() |
IClient |
BurocratPage.getClient() |
Constructor and Description |
---|
BurocratPage(IClient client) |
BurocratPanel(IClient client) |
FooterPanel(IClient client) |
HeaderPanel(IClient client) |
LoggedInPanel(IClient client) |
LoginPanel(IClient client) |
UserHeaderPanel(IClient client) |