public class CheckBoxEditor extends ArgumentEditor
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckBoxEditor.Type |
ArgumentEditor.IEditorListener| Constructor and Description |
|---|
CheckBoxEditor(Composite parent,
IQueryContext context,
ArgumentDescriptor descriptor,
TableItem item,
CheckBoxEditor.Type type) |
| Modifier and Type | Method and Description |
|---|---|
CheckBoxEditor.Type |
getType() |
Object |
getValue() |
boolean |
setFocus() |
void |
setValue(Object value) |
addListener, getDescriptor, removeListenerpublic CheckBoxEditor(Composite parent,
IQueryContext context,
ArgumentDescriptor descriptor,
TableItem item,
CheckBoxEditor.Type type)
public Object getValue()
getValue in class ArgumentEditorpublic void setValue(Object value) throws SnapshotException
setValue in class ArgumentEditorSnapshotExceptionpublic boolean setFocus()
public CheckBoxEditor.Type getType()