it.amattioli.guidate.collections
Class GroupingPropertyModel

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

public class GroupingPropertyModel
extends org.zkoss.zul.AbstractGroupsModel


Constructor Summary
GroupingPropertyModel(Object bean, String propertyName, String groupingProperty)
           
 
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()
           
protected  List<? extends it.amattioli.dominate.Entity<?>> getPropertyValues()
           
 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

GroupingPropertyModel

public GroupingPropertyModel(Object bean,
                             String propertyName,
                             String groupingProperty)
Method Detail

getModelValues

protected List<?> getModelValues()

getPropertyValues

protected List<? extends it.amattioli.dominate.Entity<?>> getPropertyValues()

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.