| Modifier and Type | Field and Description |
|---|---|
static CollectionBrowserMoldStrategy |
CollectionBrowserController.EMPTY_MOLD |
| Modifier and Type | Method and Description |
|---|---|
CollectionBrowserMoldStrategy |
CollectionBrowserController.getActiveMold() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CollectionBrowserController.applyMoldSelectorStyle(CollectionBrowserMoldStrategy activeMold,
CollectionBrowserMoldStrategy mold,
String moldName,
org.zkoss.zul.Div moldSelector) |
protected void |
CollectionBrowserController.registerMoldSelectorEvents(CollectionBrowserMoldStrategy mold,
org.zkoss.zul.Div moldSelector) |
void |
CollectionBrowserController.setActiveMold(CollectionBrowserMoldStrategy activeMold) |
protected void |
CollectionBrowserController.updateMoldSelector(org.zkoss.zk.ui.Component component,
CollectionBrowserMoldStrategy mold,
org.zkoss.zul.Div moldSelector) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionBrowserController.setAvailableMolds(List<CollectionBrowserMoldStrategy> availableMolds)
Sets the list of available mold strategies.
|
| Modifier and Type | Method and Description |
|---|---|
protected CollectionBrowserMoldStrategy |
CollectionBrowserConfigurationLoader.instantiateMoldStrategy(String moldBeanName,
String moldClassName) |
| Modifier and Type | Method and Description |
|---|---|
List<CollectionBrowserMoldStrategy> |
CollectionBrowserConfigurationLoader.loadAvailableMolds() |
protected List<CollectionBrowserMoldStrategy> |
CollectionBrowserConfigurationLoader.parseAvailableMoldsConfiguration(List<Mold> moldConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CollectionBrowserConfigurationLoader.initializeMoldStrategy(CollectionBrowserMoldStrategy moldInstance) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMoldStrategy<I extends org.zkoss.zk.ui.Component,C,D> |
| Modifier and Type | Class and Description |
|---|---|
class |
GridViewCollectionBrowserMoldStrategy |
| Modifier and Type | Class and Description |
|---|---|
class |
ListViewCollectionBrowserMoldStrategy
List view mold strategy for Collection Browser widget
Renders data in simple list form with paging
Uses zk Listbox component |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeViewCollectionBrowserMoldStrategy
Tree view mold strategy for Collection Browser widget
Renders data in tree form with paging by creating children nodes from references
Uses zk Tree component |
Copyright © 2018. All rights reserved.