|
||||||||||
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
Deprecated. As of release 7.0.0, replace with new ZK binding. |
class |
BindingListModelArray<E>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
class |
BindingListModelList<E>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
class |
BindingListModelListModel<E>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
class |
BindingListModelMap<K,V>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
class |
BindingListModelSet<E>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
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 . |
Methods in org.zkoss.zul that return Selectable | |
---|---|
Selectable<java.lang.Object> |
Tabbox.getSelectableModel()
|
Uses of Selectable in org.zkoss.zul.impl |
---|
Classes in org.zkoss.zul.impl that implement Selectable | |
---|---|
class |
GroupsListModel<D,G,F>
Encapsulates GroupsModel as an instance of ListModel
such that it is easier to handle by Listbox and
Group . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |