public class FormIconField extends AbstractFormField
Copyright 2006-2008 Partner Software, Inc.
gui| Constructor and Description |
|---|
FormIconField() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction()
This does different things depending on the field; for example in a text
field it indicates return was hit.
|
javax.swing.JComponent |
getGUI() |
boolean |
getShowName() |
java.lang.Object |
getValue()
Returns the current value for this field.
|
void |
setFixedHeight(int newHeight) |
void |
setFixedWidth(int newWidth) |
void |
setImagePath(java.lang.String imagePath) |
void |
setShowName(boolean tizit) |
void |
setValue(java.lang.Object newValue)
Sets the current value for this field.
|
void |
setValueSafely(java.lang.Object newValue)
Sets the value safely, e.g.
|
void |
valueChanged(java.lang.Object newValue)
When the value changes, this is run.
|
addFieldListener, createPopup, fireActionRequested, fireValueChanged, getGui, getToolTipText, grabFocus, isDisabled, removeFieldListener, selectAll, selectNone, setDisabled, setToolTipText, toStringpublic void setImagePath(java.lang.String imagePath)
public void doAction()
FormFielddoAction in interface FormFielddoAction in class AbstractFormFieldpublic javax.swing.JComponent getGUI()
public java.lang.Object getValue()
FormFieldpublic void setValue(java.lang.Object newValue)
FormFieldpublic void setValueSafely(java.lang.Object newValue)
FormFieldpublic void valueChanged(java.lang.Object newValue)
FormFieldvalueChanged in interface FormFieldvalueChanged in class AbstractFormFieldpublic boolean getShowName()
public void setShowName(boolean tizit)
public void setFixedWidth(int newWidth)
public void setFixedHeight(int newHeight)