public class ComboItem
extends java.lang.Object
Constructor | Description |
---|---|
ComboItem(java.lang.String text,
java.lang.String value) |
Create a new instance of combobox items.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getValue() |
Get the value associated with this item.
|
java.lang.String |
toString() |