it.amattioli.guidate.collections
Class PropertyValuesModel

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

public class PropertyValuesModel
extends org.zkoss.zul.AbstractListModel

See Also:
Serialized Form

Constructor Summary
PropertyValuesModel(Object bean, String propName, boolean nullValue)
           
 
Method Summary
 Object getElementAt(int idx)
           
 int getSize()
           
 List<?> getValues()
           
 
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

PropertyValuesModel

public PropertyValuesModel(Object bean,
                           String propName,
                           boolean nullValue)
Method Detail

getElementAt

public Object getElementAt(int idx)

getSize

public int getSize()

getValues

public List<?> getValues()


Copyright © 2011. All Rights Reserved.