| Package | Description |
|---|---|
| org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
| org.zkoss.zul.event |
Events of ZUL Component Set.
|
| org.zkoss.zul.impl |
Classes used to implement ZUL Component Set (implementation only).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGroupsModel<D,H,F,E>
A skeletal implementation for
GroupsModel. |
class |
GroupsModelArray<D,H,F,E>
An array implementation of
GroupsModel. |
class |
SimpleGroupsModel<D,H,F,E>
A simple implementation of
GroupsModel. |
| Modifier and Type | Method and Description |
|---|---|
<D,G,F> GroupsModel<D,G,F> |
Grid.getGroupsModel()
Returns the groups model associated with this grid, or null
if this grid is associated with a
ListModel
or not associated with any list data model. |
<D,G,F> GroupsModel<D,G,F> |
Listbox.getGroupsModel()
Returns the groups model associated with this list box, or null if this
list box is associated with a
ListModel or not associated with
any list data model. |
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setModel(GroupsModel<?,?,?> model)
Sets the groups model associated with this grid.
|
void |
Listbox.setModel(GroupsModel<?,?,?> model)
Sets the groups model associated with this list box.
|
| Modifier and Type | Method and Description |
|---|---|
GroupsModel |
GroupsDataEvent.getModel()
Returns the list model that fires this event.
|
| Constructor and Description |
|---|
GroupsDataEvent(GroupsModel model,
int type,
int groupIndex,
int index0,
int index1)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected GroupsModel<D,G,F> |
GroupsListModel._model |
| Modifier and Type | Method and Description |
|---|---|
GroupsModel<D,G,F> |
GroupsListModel.getGroupsModel() |
| Modifier and Type | Method and Description |
|---|---|
static <D,G,F> GroupsListModel<D,G,F> |
GroupsListModel.toListModel(GroupsModel<D,G,F> model)
Returns the list model (
ListModel) representing the given
groups model. |
| Constructor and Description |
|---|
GroupsListModel(GroupsModel<D,G,F> model) |
Copyright © 2015. All rights reserved.