| java.lang.Object com.izforge.izpack.panels.UserInputPanelAutomationHelper
UserInputPanelAutomationHelper | public class UserInputPanelAutomationHelper implements PanelAutomation(Code) | | Functions to support automated usage of the UserInputPanel
author: Jonathan Halliday author: Elmar Grom |
UserInputPanelAutomationHelper | public UserInputPanelAutomationHelper()(Code) | | Default constructor, used during automated installation.
|
UserInputPanelAutomationHelper | public UserInputPanelAutomationHelper(Map<String, String> entries)(Code) | | Parameters: entries - String-String key-value pairs representing the state of the Panel |
makeXMLData | public void makeXMLData(AutomatedInstallData idata, XMLElement panelRoot)(Code) | | Serialize state to XML and insert under panelRoot.
Parameters: idata - The installation data. Parameters: panelRoot - The XML root element of the panels blackbox tree. |
runAutomated | public boolean runAutomated(AutomatedInstallData idata, XMLElement panelRoot)(Code) | | Deserialize state from panelRoot and set idata variables accordingly.
Parameters: idata - The installation data. Parameters: panelRoot - The XML root element of the panels blackbox tree. true if the variables were found and set. |
|
|