Class ComboBoxCellItem
public class ComboBoxCellItem
extends Object
代表一个组合框项。
-
Constructor Summary
Constructors
-
Method Summary
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
-
-
setValue
public void setValue(Object value)
设置项目的值。
-
-
setText
public void setText(String text)
设置项目的文本。