Uses of Interface
org.tentackle.fx.table.TableColumnConfiguration
Packages that use TableColumnConfiguration
Package
Description
Extended FX layer.
Tentackle binding for FX.
FX table support.
FX table cell types.
-
Uses of TableColumnConfiguration in org.tentackle.fx
Methods in org.tentackle.fx with parameters of type TableColumnConfigurationModifier and TypeMethodDescriptionprotected booleanFxUtilities.applyBindingOption(TableColumnConfiguration columnConfiguration, BindingMember member, String option) Processes an option for a table binding.voidFxUtilities.applyBindingOptions(TableColumnConfiguration columnConfiguration, BindingMember member, String options) Applies the bindable options to a table column. -
Uses of TableColumnConfiguration in org.tentackle.fx.bind
Methods in org.tentackle.fx.bind that return TableColumnConfigurationModifier and TypeMethodDescriptionDefaultFxTableBinding.getConfiguration()FxTableBinding.getConfiguration()Gets the column configuration.Methods in org.tentackle.fx.bind with parameters of type TableColumnConfigurationModifier and TypeMethodDescription<S,T> FxTableBinding<S, T> DefaultFxBindingFactory.createTableBinding(FxTableBinder<S> binder, BindingMember[] parents, BindingMember member, TableColumnConfiguration<S, T> columnConfig, String columnOptions) <S,T> FxTableBinding<S, T> FxBindingFactory.createTableBinding(FxTableBinder<S> binder, BindingMember[] parents, BindingMember member, TableColumnConfiguration<S, T> columnConfig, String columnOptions) Creates a table binding.Constructors in org.tentackle.fx.bind with parameters of type TableColumnConfigurationModifierConstructorDescriptionDefaultFxTableBinding(FxTableBinder<S> binder, BindingMember[] parents, BindingMember member, TableColumnConfiguration<S, T> columnConfiguration, String columnOptions) Creates a binding. -
Uses of TableColumnConfiguration in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement TableColumnConfigurationModifier and TypeClassDescriptionclassDefault configuration for a table column.Methods in org.tentackle.fx.table that return TableColumnConfigurationModifier and TypeMethodDescriptionAdds a column via binding path.protected TableColumnConfiguration<S,?> DefaultTableConfiguration.createTableColumnConfiguration(String name, String displayedName) Creates a column configuration.DefaultTableConfiguration.getColumnConfiguration(String name) DefaultTableConfiguration.getColumnConfiguration(javafx.scene.control.TableColumn<S, ?> column) DefaultTableConfiguration.getColumnConfiguration(javafx.scene.control.TreeTableColumn<S, ?> column) FxTableCell.getColumnConfiguration()Gets the column configuration.FxTreeTableCell.getColumnConfiguration()Gets the column configuration.TableConfiguration.getColumnConfiguration(String name) Gets a column configuration by its name.TableConfiguration.getColumnConfiguration(javafx.scene.control.TableColumn<S, ?> column) Gets a column configuration by its table column.TableConfiguration.getColumnConfiguration(javafx.scene.control.TreeTableColumn<S, ?> column) Gets a column configuration by its treetable column.FxTableColumn.getConfiguration()Gets the configuration.FxTreeTableColumn.getConfiguration()Gets the configuration.DefaultTableConfiguration.removeColumn(String name) TableConfiguration.removeColumn(String name) Removes a column via binding path.Methods in org.tentackle.fx.table that return types with arguments of type TableColumnConfigurationModifier and TypeMethodDescriptionDefaultTableConfiguration.getColumnConfigurations()TableConfiguration.getColumnConfigurations()Gets the configurations of the columns.Methods in org.tentackle.fx.table with parameters of type TableColumnConfigurationModifier and TypeMethodDescriptionvoidDefaultTableConfiguration.addColumnConfiguration(TableColumnConfiguration<S, ?> columnConfiguration) voidTableConfiguration.addColumnConfiguration(TableColumnConfiguration<S, ?> columnConfiguration) Adds a column configuration.Constructors in org.tentackle.fx.table with parameters of type TableColumnConfigurationModifierConstructorDescriptionFxTableCell(TableColumnConfiguration<S, T> columnConfiguration) Creates a table cell.FxTableColumn(TableColumnConfiguration<S, T> configuration) Creates a table column.FxTableColumn(TableColumnConfiguration<S, T> configuration, String text) Creates a table column.FxTreeTableCell(TableColumnConfiguration<S, T> columnConfiguration) Creates a table cell.FxTreeTableColumn(TableColumnConfiguration<S, T> configuration) Creates a table column.FxTreeTableColumn(TableColumnConfiguration<S, T> configuration, String text) Creates a table column. -
Uses of TableColumnConfiguration in org.tentackle.fx.table.type
Methods in org.tentackle.fx.table.type with parameters of type TableColumnConfigurationModifier and TypeMethodDescriptionprotected DecimalFormatBMoneyTableCellType.getFormat(TableColumnConfiguration<?, org.tentackle.common.BMoney> config, org.tentackle.common.BMoney item) protected DecimalFormatNumberTableCellType.getFormat(TableColumnConfiguration<?, T> config, T item) Gets the number format.protected DateTimeFormatterAbstractDateTimeTableCellType.getFormatter(TableColumnConfiguration<?, T> config) Gets the formatter.