Class ClientPersistentFieldStorageImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void discardChanges​(java.lang.String pageName)
      Discards any saved changes for the name page.
      java.util.Collection<PersistentFieldChange> gatherFieldChanges​(java.lang.String pageName)
      Finds all persistent changes previously stored for the named page (for the current active session or client).
      void postChange​(java.lang.String pageName, java.lang.String componentId, java.lang.String fieldName, java.lang.Object newValue)
      Posts a change of a persistent property.
      void updateLink​(Link link)
      Updates a link, adding a query parameter to it (if necessary) to store
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait