|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--superwaba.ext.ce.io.builtin.IObject
|
+--superwaba.ext.ce.io.builtin.IAppointment
represents the eVC++ IAppointment interface of the Pocket Outlook Object Model
| Constructor Summary | |
protected |
IAppointment(StringExt nativeString)
calls the constructor of superclass IObject |
| Method Summary | |
void |
delete()
deletes this IObject on the PPC device this method has to be implemented according to the native library call that matches his datatype |
java.lang.String |
field(int position)
this method must return the field name (from the corresponding i*Field Vectors of class Constant) of the given position |
int |
fields()
this method must return the size of the corresponding i*Field Vector of the class Constant |
void |
refresh()
refreshes the data fields of the IObject from the PPC device this method has to be implemented according to the native library call that matches his datatype |
void |
save()
saves the data fields of the IObject to the PPC device this method has to be implemented according to the native library call that matches his datatype |
| Methods inherited from class superwaba.ext.ce.io.builtin.IObject |
getIDate,
getIRecipients,
getIRecurrencePattern,
getString,
getValue,
parseNativeString,
reset,
setValue,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
protected IAppointment(StringExt nativeString)
nativeString - | Method Detail |
public java.lang.String field(int position)
position - of the fieldnamepublic int fields()
public void delete()
public void refresh()
public void save()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||