Xoetrope

 Wiki : SaveRestore

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2008-02-12 17:05:54 by LuanO

Additions:
XUI 4.0

Deletions:
XUI 4



Edited on 2008-02-06 21:11:46 by LuanO

Additions:
Any component the implements the XPersistenceState interface can save and restore data via the interface's methods.

Deletions:
Any component the implements the ##XPersistenceState## interface can save and restore data via the interface's methods.



Edited on 2008-02-06 21:11:16 by LuanO

Additions:
XUI 4
Any component the implements the ##XPersistenceState## interface can save and restore data via the interface's methods.


Deletions:
XUI 4
Any component the implements the XPersistenceState interface can save and restore data via the interface's methods.




Edited on 2008-02-06 21:10:47 by LuanO

Additions:

Saving and Restore State



Deletions:

Saving and Restore State





Oldest known version of this page was edited on 2008-02-06 21:10:32 by LuanO []
Page view:
XUI 4

Saving and Restore State


With XUI 4.0 it is possible to save and restore the UI state - values like the application window's size and location, table field sizes and so on.

To enable the save/restore process add a startup.properties entry

tempDir=myProjectDir

where myProjectDir is the name of a folder to be created under the current user's profile in a file states.xml.

Any component the implements the XPersistenceState interface can save and restore data via the interface's methods.

Page was generated in 0.2271 seconds