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()
BeanView
getProperties
in interface BeanView
public java.lang.String titleFor(java.lang.String property)
BeanView