|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.gui.table.TableSorter.DateFilter
Class that represents a filter to a table column. This filter will be used to filter by date.
| Field Summary | |
protected int |
amount
|
protected long |
begin
|
static java.util.Calendar |
date
|
static int |
DAY
|
protected java.lang.String |
head
|
static int |
LAST
|
static int |
MONTH
|
static java.lang.String |
string
|
protected int |
type
|
protected java.lang.String |
unit
|
static int |
YEAR
|
| Constructor Summary | |
TableSorter.DateFilter(int type,
int amount,
java.util.ResourceBundle bundle)
Creates a filter that uses dates. |
|
| Method Summary | |
int |
getAmount()
Returns the amount of date or time that is added to the field. |
long |
getInitTime()
Provides the time that the filter uses as origin to perform the filtering. |
int |
getType()
Returns the filter type. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int DAY
public static final int MONTH
public static final int YEAR
public static final int LAST
public static java.util.Calendar date
public static java.lang.String string
protected java.lang.String head
protected java.lang.String unit
protected long begin
protected int type
protected int amount
| Constructor Detail |
public TableSorter.DateFilter(int type,
int amount,
java.util.ResourceBundle bundle)
type - the type of the filter, to be by DAY, MONTH, YEAR or LAST.amount - the amount of date or time to be added to the fieldbundle - the language file| Method Detail |
public int getType()
public int getAmount()
public long getInitTime()
public java.lang.String toString()
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||