Uses of Interface
org.zkoss.zul.ext.Sortable

Packages that use Sortable
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. 
 

Uses of Sortable in org.zkoss.zkplus.databind
 

Classes in org.zkoss.zkplus.databind that implement Sortable
 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 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 Sortable in org.zkoss.zul
 

Classes in org.zkoss.zul that implement Sortable
 class DefaultTreeModel<E>
          A simple tree data model that uses TreeNode to represent a tree.
 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 SimpleListModel<E>
          A simple implementation of ListModel.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo