Package | Description |
---|---|
org.zkoss.zkmax.zul |
Components and UI utitilies available in ZK EE.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Sortable |
Biglistbox.getSortableModel()
Returns the sortable model, if any.
|
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTreeModel<E>
A simple tree data model that uses
TreeNode to represent a tree. |
class |
ListModelArray<E>
|
class |
ListModelList<E>
|
class |
ListModelMap<K,V>
|
class |
ListModelSet<E>
|
class |
SimpleListModel<E>
A simple implementation of
ListModel . |
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.