Uses of Interface
org.tentackle.fx.table.TableColumnConfiguration
-
Packages that use TableColumnConfiguration Package Description org.tentackle.fx Extended FX layer.org.tentackle.fx.bind Tentackle binding for FX.org.tentackle.fx.table FX table support. -
-
Uses of TableColumnConfiguration in org.tentackle.fx
Methods in org.tentackle.fx with parameters of type TableColumnConfiguration Modifier and Type Method Description protected booleanFxUtilities. applyBindingOption(TableColumnConfiguration columnConfiguration, org.tentackle.bind.BindingMember member, java.lang.String option)Processes an option for a table binding.voidFxUtilities. applyBindingOptions(TableColumnConfiguration columnConfiguration, org.tentackle.bind.BindingMember member, java.lang.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 TableColumnConfiguration Modifier and Type Method Description TableColumnConfiguration<S,T>DefaultFxTableBinding. getConfiguration()TableColumnConfiguration<S,T>FxTableBinding. getConfiguration()Gets the column configuration.Methods in org.tentackle.fx.bind with parameters of type TableColumnConfiguration Modifier and Type Method Description <S,T>
FxTableBinding<S,T>DefaultFxBindingFactory. createTableBinding(FxTableBinder<S> binder, org.tentackle.bind.BindingMember[] parents, org.tentackle.bind.BindingMember member, TableColumnConfiguration<S,T> columnConfig, java.lang.String columnOptions)<S,T>
FxTableBinding<S,T>FxBindingFactory. createTableBinding(FxTableBinder<S> binder, org.tentackle.bind.BindingMember[] parents, org.tentackle.bind.BindingMember member, TableColumnConfiguration<S,T> columnConfig, java.lang.String columnOptions)Creates a table binding.Constructors in org.tentackle.fx.bind with parameters of type TableColumnConfiguration Constructor Description DefaultFxTableBinding(FxTableBinder<S> binder, org.tentackle.bind.BindingMember[] parents, org.tentackle.bind.BindingMember member, TableColumnConfiguration<S,T> columnConfiguration, java.lang.String columnOptions)Creates a binding. -
Uses of TableColumnConfiguration in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement TableColumnConfiguration Modifier and Type Class Description classDefaultTableColumnConfiguration<S,T>Default configuration for a table column.Methods in org.tentackle.fx.table that return TableColumnConfiguration Modifier and Type Method Description TableColumnConfiguration<S,?>DefaultTableConfiguration. addColumn(java.lang.String name, java.lang.String displayedName)TableColumnConfiguration<S,?>TableConfiguration. addColumn(java.lang.String name, java.lang.String displayedName)Adds a column via binding path.TableColumnConfiguration<S,?>DefaultTableConfiguration. getColumnConfiguration(java.lang.String name)TableColumnConfiguration<S,?>DefaultTableConfiguration. getColumnConfiguration(javafx.scene.control.TableColumn<S,?> column)TableColumnConfiguration<S,T>FxTableCell. getColumnConfiguration()Gets the column configuration.TableColumnConfiguration<S,?>TableConfiguration. getColumnConfiguration(java.lang.String name)Gets a column configuration by its name.TableColumnConfiguration<S,?>TableConfiguration. getColumnConfiguration(javafx.scene.control.TableColumn<S,?> column)Gets a column configuration by its table column.TableColumnConfiguration<S,T>FxTableColumn. getConfiguration()Gets the configuration.TableColumnConfiguration<S,?>DefaultTableConfiguration. removeColumn(java.lang.String name)TableColumnConfiguration<S,?>TableConfiguration. removeColumn(java.lang.String name)Removes a column via binding path.Methods in org.tentackle.fx.table that return types with arguments of type TableColumnConfiguration Modifier and Type Method Description java.util.Collection<TableColumnConfiguration<S,?>>DefaultTableConfiguration. getColumnConfigurations()java.util.Collection<TableColumnConfiguration<S,?>>TableConfiguration. getColumnConfigurations()Gets the configurations of the columns.Methods in org.tentackle.fx.table with parameters of type TableColumnConfiguration Modifier and Type Method Description voidDefaultTableConfiguration. addColumnConfiguration(TableColumnConfiguration<S,?> columnConfiguration)voidTableConfiguration. addColumnConfiguration(TableColumnConfiguration<S,?> columnConfiguration)Adds a column configuration.Constructors in org.tentackle.fx.table with parameters of type TableColumnConfiguration Constructor Description FxTableCell(TableColumnConfiguration<S,T> columnConfiguration)Creates a table cell.FxTableColumn(TableColumnConfiguration<S,T> configuration)Creates a table column.FxTableColumn(TableColumnConfiguration<S,T> configuration, java.lang.String text)Creates a table column.
-