public class ComboBoxColumn<S,T> extends BaseColumn<S,T>
filterableProperty, requiredProperty, tableCriteriaProperty
cellFactoryProperty, cellValueFactoryProperty, comparatorProperty, contextMenuProperty, editableProperty, graphicProperty, idProperty, maxWidthProperty, minWidthProperty, onEditCancelProperty, onEditCommitProperty, onEditStartProperty, parentColumnProperty, prefWidthProperty, resizableProperty, sortableProperty, sortNodeProperty, sortTypeProperty, styleProperty, tableViewProperty, textProperty, visibleProperty, widthProperty
Modifier and Type | Class and Description |
---|---|
class |
ComboBoxColumn.ComboBoxTableCell |
alignment
Constructor and Description |
---|
ComboBoxColumn(java.lang.String propertyName) |
ComboBoxColumn(java.lang.String propertyName,
double prefWidth) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(java.lang.String label,
T object)
Add pair of label and object corresponding to the label
|
protected T |
convertFromString_Impl(java.lang.String stringValue) |
java.lang.String |
convertToString(T value)
Convert
value to String as represented in TableControl |
convertFromString, filterableProperty, getAlignment, getPropertyName, getTableCriteria, isFilterable, isRequired, requiredProperty, setAlignment, setFilterable, setRequired, setTableCriteria, tableCriteriaProperty
addEventHandler, buildEventDispatchChain, cellFactoryProperty, cellValueFactoryProperty, comparatorProperty, contextMenuProperty, editableProperty, editAnyEvent, editCancelEvent, editCommitEvent, editStartEvent, getCellData, getCellData, getCellFactory, getCellObservableValue, getCellObservableValue, getCellValueFactory, getColumns, getComparator, getContextMenu, getGraphic, getId, getMaxWidth, getMinWidth, getOnEditCancel, getOnEditCommit, getOnEditStart, getParentColumn, getPrefWidth, getProperties, getSortNode, getSortType, getStyle, getStyleClass, getTableView, getText, getUserData, getWidth, graphicProperty, hasProperties, idProperty, impl_getStyleable, impl_setWidth, isEditable, isResizable, isSortable, isVisible, maxWidthProperty, minWidthProperty, onEditCancelProperty, onEditCommitProperty, onEditStartProperty, parentColumnProperty, prefWidthProperty, removeEventHandler, resizableProperty, setCellFactory, setCellValueFactory, setComparator, setContextMenu, setEditable, setGraphic, setId, setMaxWidth, setMinWidth, setOnEditCancel, setOnEditCommit, setOnEditStart, setPrefWidth, setResizable, setSortable, setSortNode, setSortType, setStyle, setText, setUserData, setVisible, sortableProperty, sortNodeProperty, sortTypeProperty, styleProperty, tableViewProperty, textProperty, visibleProperty, widthProperty
public ComboBoxColumn(java.lang.String propertyName)
public ComboBoxColumn(java.lang.String propertyName, double prefWidth)
public void addItem(java.lang.String label, T object)
label
- object
- protected T convertFromString_Impl(java.lang.String stringValue)
convertFromString_Impl
in class BaseColumn<S,T>
public java.lang.String convertToString(T value)
BaseColumn
value
to String as represented in TableControlconvertToString
in class BaseColumn<S,T>