Uses of Class
com.dlsc.gemsfx.gridtable.GridTableColumn
Packages that use GridTableColumn
-
Uses of GridTableColumn in com.dlsc.gemsfx.gridtable
Methods in com.dlsc.gemsfx.gridtable that return GridTableColumnModifier and TypeMethodDescriptionfinal GridTableColumnGridTableCell.getColumn()Gets the value of the property column.Methods in com.dlsc.gemsfx.gridtable that return types with arguments of type GridTableColumnModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<GridTableColumn<S,T>> GridTableCell.columnProperty()final javafx.beans.property.ListProperty<GridTableColumn<S,?>> GridTableView.columnsProperty()final javafx.collections.ObservableList<GridTableColumn<S,?>> GridTableView.getColumns()Gets the value of the property columns.Method parameters in com.dlsc.gemsfx.gridtable with type arguments of type GridTableColumnModifier and TypeMethodDescriptionfinal voidGridTableView.setColumns(javafx.collections.ObservableList<GridTableColumn<S, ?>> columns) Sets the value of the property columns.