org.opennms.web.svclayer.outage
Class DateProcessRowsCallback

java.lang.Object
  extended by org.extremecomponents.table.callback.ProcessRowsCallback
      extended by org.opennms.web.svclayer.outage.DateProcessRowsCallback
All Implemented Interfaces:
org.extremecomponents.table.callback.FilterRowsCallback, org.extremecomponents.table.callback.RetrieveRowsCallback, org.extremecomponents.table.callback.SortRowsCallback

public class DateProcessRowsCallback
extends org.extremecomponents.table.callback.ProcessRowsCallback

Overwrite Default ProcessRowsCallback to enable date filtering. Example code from Nathan MA

Author:
Johan Edstrom

Constructor Summary
DateProcessRowsCallback()
           
 
Method Summary
 Collection filterRows(org.extremecomponents.table.core.TableModel model, Collection rows)
          
 
Methods inherited from class org.extremecomponents.table.callback.ProcessRowsCallback
retrieveRows, sortRows
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateProcessRowsCallback

public DateProcessRowsCallback()
Method Detail

filterRows

public Collection filterRows(org.extremecomponents.table.core.TableModel model,
                             Collection rows)
                      throws Exception

Specified by:
filterRows in interface org.extremecomponents.table.callback.FilterRowsCallback
Overrides:
filterRows in class org.extremecomponents.table.callback.ProcessRowsCallback
Throws:
Exception


Copyright © 2009. All Rights Reserved.