javax.microedition.pim
Interface EventList
- All Superinterfaces:
- PIMList
public interface EventList
- extends PIMList
Methods inherited from interface javax.microedition.pim.PIMList |
addCategory, close, deleteCategory, getArrayElementLabel, getAttributeLabel, getCategories, getFieldDataType, getFieldLabel, getName, getSupportedArrayElements, getSupportedAttributes, getSupportedFields, isCategory, isSupportedArrayElement, isSupportedAttribute, isSupportedField, items, items, items, itemsByCategory, maxCategories, maxValues, renameCategory, stringArraySize |
STARTING
static final int STARTING
- See Also:
- Constant Field Values
ENDING
static final int ENDING
- See Also:
- Constant Field Values
OCCURRING
static final int OCCURRING
- See Also:
- Constant Field Values
createEvent
Event createEvent()
importEvent
Event importEvent(Event arg1)
removeEvent
void removeEvent(Event arg1)
throws PIMException
- Throws:
PIMException
items
Enumeration items(int arg1,
long arg2,
long arg4,
boolean arg6)
throws PIMException
- Throws:
PIMException
getSupportedRepeatRuleFields
int[] getSupportedRepeatRuleFields(int arg1)
Copyright © 2006-2007 Jayway AB. All Rights Reserved.