it.amattioli.guidate.collections
Class CollectionPropertyModel

Show UML class diagram
java.lang.Object
  extended by org.zkoss.zul.AbstractListModel
      extended by it.amattioli.guidate.collections.CollectionPropertyModel
All Implemented Interfaces:
Serializable, org.zkoss.zul.ListModel

public class CollectionPropertyModel
extends org.zkoss.zul.AbstractListModel

See Also:
Serialized Form

Constructor Summary
CollectionPropertyModel(Object bean, String propertyName)
           
 
Method Summary
 Object getElementAt(int idx)
           
protected  List<?> getModelValues()
           
 int getSize()
           
 
Methods inherited from class org.zkoss.zul.AbstractListModel
addListDataListener, fireEvent, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionPropertyModel

public CollectionPropertyModel(Object bean,
                               String propertyName)
Method Detail

getElementAt

public Object getElementAt(int idx)

getSize

public int getSize()

getModelValues

protected List<?> getModelValues()


Copyright © 2011. All Rights Reserved.