Class ComboBoxCellItem
public class ComboBoxCellItem
extends Object
Represents an comboBox item.
-
Constructor Summary
Constructors
-
Method Summary
Gets the text of the item.
Gets the value of the item.
void
Sets the text of the item.
void
Sets the value of the item.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ComboBoxCellItem
public ComboBoxCellItem()
-
Method Details
-
getValue
Gets the value of the item.
-
setValue
public void setValue(Object value)
Sets the value of the item.
-
getText
Gets the text of the item.
-
setText
public void setText(String text)
Sets the text of the item.