public class JCheckBoxFormField extends AbstractSwingXFormField<JCheckBox> implements ChangeListener
LABELED_BY_PROPERTYCURRENT_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, isVisible, setEnabled, setProperty, setToolTip, setVisibleaddComponentEnabler, addFormFieldListener, addFormFieldValidator, fireValueChanged, getProperty, isMultiRow, isRequired, 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.