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

Packages that use Sortable
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
 

Uses of Sortable in org.zkoss.zul
 

Subinterfaces of Sortable in org.zkoss.zul
 interface ListModelExt<T>
          Deprecated. As of release 6.0.0, replaced with Sortable. An extra interface that can be implemented with ListModel to control the sorting of the data model.
 

Classes in org.zkoss.zul that implement Sortable
 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 © 2011. All Rights Reserved.