|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objectplanet.gui.Filter
This class is used for the filter values and operations.
Field Summary | |
java.lang.String |
displayed
Contains the currently displayed text in the filter field. |
boolean |
enabled
Marks the filter as enabled. |
static int |
FILTER_ENDS_WITH
|
static int |
FILTER_EQUALS
|
static int |
FILTER_INCLUDES
|
static int |
FILTER_LARGER
|
static int |
FILTER_LARGER_EQUALS
|
static int |
FILTER_LESS
|
static int |
FILTER_LESS_EQUALS
|
static int |
FILTER_NOT_EQUALS
|
static int |
FILTER_NOT_INCLUDES
|
static int |
FILTER_STARTS_WITH
|
boolean |
filterOnLabel
Forces filtering on label for equals and ! |
Filter |
next
The next filter value within this filter expression. |
double |
number
This field contains any numerical representation of the filter. |
boolean |
on
Marks the filter as activated. |
int |
operator
This is the operator for the filter match check. |
int |
position
The current caret position within the filter field. |
java.lang.String |
separator
The separator used between filter labels on combination filters. |
java.lang.String |
value
This contains the current filter value to check agains. |
Constructor Summary | |
Filter()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String displayed
public boolean enabled
public static final int FILTER_ENDS_WITH
public static final int FILTER_EQUALS
public static final int FILTER_INCLUDES
public static final int FILTER_LARGER
public static final int FILTER_LARGER_EQUALS
public static final int FILTER_LESS
public static final int FILTER_LESS_EQUALS
public static final int FILTER_NOT_EQUALS
public static final int FILTER_NOT_INCLUDES
public static final int FILTER_STARTS_WITH
public boolean filterOnLabel
public Filter next
public double number
public boolean on
public int operator
public int position
public java.lang.String separator
public java.lang.String value
Constructor Detail |
public Filter()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |