com.ezware.oxbow.swingbits.table.filter
Class TableRowFilterSupport
java.lang.Object
com.ezware.oxbow.swingbits.table.filter.TableRowFilterSupport
public final class TableRowFilterSupport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
forTable
public static TableRowFilterSupport forTable(JTable table)
forFilter
public static TableRowFilterSupport forFilter(ITableFilter<?> filter)
actions
public TableRowFilterSupport actions(boolean visible)
- Additional actions visible in column filter list
- Parameters:
visible
-
- Returns:
searchable
public TableRowFilterSupport searchable(boolean serachable)
- Comlumn filter list is searchable
- Parameters:
serachable
-
- Returns:
searchTransalator
public TableRowFilterSupport searchTransalator(IObjectToStringTranslator translator)
useTableRenderers
public TableRowFilterSupport useTableRenderers(boolean value)
apply
public JTable apply()
Copyright © 2011. All Rights Reserved.