com.izforge.izpack.panels.userinput.field.radio
Class RadioField

java.lang.Object
  extended by com.izforge.izpack.panels.userinput.field.Field
      extended by com.izforge.izpack.panels.userinput.field.ChoiceField
          extended by com.izforge.izpack.panels.userinput.field.radio.RadioField

public class RadioField
extends ChoiceField

Radio field.

Author:
Tim Anderson

Constructor Summary
RadioField(ChoiceFieldConfig config, InstallData installData)
          Constructs a RadioField.
 
Method Summary
 
Methods inherited from class com.izforge.izpack.panels.userinput.field.ChoiceField
getChoices, getSelectedIndex
 
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
 

Constructor Detail

RadioField

public RadioField(ChoiceFieldConfig config,
                  InstallData installData)
Constructs a RadioField.

Parameters:
config - the field configuration
installData - the installation data
Throws:
IzPackException - if the field cannot be read


Copyright © 2018. All rights reserved.