public interface PersistentFieldStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
discardChanges(java.lang.String pageName)
Discards any saved changes for the name page.
|
java.util.Collection<PersistentFieldChange> |
gatherFieldChanges(java.lang.String pageName)
Finds all persistent changes previously stored for the named page (for the current active session or client).
|
void |
postChange(java.lang.String pageName,
java.lang.String componentId,
java.lang.String fieldName,
java.lang.Object newValue)
Posts a change of a persistent property.
|
void postChange(java.lang.String pageName, java.lang.String componentId, java.lang.String fieldName, java.lang.Object newValue)
pageName - the name of the page containing the componentcomponentId - the nested id path of the component (or null for the page's root component)fieldName - the name of the field whose persistent value has changednewValue - the new value for the field, possibly nulljava.util.Collection<PersistentFieldChange> gatherFieldChanges(java.lang.String pageName)
void discardChanges(java.lang.String pageName)
pageName - logical name of page whose field persistent data should be discarded${project.version} - Copyright © 2003-2015 The Apache Software Foundation.