public class FormCheckboxField extends AbstractFormField<java.lang.Boolean>
Copyright 2004-2008 Partner Software, Inc.
gui| Constructor and Description |
|---|
FormCheckboxField() |
FormCheckboxField(java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JCheckBox |
getJCheckBox() |
java.lang.String |
getText() |
java.lang.Boolean |
getValue()
Returns the current value for this field.
|
void |
setText(java.lang.String newText) |
void |
setValue(java.lang.Boolean newValue)
Sets the current value for this field.
|
void |
setValueSafely(java.lang.Object newValue)
Sets the value safely, e.g.
|
addFieldListener, createPopup, doAction, fireActionRequested, fireValueChanged, getGui, getToolTipText, grabFocus, isDisabled, removeFieldListener, selectAll, selectNone, setDisabled, setToolTipText, toString, valueChangedpublic FormCheckboxField()
public FormCheckboxField(java.lang.String text)
public java.lang.Boolean getValue()
FormFieldpublic void setValue(java.lang.Boolean newValue)
FormFieldpublic void setValueSafely(java.lang.Object newValue)
FormFieldpublic java.lang.String getText()
public void setText(java.lang.String newText)
public javax.swing.JCheckBox getJCheckBox()