Package | Description |
---|---|
org.colcon.burocrat.api.client | |
org.colcon.burocrat.api.utils | |
org.colcon.burocrat.client |
Modifier and Type | Method and Description |
---|---|
IItemPageImpl |
IClient.getItemPageImpl(java.lang.String name) |
IItemPageImpl[] |
IClient.getItemPageImpls() |
Modifier and Type | Method and Description |
---|---|
static IItemPageImpl[] |
ArrayUtil.append(IItemPageImpl[] array0,
IItemPageImpl[] array1) |
Modifier and Type | Method and Description |
---|---|
static IItemPageImpl[] |
ArrayUtil.append(IItemPageImpl[] array0,
IItemPageImpl[] array1) |
static IItemPageImpl[] |
ArrayUtil.append(IItemPageImpl[] array0,
IItemPageImpl[] array1) |
Modifier and Type | Class and Description |
---|---|
class |
ItemPageImpl
These are implementations of item pages for item types with the same name
|
Modifier and Type | Method and Description |
---|---|
IItemPageImpl |
Client.getItemPageImpl(java.lang.String name) |
IItemPageImpl[] |
Client.getItemPageImpls() |
static IItemPageImpl[] |
ItemPageImpl.getValues() |
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) |