org.opennms.web.svclayer.outage
Class DateProcessRowsCallback
java.lang.Object
org.extremecomponents.table.callback.ProcessRowsCallback
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
| 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 |
DateProcessRowsCallback
public DateProcessRowsCallback()
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.