public interface PersistentFieldStrategy
Modifier and Type | Method and Description |
---|---|
void |
discardChanges(String pageName)
Discards any saved changes for the name page.
|
Collection<PersistentFieldChange> |
gatherFieldChanges(String pageName)
Finds all persistent changes previously stored for the named page (for the current active session or client).
|
void |
postChange(String pageName,
String componentId,
String fieldName,
Object newValue)
Posts a change of a persistent property.
|
void postChange(String pageName, String componentId, String fieldName, 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 nullCollection<PersistentFieldChange> gatherFieldChanges(String pageName)
void discardChanges(String pageName)
pageName
- logical name of page whose field persistent data should be discarded5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.