|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractListModel | |
---|---|
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 AbstractListModel in org.zkoss.zkplus.databind |
---|
Subclasses of AbstractListModel in org.zkoss.zkplus.databind | |
---|---|
class |
BindingListModelArray
This is the BindingListModel as a Object array to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelList
This is the BindingListModel as a List to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelMap
This is the BindingListModel as a Map to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelSet
This is the BindingListModel as a Set to be used with
Listbox , Grid ,
and DataBinder . |
Uses of AbstractListModel in org.zkoss.zul |
---|
Subclasses of AbstractListModel in org.zkoss.zul | |
---|---|
class |
ListModelArray
This is the ListModel as an Object array to be used with Listbox . |
class |
ListModelList
This is the ListModel as a List to be used with Listbox . |
class |
ListModelMap
This is the ListModel as a Map to be used with Listbox . |
class |
ListModelSet
This is the ListModel as a Set to be used with Listbox . |
class |
SimpleListModel
A simple implementation of ListModel . |
Uses of AbstractListModel in org.zkoss.zul.impl |
---|
Subclasses of AbstractListModel in org.zkoss.zul.impl | |
---|---|
class |
GroupsListModel
Encapulates GroupsModel as an instance of ListModel
such that it is easier to handle by Listbox and
Group . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |