public class FormIconPicklistField extends AbstractFormField<java.lang.String>
Copyright 2004-2008 Partner Software, Inc.
gui| Constructor and Description |
|---|
FormIconPicklistField() |
FormIconPicklistField(ImageFactory imageFactory) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFixedHeight() |
int |
getFixedWidth() |
javax.swing.JComboBox |
getJComboBox() |
int |
getSelectedIndex() |
java.lang.String |
getValue()
Returns the current value for this field.
|
boolean |
isShowName() |
void |
setFixedHeight(int fixedHeight) |
void |
setFixedWidth(int fixedWidth) |
void |
setImageFactory(ImageFactory newImageFactory) |
void |
setModel(javax.swing.ComboBoxModel newModel) |
void |
setSelectedIndex(int newIndex) |
void |
setShowName(boolean showName) |
void |
setValue(java.lang.String newItem)
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 FormIconPicklistField()
public FormIconPicklistField(ImageFactory imageFactory)
public void setModel(javax.swing.ComboBoxModel newModel)
public int getSelectedIndex()
public void setSelectedIndex(int newIndex)
public java.lang.String getValue()
FormFieldpublic void setValue(java.lang.String newItem)
FormFieldpublic void setValueSafely(java.lang.Object newValue)
FormFieldpublic void setImageFactory(ImageFactory newImageFactory)
public javax.swing.JComboBox getJComboBox()
public boolean isShowName()
public void setShowName(boolean showName)
public int getFixedWidth()
public void setFixedWidth(int fixedWidth)
public int getFixedHeight()
public void setFixedHeight(int fixedHeight)