javax.microedition.pim
Interface ToDoList

All Superinterfaces:
PIMList

public interface ToDoList
extends PIMList


Field Summary
 
Fields inherited from interface javax.microedition.pim.PIMList
UNCATEGORIZED
 
Method Summary
 ToDo createToDo()
           
 ToDo importToDo(ToDo arg1)
           
 Enumeration items(int arg1, long arg2, long arg4)
           
 void removeToDo(ToDo arg1)
           
 
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
 

Method Detail

createToDo

ToDo createToDo()

importToDo

ToDo importToDo(ToDo arg1)

removeToDo

void removeToDo(ToDo arg1)
                throws PIMException
Throws:
PIMException

items

Enumeration items(int arg1,
                  long arg2,
                  long arg4)
                  throws PIMException
Throws:
PIMException


Copyright © 2006-2007 Jayway AB. All Rights Reserved.