|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyOverrides
Provides access to blocks and messages used when overriding property labels, and property display or edit blocks.
Generally, this is a wrapper around ComponentResources
. An explicit implementation of
this could be used to, for example, search for override blocks in multiple places.
PropertyDisplay
,
PropertyEditor
Method Summary | |
---|---|
Block |
getOverrideBlock(String name)
Searches for an override block with the given name. |
Messages |
getOverrideMessages()
Returns the override messages (normally, the messages catalog for the component's container). |
Method Detail |
---|
Messages getOverrideMessages()
Block getOverrideBlock(String name)
name
- the name of the block (typically, an informal parameter to a component)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |