public class JCheckBoxFormField extends AbstractSwingXFormField<JCheckBox> implements ChangeListener
CURRENT_DIRECTORY| Constructor and Description | 
|---|
| JCheckBoxFormField(String description) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| void | setValue(String value) | 
| boolean | showLabel(String label) | 
| void | stateChanged(ChangeEvent e) | 
getComponent, isEnabled, setEnabled, setProperty, setToolTipaddComponentEnabler, addFormFieldListener, addFormFieldValidator, fireValueChanged, getProperty, isMultiRow, isRequired, isVisible, removeFieldListener, removeFormFieldValidator, setRequired, validatepublic JCheckBoxFormField(String description)
public void setValue(String value)
setValue in interface XFormFieldpublic String getValue()
getValue in interface XFormFieldpublic void stateChanged(ChangeEvent e)
stateChanged in interface ChangeListenerpublic boolean showLabel(String label)
Copyright © 2019. All Rights Reserved.