| com.izforge.izpack.panels.UserInputPanel com.izforge.izpack.panels.ConditionalUserInputPanel
ConditionalUserInputPanel | public class ConditionalUserInputPanel extends UserInputPanel (Code) | | This panel adds some conditional behavior to the standard UserInputPanel. Usage:
In the "panels" list, just use ConditionalUserInputPanel like the normal UserInputPanel. The
specification goes also into userInputSpec.xml and userInputLang.xml_XXX. To specify a condition
for a certain ConditionalUserInputPanel, you have to specify the condition in the
"variables"-section by defining the following variables:
compareToVariable."panel-order": The variable name containing the value to compare
with
compareToOperator."panel-order": The compare operator to use, currently only "=" and
"!=" are allowed
compareToValue."panel-order": The value to compare with If the compare fails,
the panel will be skipped.
See Also: UserInputPanel author: $author$ version: $Revision: 2036 $ |
ConditionalUserInputPanel | public ConditionalUserInputPanel(InstallerFrame parent, InstallData installData)(Code) | | Creates a new ConditionalUserInputPanel object.
Parameters: parent - Parameters: installData - |
panelActivate | public void panelActivate()(Code) | | Panel is only activated, if the configured condition is true
|
|
|