| Package | Description |
|---|---|
| org.colcon.burocrat.api.client | |
| org.colcon.burocrat.api.utils | |
| org.colcon.burocrat.client |
| Modifier and Type | Method and Description |
|---|---|
IPageImpl |
IClient.getPageImpl(java.lang.String name) |
IPageImpl[] |
IClient.getPageImpls() |
| Modifier and Type | Method and Description |
|---|---|
static IPageImpl[] |
ArrayUtil.append(IPageImpl[] array0,
IPageImpl[] array1) |
| Modifier and Type | Method and Description |
|---|---|
static IPageImpl[] |
ArrayUtil.append(IPageImpl[] array0,
IPageImpl[] array1) |
static IPageImpl[] |
ArrayUtil.append(IPageImpl[] array0,
IPageImpl[] array1) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageImpl
These are implementations of static pages within the site, each with a URL of
|
| Modifier and Type | Method and Description |
|---|---|
IPageImpl |
Client.getPageImpl(java.lang.String name) |
IPageImpl[] |
Client.getPageImpls() |
static IPageImpl[] |
PageImpl.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) |