public class FormDirectionField extends AbstractFormField<XyDirection>
Copyright 2009 Partner Software, Inc.
gui| Constructor and Description |
|---|
FormDirectionField() |
| Modifier and Type | Method and Description |
|---|---|
XyDirection |
getBackspanDirection() |
javax.swing.JPanel |
getFormPanel() |
XyDirection |
getValue()
Returns the current value for this field.
|
void |
setBackspanDirection(XyDirection newDirection) |
void |
setValue(XyDirection 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 XyDirection getValue()
FormFieldpublic void setValue(XyDirection newValue)
FormFieldpublic void setValueSafely(java.lang.Object newValue)
FormFieldpublic void setBackspanDirection(XyDirection newDirection)
public XyDirection getBackspanDirection()
public javax.swing.JPanel getFormPanel()