it.amattioli.guidate.collections
Class GroupPropertyModel

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

public class GroupPropertyModel
extends org.zkoss.zul.AbstractGroupsModel


Constructor Summary
GroupPropertyModel(Object bean, String propertyName)
           
 
Method Summary
 Object getChild(int groupIdx, int childIdx)
           
 int getChildCount(int groupIdx)
           
 it.amattioli.dominate.groups.EntityGroup<?,?> getGroup(int idx)
           
 int getGroupCount()
           
 Object getGroupfoot(int arg0)
           
protected  List<?> getModelValues()
           
 boolean hasGroupfoot(int arg0)
           
 
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

GroupPropertyModel

public GroupPropertyModel(Object bean,
                          String propertyName)
Method Detail

getModelValues

protected List<?> getModelValues()

getChild

public Object getChild(int groupIdx,
                       int childIdx)

getChildCount

public int getChildCount(int groupIdx)

getGroup

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

getGroupCount

public int getGroupCount()

getGroupfoot

public Object getGroupfoot(int arg0)

hasGroupfoot

public boolean hasGroupfoot(int arg0)


Copyright © 2011. All Rights Reserved.