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

Packages that use Selectable
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 Selectable in org.zkoss.zkplus.databind
 

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

Classes in org.zkoss.zul that implement Selectable
 class AbstractListModel
          A skeletal implementation for ListModel.
 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 Selectable in org.zkoss.zul.impl
 

Classes in org.zkoss.zul.impl that implement Selectable
 class GroupsListModel
          Encapulates GroupsModel as an instance of ListModel such that it is easier to handle by Listbox and Group.
 



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