org.oddjob.arooa.reflect
Interface BeanView

All Known Implementing Classes:
FallbackBeanView

public interface BeanView

Provide extra information about a bean. The need for this information came from Java's Class.getMethod() and BeanUtils.getPropertyDescriptors() not guaranteeing the order of properties.

Author:
rob

Method Summary
 String[] getProperties()
           
 String titleFor(String property)
           
 

Method Detail

getProperties

String[] getProperties()

titleFor

String titleFor(String property)