Package net.anwiba.commons.swing.table
Interface IObjectListTableConfiguration<T>
-
- All Superinterfaces:
IObjectTableConfiguration<T>
- All Known Implementing Classes:
ObjectListTableConfiguration
public interface IObjectListTableConfiguration<T> extends IObjectTableConfiguration<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IFactory<IObjectTableModel<T>,javax.swing.JComponent,java.lang.RuntimeException>getAccessoryHeaderPanelFactory()IColumnClassProvidergetColumnClassProvider()java.util.List<IColumnValueAdaptor<T>>getColumnValueAdaptors()java.util.List<IColumnValueProvider<T>>getColumnValueProviders()IObjectDistributor<IAcceptor<T>>getRowFilterDistributor()IColumToStringConvertergetRowFilterToStringConverter()ITableTextFieldActionConfiguration<T>getTextFieldActionConfiguration()ITableTextFieldKeyListenerFactory<T>getTextFieldKeyListenerFactory()booleanisFilterable()default booleanisTextFieldEnable()-
Methods inherited from interface net.anwiba.commons.swing.table.IObjectTableConfiguration
getAutoResizeMode, getColumnConfiguration, getHeaderMouseListenerFactory, getKeyListenerFactory, getPreferredVisibleRowCount, getRowSorter, getSelectionMode, getTableActionConfiguration, getTableMouseListenerFactory, getToolTipSubstituter
-
-
-
-
Method Detail
-
getColumnValueProviders
java.util.List<IColumnValueProvider<T>> getColumnValueProviders()
-
getColumnValueAdaptors
java.util.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>,javax.swing.JComponent,java.lang.RuntimeException> getAccessoryHeaderPanelFactory()
-
-