Class PersistentFieldChangeImpl
java.lang.Object
org.apache.tapestry5.internal.services.PersistentFieldChangeImpl
- All Implemented Interfaces:
PersistentFieldChange
-
Constructor Summary
ConstructorsConstructorDescriptionPersistentFieldChangeImpl
(String componentId, String fieldName, Object value) -
Method Summary
Modifier and TypeMethodDescriptionReturns the nested id of the component, or the empty string for the page's root component.Returns the name of the field for which a change was recorded.getValue()
Returns the new value for the field (which may be null).
-
Constructor Details
-
PersistentFieldChangeImpl
-
-
Method Details
-
getComponentId
Description copied from interface:PersistentFieldChange
Returns the nested id of the component, or the empty string for the page's root component.- Specified by:
getComponentId
in interfacePersistentFieldChange
-
getFieldName
Description copied from interface:PersistentFieldChange
Returns the name of the field for which a change was recorded.- Specified by:
getFieldName
in interfacePersistentFieldChange
-
getValue
Description copied from interface:PersistentFieldChange
Returns the new value for the field (which may be null).- Specified by:
getValue
in interfacePersistentFieldChange
-