| org.apache.tapestry.services.PropertyDisplayContext
PropertyDisplayContext | public interface PropertyDisplayContext (Code) | | Provides context information needed when displaying a value in the context of a
Grid component (or, really, the
GridCell component).
|
getContainerMessages | Messages getContainerMessages()(Code) | | Returns the message catalog appropriate for use. In practice, this is the message catalog of
the container of the
Grid component.
|
getPropertyValue | Object getPropertyValue()(Code) | | Returns the value of the property (the object being displayed is encapsulated by the
context).
|
|
|