public interface PropertyOutputContext
Grid
and similar output components. It is made available to components via an Environmental
annotation.Modifier and Type | Method and Description |
---|---|
Messages |
getMessages()
Returns the message catalog appropriate for use.
|
String |
getPropertyId()
Returns a string that identifies the property, usually the property name.
|
String |
getPropertyName()
Returns the name of the property (which may, in fact, be a property expression).
|
Object |
getPropertyValue()
Returns the value of the property (the object being displayed is encapsulated by the context).
|
Object getPropertyValue()
Messages getMessages()
Grid
component. This is used, for example, to locate labels for fields, or to locate string
representations of Enums.String getPropertyId()
String getPropertyName()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.