it.amattioli.applicate.properties
Class ValuesListerImpl

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.properties.ValuesListerImpl
All Implemented Interfaces:
ValuesLister

public class ValuesListerImpl
extends Object
implements ValuesLister


Constructor Summary
ValuesListerImpl(Object bean)
           
 
Method Summary
 Collection<?> getPropertyValues(String propertyName)
           
 Method valuesMethod(String propertyName)
           
static String valuesProperty(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuesListerImpl

public ValuesListerImpl(Object bean)
Method Detail

getPropertyValues

public Collection<?> getPropertyValues(String propertyName)
Specified by:
getPropertyValues in interface ValuesLister

valuesProperty

public static String valuesProperty(String propertyName)

valuesMethod

public Method valuesMethod(String propertyName)
                    throws NoSuchMethodException
Throws:
NoSuchMethodException


Copyright © 2011. All Rights Reserved.