|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wirefusion.propertyeditor.WfPropertyEditor
com.wirefusion.propertyeditor.ComboBoxPropertyEditor
public class ComboBoxPropertyEditor
This editor is intended for selecting an item from a list of string items. If the list of items for example are "orange, apple, banana", then the corresponding property value of each item is 0, 1 and 2 respectively.
| Field Summary |
|---|
| Fields inherited from class com.wirefusion.propertyeditor.WfPropertyEditor |
|---|
LEFT_POSITION, TOP_POSITION |
| Constructor Summary | |
|---|---|
ComboBoxPropertyEditor(java.lang.String propertyId,
java.lang.String label,
java.lang.String[] items,
int selectedIndex)
Constructs a BooleanPropertyEditor object. |
|
| Method Summary |
|---|
| Methods inherited from class com.wirefusion.propertyeditor.WfPropertyEditor |
|---|
addPropertyChangeListener, firePropertyChange, getEditor, getInfoString, getPropertyId, isEnabled, removePropertyChangeListener, setEnabled, setLabelPosition, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComboBoxPropertyEditor(java.lang.String propertyId,
java.lang.String label,
java.lang.String[] items,
int selectedIndex)
propertyId - the property IDlabel - the labelitems - the itemsselectedIndex - the index of the currently selected item (0 for first item, 1 for
second...)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||