|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupsModel | |
|---|---|
| org.zkoss.zkplus.databind | The DataBinder used for binding ZK UI component and the backend data bean. |
| 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). |
| Uses of GroupsModel in org.zkoss.zkplus.databind |
|---|
| Constructors in org.zkoss.zkplus.databind with parameters of type GroupsModel | |
|---|---|
BindingGroupsListModel(GroupsModel model)
Deprecated. |
|
| Uses of GroupsModel in org.zkoss.zul |
|---|
| Classes in org.zkoss.zul that implement GroupsModel | |
|---|---|
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. |
| Methods in org.zkoss.zul that return GroupsModel | ||
|---|---|---|
|
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. |
|
|
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. |
|
| Methods in org.zkoss.zul with parameters of type GroupsModel | |
|---|---|
void |
Listbox.setModel(GroupsModel<?,?,?> model)
Sets the groups model associated with this list box. |
void |
Grid.setModel(GroupsModel<?,?,?> model)
Sets the groups model associated with this grid. |
| Uses of GroupsModel in org.zkoss.zul.event |
|---|
| Methods in org.zkoss.zul.event that return GroupsModel | |
|---|---|
GroupsModel |
GroupsDataEvent.getModel()
Returns the list model that fires this event. |
| Constructors in org.zkoss.zul.event with parameters of type GroupsModel | |
|---|---|
GroupsDataEvent(GroupsModel model,
int type,
int groupIndex,
int index0,
int index1)
Constructor. |
|
| Uses of GroupsModel in org.zkoss.zul.impl |
|---|
| Fields in org.zkoss.zul.impl declared as GroupsModel | |
|---|---|
protected GroupsModel<D,G,F> |
GroupsListModel._model
|
| Methods in org.zkoss.zul.impl that return GroupsModel | |
|---|---|
GroupsModel<D,G,F> |
GroupsListModel.getGroupsModel()
|
| Methods in org.zkoss.zul.impl with parameters of type GroupsModel | ||
|---|---|---|
static
|
GroupsListModel.toListModel(GroupsModel<D,G,F> model)
Returns the list model ( ListModel) representing the given
groups model. |
|
| Constructors in org.zkoss.zul.impl with parameters of type GroupsModel | |
|---|---|
GroupsListModel(GroupsModel<D,G,F> model)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||