Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.table
Interface IObjectListTableConfiguration<T>
- All Superinterfaces:
IObjectTableConfiguration<T>
- All Known Implementing Classes:
ObjectListTableConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbooleandefault booleanMethods inherited from interface net.anwiba.commons.swing.table.IObjectTableConfiguration
getAutoResizeMode, getColumnConfiguration, getHeaderMouseListenerFactory, getKeyListenerFactory, getPreferredVisibleRowCount, getRowSorter, getSelectionMode, getTableActionConfiguration, getTableMouseListenerFactory, getToolTipSubstituter
-
Method Details
-
getColumnValueProviders
List<IColumnValueProvider<T>> getColumnValueProviders() -
getColumnValueAdaptors
List<IColumnValueAdaptor<T>> getColumnValueAdaptors() -
isFilterable
boolean isFilterable() -
getRowFilterToStringConverter
IColumToStringConverter getRowFilterToStringConverter() -
getColumnClassProvider
IColumnClassProvider getColumnClassProvider() -
getTextFieldActionConfiguration
ITableTextFieldActionConfiguration<T> getTextFieldActionConfiguration() -
getTextFieldKeyListenerFactory
ITableTextFieldKeyListenerFactory<T> getTextFieldKeyListenerFactory() -
isTextFieldEnable
default boolean isTextFieldEnable() -
getRowFilterDistributor
IObjectDistributor<IAcceptor<T>> getRowFilterDistributor() -
getAccessoryHeaderPanelFactory
IFactory<IObjectTableModel<T>,JComponent, getAccessoryHeaderPanelFactory()RuntimeException>
-