|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistentFieldChange
Represents a previously stored change to a persistent field, within the context of a particular page of the application.
Method Summary | |
---|---|
java.lang.String |
getComponentId()
Returns the nested id of the component, or the empty string for the page's root component. |
java.lang.String |
getFieldName()
Returns the name of the field for which a change was recorded. |
java.lang.Object |
getValue()
Returns the new value for the field (which may be null). |
Method Detail |
---|
java.lang.String getComponentId()
java.lang.String getFieldName()
java.lang.Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |