Interface PersistentFieldChange

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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

      • getComponentId

        java.lang.String getComponentId()
        Returns the nested id of the component, or the empty string for the page's root component.
      • getFieldName

        java.lang.String getFieldName()
        Returns the name of the field for which a change was recorded.
      • getValue

        java.lang.Object getValue()
        Returns the new value for the field (which may be null).