public class FormDatabaseField extends AbstractFormField<SqlDatabase>
SqlDatabase object.
Copyright 2010 Partner Software, Inc.
gui| Constructor and Description |
|---|
FormDatabaseField()
Creates a new empty FormDatabaseField
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase |
getCurrentValue()
Creates and returns a SqlDatabase representing current state.
|
SqlDatabase |
getValue()
Returns the current value for this field.
|
void |
setValue(SqlDatabase newValue)
Sets the current value for this field.
|
void |
setValueSafely(java.lang.Object object)
Sets the value safely, e.g.
|
addFieldListener, createPopup, doAction, fireActionRequested, fireValueChanged, getGui, getToolTipText, grabFocus, isDisabled, removeFieldListener, selectAll, selectNone, setDisabled, setToolTipText, toString, valueChangedpublic FormDatabaseField()
public SqlDatabase getCurrentValue()
public SqlDatabase getValue()
FormFieldpublic void setValue(SqlDatabase newValue)
FormFieldpublic void setValueSafely(java.lang.Object object)
FormField