Package | Description |
---|---|
org.colcon.burocrat.api.model | |
org.colcon.burocrat.client.form | |
org.colcon.burocrat.model |
Modifier and Type | Interface and Description |
---|---|
interface |
IArg |
interface |
ICmd |
interface |
IFlagObject |
interface |
IItemType |
Modifier and Type | Method and Description |
---|---|
IChoice[] |
IArg.choices() |
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Arg
These are arguments, or properties, which are the keys
in the map representations of all data
|
class |
BooleanChoice
An enum for boolean values (this is necessary for the forms)
|
class |
Cmd
These are definitions of server commands, each with an argument list
and a set of command flags.
|
class |
ItemType
These are definitions of item types, each with an argument list,
a set of item types for subcontainers, a set of item type flags,
and an init(IItem) method that gets called whenever an item of
this type is posted to the server
|
Modifier and Type | Method and Description |
---|---|
IChoice[] |
Arg.choices() |