com.ezware.oxbow.swingbits.table.filter
Class TableRowFilterSupport

java.lang.Object
  extended by com.ezware.oxbow.swingbits.table.filter.TableRowFilterSupport

public final class TableRowFilterSupport
extends Object


Method Summary
 TableRowFilterSupport actions(boolean visible)
          Additional actions visible in column filter list
 JTable apply()
           
static TableRowFilterSupport forFilter(ITableFilter<?> filter)
           
static TableRowFilterSupport forTable(JTable table)
           
 TableRowFilterSupport searchable(boolean serachable)
          Comlumn filter list is searchable
 TableRowFilterSupport searchTransalator(IObjectToStringTranslator translator)
           
 TableRowFilterSupport useTableRenderers(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.