public class ObjectListTableConfiguration<T> extends ObjectTableConfiguration<T> implements IObjectListTableConfiguration<T>
| Constructor and Description |
|---|
ObjectListTableConfiguration(IColumToStringConverter columnToStringConverter,
int selectionMode,
int preferredVisibleRowCount,
List<IObjectListColumnConfiguration<T>> columnConfigurations,
IMouseListenerFactory<T> mouseListenerFactory,
IKeyListenerFactory<T> keyListenerFactory,
ITableActionConfiguration<T> actionConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
List<IColumnValueAdaptor<T>> |
getColumnValueAdaptors() |
List<IColumnValueProvider<T>> |
getColumnValueProviders() |
IColumToStringConverter |
getRowFilterToStringConverter() |
boolean |
isFilterable() |
getColumnConfiguration, getKeyListenerFactory, getMouseListenerFactory, getPreferredVisibleRowCount, getRowSorter, getSelectionMode, getTableActionConfigurationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnConfiguration, getKeyListenerFactory, getMouseListenerFactory, getPreferredVisibleRowCount, getRowSorter, getSelectionMode, getTableActionConfigurationpublic ObjectListTableConfiguration(IColumToStringConverter columnToStringConverter, int selectionMode, int preferredVisibleRowCount, List<IObjectListColumnConfiguration<T>> columnConfigurations, IMouseListenerFactory<T> mouseListenerFactory, IKeyListenerFactory<T> keyListenerFactory, ITableActionConfiguration<T> actionConfiguration)
public List<IColumnValueProvider<T>> getColumnValueProviders()
getColumnValueProviders in interface IObjectListTableConfiguration<T>public List<IColumnValueAdaptor<T>> getColumnValueAdaptors()
getColumnValueAdaptors in interface IObjectListTableConfiguration<T>public boolean isFilterable()
isFilterable in interface IObjectListTableConfiguration<T>public IColumToStringConverter getRowFilterToStringConverter()
getRowFilterToStringConverter in interface IObjectListTableConfiguration<T>Copyright © 2007–2017 Andreas Bartels. All rights reserved.