|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.pref.TasksPreferences.TaskFiltering
This class represents the task filtering.
Field Summary | |
static int |
RULE_FILTER_ALL
This value represents filter by nothing (show all) tasks. |
static int |
RULE_FILTER_COMPLETED
This value represents filter by completed tasks. |
static int |
RULE_FILTER_NOT_COMPLETED
This value represents filter by not completed tasks. |
static int |
RULE_FILTER_OVERDUE
This value represents filter by overdue tasks. |
Constructor Summary | |
TasksPreferences.TaskFiltering()
Constructor. |
|
TasksPreferences.TaskFiltering(int iFilteringRule)
Constructor. |
Method Summary | |
int |
getFilteringRule()
Gets the filtering rule. |
void |
setFilteringRule(int iFilteringRule)
Sets the filtering rule. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int RULE_FILTER_ALL
public static final int RULE_FILTER_NOT_COMPLETED
public static final int RULE_FILTER_COMPLETED
public static final int RULE_FILTER_OVERDUE
Constructor Detail |
public TasksPreferences.TaskFiltering(int iFilteringRule)
iFilteringRule
- the filtering rule (see RULE_
constants)public TasksPreferences.TaskFiltering()
Method Detail |
public int getFilteringRule()
RULE_
constants)public void setFilteringRule(int iFilteringRule)
iFilteringRule
- the filtering rule (see RULE_
constants)
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |