|
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.OverdueStyle
This class represents the overdue task display style.
Field Summary | |
static TasksPreferences.OverdueStyle |
EIGHTH
This value represents the 'eighth' overdue style. |
static TasksPreferences.OverdueStyle |
FIFTH
This value represents the 'fifth' overdue style. |
static TasksPreferences.OverdueStyle |
FIRST
This value represents the 'first' overdue style. |
static TasksPreferences.OverdueStyle |
FOURTH
This value represents the 'fourth' overdue style. |
static TasksPreferences.OverdueStyle |
SECOND
This value represents the 'second' overdue style. |
static TasksPreferences.OverdueStyle |
SEVENTH
This value represents the 'seventh' overdue style. |
static TasksPreferences.OverdueStyle |
SIXTH
This value represents the 'sixth' overdue style. |
static TasksPreferences.OverdueStyle |
THIRD
This value represents the 'third' overdue style. |
static int |
VALUE_EIGHTH
This value represents the 'eighth' overdue style. |
static int |
VALUE_FIFTH
This value represents the 'fifth' overdue style. |
static int |
VALUE_FIRST
This value represents the 'first' overdue style. |
static int |
VALUE_FOURTH
This value represents the 'fourth' overdue style. |
static int |
VALUE_SECOND
This value represents the 'second' overdue style. |
static int |
VALUE_SEVENTH
This value represents the 'seventh' overdue style. |
static int |
VALUE_SIXTH
This value represents the 'sixth' overdue style. |
static int |
VALUE_THIRD
This value represents the 'third' overdue style. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static TasksPreferences.OverdueStyle |
get(int iValue)
Gets the overdue style by the value. |
static TasksPreferences.OverdueStyle |
get(java.lang.String sKey)
Gets the overdue style by the key. |
java.lang.String |
getKey()
Gets the key (class name) for style. |
static java.util.List |
getStyles()
Gets the list of overdue style objects. |
int |
getValue()
Gets the value of the overdue style. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_FIRST
public static final int VALUE_SECOND
public static final int VALUE_THIRD
public static final int VALUE_FOURTH
public static final int VALUE_FIFTH
public static final int VALUE_SIXTH
public static final int VALUE_SEVENTH
public static final int VALUE_EIGHTH
public static final TasksPreferences.OverdueStyle FIRST
public static final TasksPreferences.OverdueStyle SECOND
public static final TasksPreferences.OverdueStyle THIRD
public static final TasksPreferences.OverdueStyle FOURTH
public static final TasksPreferences.OverdueStyle FIFTH
public static final TasksPreferences.OverdueStyle SIXTH
public static final TasksPreferences.OverdueStyle SEVENTH
public static final TasksPreferences.OverdueStyle EIGHTH
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static TasksPreferences.OverdueStyle get(int iValue)
iValue
- the value to get bypublic static TasksPreferences.OverdueStyle get(java.lang.String sKey)
sKey
- the key to get bypublic static java.util.List getStyles()
OverdueStyle
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 |