it.amattioli.guidate.browsing
Class GroupBrowserModel

Show UML class diagram
java.lang.Object
  extended by org.zkoss.zul.AbstractGroupsModel
      extended by it.amattioli.guidate.browsing.GroupBrowserModel
All Implemented Interfaces:
org.zkoss.zul.GroupsModel

public class GroupBrowserModel
extends org.zkoss.zul.AbstractGroupsModel


Constructor Summary
GroupBrowserModel(it.amattioli.applicate.browsing.GroupBrowser<?,?> browser)
           
 
Method Summary
 Object getChild(int groupIdx, int childIdx)
           
 int getChildCount(int idx)
           
 it.amattioli.dominate.groups.EntityGroup<?,?> getGroup(int idx)
           
 int getGroupCount()
           
 Object getGroupfoot(int idx)
           
 boolean hasGroupfoot(int idx)
           
 
Methods inherited from class org.zkoss.zul.AbstractGroupsModel
addGroupsDataListener, fireEvent, removeGroupsDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupBrowserModel

public GroupBrowserModel(it.amattioli.applicate.browsing.GroupBrowser<?,?> browser)
Method Detail

getChild

public Object getChild(int groupIdx,
                       int childIdx)

getChildCount

public int getChildCount(int idx)

getGroup

public it.amattioli.dominate.groups.EntityGroup<?,?> getGroup(int idx)

getGroupCount

public int getGroupCount()

getGroupfoot

public Object getGroupfoot(int idx)

hasGroupfoot

public boolean hasGroupfoot(int idx)


Copyright © 2011. All Rights Reserved.