Class PersistentFieldChangeImpl
-
- org.apache.tapestry5.internal.services.PersistentFieldChangeImpl
-
- All Implemented Interfaces:
PersistentFieldChange
public class PersistentFieldChangeImpl extends implements PersistentFieldChange
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description getComponentId()
Returns the nested id of the component, or the empty string for the page's root component.getFieldName()
Returns the name of the field for which a change was recorded.getValue()
Returns the new value for the field (which may be null).
-
-
-
Method Detail
-
getComponentId
public 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
public getFieldName()
Description copied from interface:PersistentFieldChange
Returns the name of the field for which a change was recorded.- Specified by:
getFieldName
in interfacePersistentFieldChange
-
getValue
public getValue()
Description copied from interface:PersistentFieldChange
Returns the new value for the field (which may be null).- Specified by:
getValue
in interfacePersistentFieldChange
-
-