com.izforge.izpack.panels.userinput.field.check
Interface CheckFieldConfig

All Superinterfaces:
FieldConfig
All Known Implementing Classes:
CheckFieldReader

public interface CheckFieldConfig
extends FieldConfig

Configuration for 'check' fields.

Author:
Tim Anderson

Method Summary
 String getFalseValue()
          Returns the value to assign to the associated variable when the checkbox is not selected (i.e.
 String getTrueValue()
          Returns the value to assign to the associated variable when the checkbox is selected (i.e.
 
Methods inherited from interface com.izforge.izpack.panels.userinput.field.FieldConfig
getCondition, getDefaultValue, getDescription, getDisplayHiddenCondition, getInitialValue, getLabel, getOmitFromAuto, getOsModels, getPacks, getProcessors, getReadonlyCondition, getSize, getSummaryKey, getTooltip, getValidators, getValidators, getVariable, isDisplayHidden, isReadonly
 

Method Detail

getTrueValue

String getTrueValue()
Returns the value to assign to the associated variable when the checkbox is selected (i.e. is 'true').

Returns:
the 'true' value. May be null

getFalseValue

String getFalseValue()
Returns the value to assign to the associated variable when the checkbox is not selected (i.e. is 'false').

Returns:
the 'false' value


Copyright © 2018. All rights reserved.