Class ComboBoxCellType
Represents an editable combo box cell.
-
Constructor Summary
Constructors
Create a combo box cell type.
-
Method Summary
boolean
Gets whether the combo box is editable.
Gets the value that is written to the underlying data model.
int
Gets the height of each item.
Gets the items for the drop-down list in the combo box.
int
Gets the maximum item count of the drop-down list per page.
void
Sets whether the combo box is editable.
void
Sets the value that is written to the underlying data model.
void
Sets the height of each item.
void
Sets the maximum item count of the drop-down list per page.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ComboBoxCellType
public ComboBoxCellType()
Create a combo box cell type.
-
Method Details
-
getItems
Gets the items for the drop-down list in the combo box.
-
getMaxDropDownItems
public int getMaxDropDownItems()
Gets the maximum item count of the drop-down list per page.
-
setMaxDropDownItems
public void setMaxDropDownItems(int value)
Sets the maximum item count of the drop-down list per page.
-
getEditable
public boolean getEditable()
Gets whether the combo box is editable.
-
setEditable
public void setEditable(boolean value)
Sets whether the combo box is editable.
-
getEditorValueType
Gets the value that is written to the underlying data model.
-
setEditorValueType
Sets the value that is written to the underlying data model.
-
getItemHeight
public int getItemHeight()
Gets the height of each item.
-
setItemHeight
public void setItemHeight(int value)
Sets the height of each item.