| org.apache.tapestry.internal.InternalComponentResourcesCommon
InternalComponentResourcesCommon | public interface InternalComponentResourcesCommon (Code) | | Operations shared by
InternalComponentResources and
ComponentPageElement .
Typically, these means methods of InternalComponentResources that are delegated to the component
page element.
|
bindParameter | void bindParameter(String parameterName, Binding binding)(Code) | | Used during construction of the page to identify the binding for a particular parameter.
|
getFieldChange | Object getFieldChange(String fieldName)(Code) | | Get the current persisted value of the field.
Parameters: fieldName - the name of the field to access the value stored for the field, or null if no value is currently stored |
getMixinByClassName | Component getMixinByClassName(String mixinClassName)(Code) | | Returns the mixin instance for the fully qualfied mixin class name.
Parameters: mixinClassName - fully qualified class name IllegalArgumentException if no such mixin is associated with the core component |
hasFieldChange | boolean hasFieldChange(String fieldName)(Code) | | Checks to see if there is a value stored for the indicated field.
|
queueRender | void queueRender(RenderQueue queue)(Code) | | Invoked to make the receiver queue itself to be rendered.
|
|
|