javax.microedition.pim
Interface PIMList

All Known Subinterfaces:
ContactList, EventList, ToDoList

public interface PIMList


Field Summary
static String UNCATEGORIZED
           
 
Method Summary
 void addCategory(String arg1)
           
 void close()
           
 void deleteCategory(String arg1, boolean arg2)
           
 String getArrayElementLabel(int arg1, int arg2)
           
 String getAttributeLabel(int arg1)
           
 String[] getCategories()
           
 int getFieldDataType(int arg1)
           
 String getFieldLabel(int arg1)
           
 String getName()
           
 int[] getSupportedArrayElements(int arg1)
           
 int[] getSupportedAttributes(int arg1)
           
 int[] getSupportedFields()
           
 boolean isCategory(String arg1)
           
 boolean isSupportedArrayElement(int arg1, int arg2)
           
 boolean isSupportedAttribute(int arg1, int arg2)
           
 boolean isSupportedField(int arg1)
           
 Enumeration items()
           
 Enumeration items(PIMItem arg1)
           
 Enumeration items(String arg1)
           
 Enumeration itemsByCategory(String arg1)
           
 int maxCategories()
           
 int maxValues(int arg1)
           
 void renameCategory(String arg1, String arg2)
           
 int stringArraySize(int arg1)
           
 

Field Detail

UNCATEGORIZED

static final String UNCATEGORIZED
See Also:
Constant Field Values
Method Detail

getName

String getName()

close

void close()
           throws PIMException
Throws:
PIMException

items

Enumeration items()
                  throws PIMException
Throws:
PIMException

items

Enumeration items(PIMItem arg1)
                  throws PIMException
Throws:
PIMException

items

Enumeration items(String arg1)
                  throws PIMException
Throws:
PIMException

itemsByCategory

Enumeration itemsByCategory(String arg1)
                            throws PIMException
Throws:
PIMException

getCategories

String[] getCategories()
                       throws PIMException
Throws:
PIMException

isCategory

boolean isCategory(String arg1)
                   throws PIMException
Throws:
PIMException

addCategory

void addCategory(String arg1)
                 throws PIMException
Throws:
PIMException

deleteCategory

void deleteCategory(String arg1,
                    boolean arg2)
                    throws PIMException
Throws:
PIMException

renameCategory

void renameCategory(String arg1,
                    String arg2)
                    throws PIMException
Throws:
PIMException

maxCategories

int maxCategories()

isSupportedField

boolean isSupportedField(int arg1)

getSupportedFields

int[] getSupportedFields()

isSupportedAttribute

boolean isSupportedAttribute(int arg1,
                             int arg2)

getSupportedAttributes

int[] getSupportedAttributes(int arg1)

isSupportedArrayElement

boolean isSupportedArrayElement(int arg1,
                                int arg2)

getSupportedArrayElements

int[] getSupportedArrayElements(int arg1)

getFieldDataType

int getFieldDataType(int arg1)

getFieldLabel

String getFieldLabel(int arg1)

getAttributeLabel

String getAttributeLabel(int arg1)

getArrayElementLabel

String getArrayElementLabel(int arg1,
                            int arg2)

maxValues

int maxValues(int arg1)

stringArraySize

int stringArraySize(int arg1)


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