|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.pref.TasksPreferences.TaskColumn
This class represents the task column for ordering.
Field Summary | |
static TasksPreferences.TaskColumn |
DUE_DATE
This value represents the 'due date' column. |
static TasksPreferences.TaskColumn |
IMPORTANCE
This value represents the 'importance' column. |
static TasksPreferences.TaskColumn |
STATUS
This value represents the 'status' column. |
static TasksPreferences.TaskColumn |
SUBJECT
This value represents the 'subject' column. |
static int |
VALUE_DUE_DATE
This value represents the 'due date' column. |
static int |
VALUE_IMPORTANCE
This value represents the 'importance' column. |
static int |
VALUE_STATUS
This value represents the 'status' column. |
static int |
VALUE_SUBJECT
This value represents the 'subject' column. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static TasksPreferences.TaskColumn |
get(int iValue)
Gets the column by the value. |
static java.util.List |
getColumns()
Gets the list of columns objects. |
java.lang.String |
getKey()
Gets the i18n resource key name. |
int |
getValue()
Gets the value of the column. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_DUE_DATE
public static final int VALUE_SUBJECT
public static final int VALUE_STATUS
public static final int VALUE_IMPORTANCE
public static final TasksPreferences.TaskColumn DUE_DATE
public static final TasksPreferences.TaskColumn SUBJECT
public static final TasksPreferences.TaskColumn STATUS
public static final TasksPreferences.TaskColumn IMPORTANCE
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static TasksPreferences.TaskColumn get(int iValue)
iValue
- the value to get bynull
if not foundpublic static java.util.List getColumns()
TaskColumn
objects (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to checktrue
if this object has the same value as the argument; false
otherwisegetValue()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |