Uses of Interface
org.zkoss.zul.GroupsModel

Packages that use GroupsModel
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.api Interfaces of zul components, which are the abstract layer to access a ZUL component 
org.zkoss.zul.event Events of ZUL Component Set. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Uses of GroupsModel in org.zkoss.zul
 

Classes in org.zkoss.zul that implement GroupsModel
 class AbstractGroupsModel
          A skeletal implementation for GroupsModel.
 class ArrayGroupsModel
          An array implementation of GroupsModel.
 class SimpleGroupsModel
          A simple implementation of GroupsModel.
 

Methods in org.zkoss.zul that return GroupsModel
 GroupsModel Listbox.getGroupsModel()
          Returns the groups model associated with this list box, or null if this list box is associated with a ListModel or not associated with any list data model.
 GroupsModel Grid.getGroupsModel()
          Returns the groups model associated with this grid, or null if this grid is associated with a ListModel or not associated with any list data model.
 

Methods in org.zkoss.zul with parameters of type GroupsModel
 void Listbox.setModel(GroupsModel model)
          Sets the groups model associated with this list box.
 void Grid.setModel(GroupsModel model)
          Sets the groups model associated with this grid.
 

Uses of GroupsModel in org.zkoss.zul.api
 

Methods in org.zkoss.zul.api that return GroupsModel
 GroupsModel Listbox.getGroupsModel()
          Returns the groups model associated with this list box, or null if this list box is associated with a ListModel or not associated with any list data model.
 GroupsModel Grid.getGroupsModel()
          Returns the groups model associated with this grid, or null if this grid is associated with a ListModel or not associated with any list data model.
 

Methods in org.zkoss.zul.api with parameters of type GroupsModel
 void Listbox.setModel(GroupsModel model)
          Sets the groups model associated with this list box.
 void Grid.setModel(GroupsModel model)
          Sets the groups model associated with this grid.
 

Uses of GroupsModel in org.zkoss.zul.event
 

Methods in org.zkoss.zul.event that return GroupsModel
 GroupsModel GroupsDataEvent.getModel()
          Returns the list model that fires this event.
 

Constructors in org.zkoss.zul.event with parameters of type GroupsModel
GroupsDataEvent(GroupsModel model, int type, int groupIndex, int index0, int index1)
          Contructor.
 

Uses of GroupsModel in org.zkoss.zul.impl
 

Methods in org.zkoss.zul.impl that return GroupsModel
 GroupsModel GroupsListModel.getGroupsModel()
           
 

Constructors in org.zkoss.zul.impl with parameters of type GroupsModel
GroupsListModel(GroupsModel model)
           
 



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