public class ObjectListTableConfiguration<T> extends ObjectTableConfiguration<T> implements IObjectListTableConfiguration<T>
| Constructor and Description |
|---|
ObjectListTableConfiguration(IStringSubstituter toolTipSubstituter,
IColumToStringConverter columnToStringConverter,
int autoRizeMode,
int selectionMode,
int preferredVisibleRowCount,
List<IObjectListColumnConfiguration<T>> columnConfigurations,
IMouseListenerFactory<T> headerMouseListenerFactory,
IMouseListenerFactory<T> tableMouseListenerFactory,
IKeyListenerFactory<T> keyListenerFactory,
ITableActionConfiguration<T> actionConfiguration,
ITableTextFieldActionConfiguration<T> textFieldActionConfiguration,
ITableTextFieldKeyListenerFactory<T> textFieldKeyListenerFactory) |
| Modifier and Type | Method and Description |
|---|---|
IColumnClassProvider |
getColumnClassProvider() |
List<IColumnValueAdaptor<T>> |
getColumnValueAdaptors() |
List<IColumnValueProvider<T>> |
getColumnValueProviders() |
IColumToStringConverter |
getRowFilterToStringConverter() |
ITableTextFieldActionConfiguration<T> |
getTextFieldActionConfiguration() |
ITableTextFieldKeyListenerFactory<T> |
getTextFieldKeyListenerFactory() |
boolean |
isFilterable() |
getAutoResizeMode, getColumnConfiguration, getHeaderMouseListenerFactory, getKeyListenerFactory, getPreferredVisibleRowCount, getRowSorter, getSelectionMode, getTableActionConfiguration, getTableMouseListenerFactory, getToolTipSubstituterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTextFieldEnablegetAutoResizeMode, getColumnConfiguration, getHeaderMouseListenerFactory, getKeyListenerFactory, getPreferredVisibleRowCount, getRowSorter, getSelectionMode, getTableActionConfiguration, getTableMouseListenerFactory, getToolTipSubstituterpublic ObjectListTableConfiguration(IStringSubstituter toolTipSubstituter, IColumToStringConverter columnToStringConverter, int autoRizeMode, int selectionMode, int preferredVisibleRowCount, List<IObjectListColumnConfiguration<T>> columnConfigurations, IMouseListenerFactory<T> headerMouseListenerFactory, IMouseListenerFactory<T> tableMouseListenerFactory, IKeyListenerFactory<T> keyListenerFactory, ITableActionConfiguration<T> actionConfiguration, ITableTextFieldActionConfiguration<T> textFieldActionConfiguration, ITableTextFieldKeyListenerFactory<T> textFieldKeyListenerFactory)
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>public IColumnClassProvider getColumnClassProvider()
getColumnClassProvider in interface IObjectListTableConfiguration<T>public ITableTextFieldActionConfiguration<T> getTextFieldActionConfiguration()
getTextFieldActionConfiguration in interface IObjectListTableConfiguration<T>public ITableTextFieldKeyListenerFactory<T> getTextFieldKeyListenerFactory()
getTextFieldKeyListenerFactory in interface IObjectListTableConfiguration<T>Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.