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