Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5 » [javadoc | source]
org.apache.tapestry5
public interface: PropertyOverrides [javadoc | source]

All Known Implementing Classes:
    PropertyOverridesImpl

Provides access to blocks and messages used when overriding property labels, and property display or edit blocks. Generally, this is a wrapper around org.apache.tapestry5.ComponentResources . An explicit implementation of this could be used to, for example, search for override blocks in multiple places.
Method from org.apache.tapestry5.PropertyOverrides Summary:
getOverrideBlock,   getOverrideMessages
Method from org.apache.tapestry5.PropertyOverrides Detail:
 public Block getOverrideBlock(String name)
    Searches for an override block with the given name.
 public Messages getOverrideMessages()
    Returns the override messages (normally, the messages catalog for the component's container).