|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.domino.PropertyKey
com.compoze.domino.SortPropertyKey
public class SortPropertyKey
This class is a specific property key that can be used for sorting.
| Field Summary | |
|---|---|
static SortPropertyKey |
ADDRESS_BOOK_ENTRY_SORT_LAST_NAME
Key that represents the sort property to sort by AddressBookEntry display name. |
static SortPropertyKey |
CONTACT_SORT_COMPANY_NAME
Key that represents the sort property to sort by company name. |
static SortPropertyKey |
CONTACT_SORT_EMAIL_ADDRESS
Key that represents the sort property to sort by email address. |
static SortPropertyKey |
CONTACT_SORT_FIRST_NAME
Key that represents the sort property to sort by first name. |
static SortPropertyKey |
CONTACT_SORT_LAST_NAME
Key that represents the sort property to sort by last name. |
static SortPropertyKey |
MEMO_SORT_DATE
Key that represents the sort property to sort by memo date. |
static SortPropertyKey |
MEMO_SORT_SENDER_NAME
Key that represents the sort property to sort by memo sender name. |
static SortPropertyKey |
MEMO_SORT_SUBJECT
Key that represents the sort property to sort by memo subject. |
static SortPropertyKey |
TASK_SORT_DUE_DATE_TIME
Key that represents the sort property to sort by due date time. |
static SortPropertyKey |
TASK_SORT_DUE_STATE
Key that represents the sort property to sort by due state. |
static SortPropertyKey |
TASK_SORT_IMPORTANCE
Key that represents the sort property to sort by importance. |
static SortPropertyKey |
TASK_SORT_SUBJECT
Key that represents the sort property to sort by subject. |
| Constructor Summary | |
|---|---|
protected |
SortPropertyKey(java.lang.String sPropertyName,
int iValueType,
int iKeyType)
Constructor. |
| Method Summary |
|---|
| Methods inherited from class com.compoze.domino.PropertyKey |
|---|
equals, get, getKey, getKeyType, getValueType, hashCode, isArray, setKey, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SortPropertyKey TASK_SORT_SUBJECT
PropertyKey.SUBJECTpublic static final SortPropertyKey TASK_SORT_DUE_STATE
PropertyKey.DUE_STATEpublic static final SortPropertyKey TASK_SORT_DUE_DATE_TIME
PropertyKey.DUE_DATE_TIMEpublic static final SortPropertyKey TASK_SORT_IMPORTANCE
PropertyKey.IMPORTANCEpublic static final SortPropertyKey CONTACT_SORT_FIRST_NAME
PropertyKey.FIRST_NAMEpublic static final SortPropertyKey CONTACT_SORT_LAST_NAME
PropertyKey.LAST_NAMEpublic static final SortPropertyKey CONTACT_SORT_COMPANY_NAME
PropertyKey.COMPANY_NAMEpublic static final SortPropertyKey CONTACT_SORT_EMAIL_ADDRESS
PropertyKey.EMAIL_ADDRESSpublic static final SortPropertyKey MEMO_SORT_SUBJECT
PropertyKey.SUBJECTpublic static final SortPropertyKey MEMO_SORT_DATE
PropertyKey.MEMO_DATEpublic static final SortPropertyKey MEMO_SORT_SENDER_NAME
PropertyKey.SENDER_NAMEpublic static final SortPropertyKey ADDRESS_BOOK_ENTRY_SORT_LAST_NAME
PropertyKey.LAST_NAME| Constructor Detail |
|---|
protected SortPropertyKey(java.lang.String sPropertyName,
int iValueType,
int iKeyType)
sPropertyName - the property nameiValueType - the value type (one of the VALUE_ constants)iKeyType - the key type (one of the KEY_ constants)
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||