|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalComponentResources
An extension of ComponentResources that represents additional methods that are private
to the framework and not exposed in any public APIs.
| Method Summary | |
|---|---|
Object |
getFieldChange(String fieldName)
Get the current persisted value of the field. |
ParameterAccess |
getParameterAccess(String parameterName)
Gets access object for the parameter. |
boolean |
hasFieldChange(String fieldName)
Checks to see if there is a value stored for the indicated field. |
void |
persistFieldChange(String fieldName,
Object newValue)
Posts a change to a persistent field. |
void |
postRenderCleanup()
Allows the resources to cleanup any render-time only data. |
void |
queueRender(RenderQueue queue)
Invoked to make the receiver queue itself to be rendered. |
| Methods inherited from interface org.apache.tapestry5.ComponentResourcesCommon |
|---|
createActionLink, createEventLink, createFormEventLink, createPageLink, createPageLink, findBlock, getBlock, getBody, getCompleteId, getElementName, getId, getLocale, getLogger, getNestedId, getPageName, hasBody, isRendering, triggerContextEvent, triggerEvent |
| Methods inherited from interface org.apache.tapestry5.ioc.Locatable |
|---|
getLocation |
| Methods inherited from interface org.apache.tapestry5.internal.InternalComponentResourcesCommon |
|---|
bindParameter, getBinding, getInformalParameterBindings, getMixinByClassName, isLoaded |
| Method Detail |
|---|
Object getFieldChange(String fieldName)
fieldName - the name of the field to access
boolean hasFieldChange(String fieldName)
void persistFieldChange(String fieldName,
Object newValue)
page to the PersistentFieldManager.
void postRenderCleanup()
void queueRender(RenderQueue queue)
ParameterAccess getParameterAccess(String parameterName)
parameterName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||