|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Selectable | |
---|---|
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.impl | Classes used to implement ZUL Component Set (implementation only). |
Uses of Selectable in org.zkoss.zkplus.databind |
---|
Classes in org.zkoss.zkplus.databind that implement Selectable | |
---|---|
class |
BindingGroupsListModel
This is the BindingListModel as a GroupsListModel to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelArray<E>
This is the BindingListModel as a Object array to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelList<E>
This is the BindingListModel as a List to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelListModel<E>
This is the BindingListModel as a ListModel to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelMap<K,V>
This is the BindingListModel as a Map to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelSet<E>
This is the BindingListModel as a Set to be used with
Listbox , Grid ,
and DataBinder . |
Uses of Selectable in org.zkoss.zul |
---|
Classes in org.zkoss.zul that implement Selectable | |
---|---|
class |
AbstractGroupsModel<D,H,F,E>
A skeletal implementation for GroupsModel . |
class |
AbstractListModel<E>
A skeletal implementation for ListModel and Selectable |
class |
AbstractTreeModel<E>
A skeletal implementation for TreeModel . |
class |
DefaultTreeModel<E>
A simple tree data model that uses TreeNode to represent a tree. |
class |
GroupsModelArray<D,H,F,E>
An array implementation of GroupsModel . |
class |
ListModelArray<E>
This is the ListModel as an Object array to be used with Listbox . |
class |
ListModelList<E>
This is the ListModel as a List to be used with Listbox . |
class |
ListModelMap<K,V>
This is the ListModel as a Map to be used with Listbox . |
class |
ListModelSet<E>
This is the ListModel as a Set to be used with Listbox . |
class |
SimpleGroupsModel<D,H,F,E>
A simple implementation of GroupsModel . |
class |
SimpleListModel<E>
A simple implementation of ListModel . |
Uses of Selectable in org.zkoss.zul.impl |
---|
Classes in org.zkoss.zul.impl that implement Selectable | |
---|---|
class |
GroupsListModel<D,G,F>
Encapulates GroupsModel as an instance of ListModel
such that it is easier to handle by Listbox and
Group . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |