|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.userinput.UserInputPanelAutomationHelper
public class UserInputPanelAutomationHelper
Functions to support automated usage of the UserInputPanel
| Constructor Summary | |
|---|---|
UserInputPanelAutomationHelper()
Default constructor, used during automated installation. |
|
UserInputPanelAutomationHelper(List<? extends AbstractFieldView> views)
Creates an UserInputPanelAutomationHelper |
|
| Method Summary | |
|---|---|
void |
createInstallationRecord(InstallData installData,
IXMLElement rootElement)
Serialize state to XML and insert under panelRoot. |
void |
processOptions(InstallData installData,
Overrides overrides)
|
void |
runAutomated(InstallData idata,
IXMLElement panelRoot)
Deserialize state from panelRoot and set installData variables accordingly. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserInputPanelAutomationHelper()
public UserInputPanelAutomationHelper(List<? extends AbstractFieldView> views)
UserInputPanelAutomationHelper
views - AbstractFieldView| Method Detail |
|---|
public void createInstallationRecord(InstallData installData,
IXMLElement rootElement)
createInstallationRecord in interface PanelAutomationinstallData - The installation installData GUI.rootElement - The XML root element of the panels blackbox tree.
public void runAutomated(InstallData idata,
IXMLElement panelRoot)
throws InstallerException
runAutomated in interface PanelAutomationidata - The installation installDataGUI.panelRoot - The XML root element of the panels blackbox tree.
InstallerException - if some elements are missing.
public void processOptions(InstallData installData,
Overrides overrides)
processOptions in interface PanelAutomation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||