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

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

Uses of Sortable in org.zkoss.zkmax.zul
 

Methods in org.zkoss.zkmax.zul that return Sortable
 Sortable Biglistbox.getSortableModel()
          Returns the sortable model, if any.
 

Uses of Sortable in org.zkoss.zkplus.databind
 

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

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