org.oddjob.arooa.reflect
Class FallbackBeanView

java.lang.Object
  extended by org.oddjob.arooa.reflect.FallbackBeanView
All Implemented Interfaces:
BeanView

public class FallbackBeanView
extends Object
implements BeanView


Constructor Summary
FallbackBeanView(PropertyAccessor accessor, ArooaClass arooaClass)
           
FallbackBeanView(PropertyAccessor accessor, Object bean)
           
 
Method Summary
 String[] getProperties()
           
 String titleFor(String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FallbackBeanView

public FallbackBeanView(PropertyAccessor accessor,
                        Object bean)

FallbackBeanView

public FallbackBeanView(PropertyAccessor accessor,
                        ArooaClass arooaClass)
Method Detail

getProperties

public String[] getProperties()
Specified by:
getProperties in interface BeanView

titleFor

public String titleFor(String property)
Specified by:
titleFor in interface BeanView