Package | Description |
---|---|
org.colcon.burocrat.api.client | |
org.colcon.burocrat.client |
Modifier and Type | Method and Description |
---|---|
IFieldTypeImpl |
IClient.getFieldTypeImpl(java.lang.String name) |
IFieldTypeImpl[] |
IClient.getFieldTypeImpls() |
Modifier and Type | Class and Description |
---|---|
class |
FieldTypeImpl
These are implementations of input GUI components for the FieldTypes with the same names
|
Modifier and Type | Method and Description |
---|---|
IFieldTypeImpl |
Client.getFieldTypeImpl(java.lang.String name) |
IFieldTypeImpl[] |
Client.getFieldTypeImpls() |
Constructor and Description |
---|
Client(java.lang.String title,
IPageImpl[] pageImplsArray,
IItemPageImpl[] itemPageArray,
IFieldTypeImpl[] fieldTypeImplsArray,
IWidgets widgets,
com.google.gwt.user.client.ui.Panel rootPanel,
BurocratServiceAsync service,
int refreshInterval) |