org.formaria.aria
Interface PersistentState

All Known Subinterfaces:
DialogSupport, Page, PageSupport, StartupObject
All Known Implementing Classes:
Accordian, Applet, Applet, Applet, AriaProxy, AriaProxy, BreadcrumbBar, CaptionedImage, DateChooserDialog, DateChooserDialog, DesktopApp, Dialog, Dialog, Dialog, DialogTable, DialogTableAddColumn, DialogTableAddItem, DialogTableSetValueColumnItem, DockingApp, GroovyPage, LanguageChooserDialog, LanguageChooserDialog, LanguageChooserDialog, MessageBox, MessageBox, NavigationHelper, Page, Page, PageSizeDialog, Panel, PanelProxy, PasswordDlg, PojoDialog, PojoPanel, ResourceLoaderProgressPanel, RockerButton, RollupBar, ScrollableMetaContent, ScrollPane, SwtPage, Table, TableModelView, TableSplitter, TabPanel, Toolbar, TranslationPopUp, YearPlanner

public interface PersistentState

An interface used by components to save their state on shutdown and restore it following a restarts

Copyright (c) Formaria Ltd., 2008
License: see license.txt


Method Summary
 void restoreState(XmlElement stateElement)
          Restore the application state
 void saveState(XmlElement stateElement)
          Save the application state
 

Method Detail

restoreState

void restoreState(XmlElement stateElement)
Restore the application state


saveState

void saveState(XmlElement stateElement)
Save the application state

Parameters:
the - elements to hold the page state