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 thecolumnproperty.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 thecolumnsproperty.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 thecolumnsproperty. -
Uses of GridTableColumn in com.dlsc.gemsfx.paging
Methods in com.dlsc.gemsfx.paging that return types with arguments of type GridTableColumnModifier and TypeMethodDescriptionfinal javafx.beans.property.ListProperty<GridTableColumn<T, ?>> PagingGridTableView.columnsProperty()Provides access to the list property containing the columns of the grid table.final javafx.collections.ObservableList<GridTableColumn<T, ?>> PagingGridTableView.getColumns()Gets the value of thecolumnsproperty.Method parameters in com.dlsc.gemsfx.paging with type arguments of type GridTableColumnModifier and TypeMethodDescriptionfinal voidPagingGridTableView.setColumns(javafx.collections.ObservableList<GridTableColumn<T, ?>> columns) Sets the value of thecolumnsproperty.