R
- the type of the table rowspublic class RowHeaderColumn<R extends Row<?,?,?>>
extends javafx.scene.control.TreeTableColumn<R,R>
GanttChart.setRowHeaderNodeFactory(Callback)
Constructor and Description |
---|
RowHeaderColumn(GanttChart<R> ganttChart)
Constructs a new row header.
|
Modifier and Type | Method and Description |
---|---|
GanttChart<R> |
getGanttChart()
Returns the Gantt chart for which the header is used.
|
javafx.scene.control.TreeTableView<R> |
getTreeTable()
Returns the tree table view for which the header is used.
|
cellFactoryProperty, cellValueFactoryProperty, editAnyEvent, editCancelEvent, editCommitEvent, editStartEvent, getCellFactory, getCellObservableValue, getCellObservableValue, getCellValueFactory, getClassCssMetaData, getColumns, getCssMetaData, getOnEditCancel, getOnEditCommit, getOnEditStart, getSortType, getStyleableParent, getTreeTableView, getTypeSelector, impl_styleableGetNode, onEditCancelProperty, onEditCommitProperty, onEditStartProperty, setCellFactory, setCellValueFactory, setOnEditCancel, setOnEditCommit, setOnEditStart, setSortType, sortTypeProperty, treeTableViewProperty
addEventHandler, buildEventDispatchChain, comparatorProperty, contextMenuProperty, editableProperty, getCellData, getCellData, getComparator, getContextMenu, getGraphic, getId, getMaxWidth, getMinWidth, getParentColumn, getPrefWidth, getProperties, getPseudoClassStates, getSortNode, getStyle, getStyleClass, getText, getUserData, getWidth, graphicProperty, hasProperties, idProperty, impl_fixedProperty, impl_isFixed, impl_isReorderable, impl_reorderableProperty, impl_setFixed, impl_setReorderable, impl_setWidth, isEditable, isResizable, isSortable, isVisible, maxWidthProperty, minWidthProperty, parentColumnProperty, prefWidthProperty, removeEventHandler, resizableProperty, setComparator, setContextMenu, setEditable, setGraphic, setId, setMaxWidth, setMinWidth, setPrefWidth, setResizable, setSortable, setSortNode, setStyle, setText, setUserData, setVisible, sortableProperty, sortNodeProperty, styleProperty, textProperty, visibleProperty, widthProperty
public RowHeaderColumn(GanttChart<R> ganttChart)
ganttChart
- the chart for which the header will be usedpublic final javafx.scene.control.TreeTableView<R> getTreeTable()
public final GanttChart<R> getGanttChart()
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.