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, setToolTip
addComponentEnabler, addFormFieldListener, addFormFieldValidator, fireValueChanged, getProperty, isMultiRow, isRequired, isVisible, removeFieldListener, removeFormFieldValidator, setRequired, validate
public JCheckBoxFormField(String description)
public void setValue(String value)
setValue
in interface XFormField
public String getValue()
getValue
in interface XFormField
public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
public boolean showLabel(String label)
Copyright © 2019. All Rights Reserved.