public interface FXTableFormat<E>
extends ca.odell.glazedlists.gui.TableFormat<E>
Modifier and Type | Interface and Description |
---|---|
static class |
FXTableFormat.Option |
static class |
FXTableFormat.Options |
Modifier and Type | Method and Description |
---|---|
javafx.beans.value.ObservableValue<?> |
getColumnObservableValue(E baseObject,
int column)
Gets the observable value of the specified field for the specified object.
|
TableCellFactory |
getTableCellFactory(int column) |
static FXTableFormat.Option |
option(String name,
Object value) |
static FXTableFormat.Options |
options(FXTableFormat.Option... options) |
javafx.beans.value.ObservableValue<?> getColumnObservableValue(E baseObject, int column)
@Nonnull TableCellFactory getTableCellFactory(int column)
@Nonnull static FXTableFormat.Options options(@Nonnull FXTableFormat.Option... options)