com.izforge.izpack.panels.userinput.field.password
Class PasswordGroupField
java.lang.Object
com.izforge.izpack.panels.userinput.field.Field
com.izforge.izpack.panels.userinput.field.password.PasswordGroupField
public class PasswordGroupField
- extends Field
Password group field.
- Author:
- Tim Anderson
| Methods inherited from class com.izforge.izpack.panels.userinput.field.Field |
getDefaultValue, getDescription, getDescription, getInitialValue, getInstallData, getLabel, getLabel, getOmitFromAuto, getOsModels, getPacks, getProcessors, getSize, getSummaryKey, getTooltip, getValue, getVariable, isConditionTrue, isEffectiveDisplayHidden, isEffectiveReadonly, replaceVariables, setSaving, setValue, setVariable, validate, validate, wrapDefaultValue, wrapInitialValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordGroupField
public PasswordGroupField(PasswordGroupFieldConfig config,
InstallData installData)
- Constructs a
PasswordGroupField.
- Parameters:
config - the configuration to get field information frominstallData - the installation data
- Throws:
IzPackException - if the field cannot be read
getPasswordFields
public List<PasswordField> getPasswordFields()
- Returns the password fields.
- Returns:
- the password fields
Copyright © 2018. All rights reserved.