public class JCheckListFormField extends AbstractSwingXFormField<JComponent>
LABELED_BY_PROPERTYCURRENT_DIRECTORY| Constructor and Description |
|---|
JCheckListFormField() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(String item,
boolean checked) |
void |
clear() |
String[] |
getCheckedItems() |
JComponent |
getComponent() |
String |
getItem(int index) |
String |
getValue() |
boolean |
isChecked(String item) |
void |
setValue(String value) |
int |
size() |
isEnabled, isVisible, setEnabled, setProperty, setToolTip, setVisibleaddComponentEnabler, addFormFieldListener, addFormFieldValidator, fireValueChanged, getProperty, isMultiRow, isRequired, removeFieldListener, removeFormFieldValidator, setRequired, validatepublic void addItem(String item, boolean checked)
public void clear()
public String getItem(int index)
public String[] getCheckedItems()
public boolean isChecked(String item)
public int size()
public JComponent getComponent()
getComponent in class AbstractSwingXFormField<JComponent>public void setValue(String value)
public String getValue()
Copyright © 2019. All rights reserved.