|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.web.svclayer.outage.DateFilterPredicate
public class DateFilterPredicate
Filter Predicate implementation which enable date comparison. Based on example code from: @author Nathan MA
| Field Summary | |
|---|---|
static String |
BETWEEN
date between. |
static String |
DELIM
delimiters |
static String |
GREATER_THAN_OR_EQUAL
greater than or equal. |
static String |
LESS_THAN_OR_EQUAL
less than or equal. |
static String |
NOT_EQUAL
date not equal. |
| Constructor Summary | |
|---|---|
DateFilterPredicate(org.extremecomponents.table.core.TableModel model)
Creates a new DateFilterPredicate object. |
|
| Method Summary | |
|---|---|
boolean |
evaluate(Object bean)
Use the filter parameters to filter out the table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LESS_THAN_OR_EQUAL
public static final String GREATER_THAN_OR_EQUAL
public static final String BETWEEN
public static final String NOT_EQUAL
public static final String DELIM
| Constructor Detail |
|---|
public DateFilterPredicate(org.extremecomponents.table.core.TableModel model)
model - table model| Method Detail |
|---|
public boolean evaluate(Object bean)
evaluate in interface Predicate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||