| Constructor and Description | 
|---|
FallbackBeanView(PropertyAccessor accessor,
                ArooaClass arooaClass)  | 
FallbackBeanView(PropertyAccessor accessor,
                java.lang.Object bean)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String[] | 
getProperties()
Get the names of the readable properties. 
 | 
java.lang.String | 
titleFor(java.lang.String property)
For a given property name, provide the title for the property. 
 | 
public FallbackBeanView(PropertyAccessor accessor, java.lang.Object bean)
public FallbackBeanView(PropertyAccessor accessor, ArooaClass arooaClass)
public java.lang.String[] getProperties()
BeanViewgetProperties in interface BeanViewpublic java.lang.String titleFor(java.lang.String property)
BeanView