|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.actions.Action
com.sybase.uep.bobclient.actions.RIMPimAppAction
public class RIMPimAppAction
This is the BlackBerry specific pim action class
This action will read and write pim information from the BlackBerry application such as the email, contacts, phone, todo, etc..
Action
Constructor Summary | |
---|---|
RIMPimAppAction(int type,
boolean isRead,
java.lang.Object control)
Constructor to create a BlackBerry pim read/write action |
|
RIMPimAppAction(int type,
boolean isRead,
java.lang.Object control,
boolean launchPIMApp)
Constructor to create a BlackBerry pim read/write action |
|
RIMPimAppAction(int type,
boolean isRead,
java.lang.Object control,
net.rim.device.api.ui.UiApplication controller)
Constructor to create a BlackBerry pim read/write action |
|
RIMPimAppAction(int type,
boolean isRead,
java.lang.Object control,
net.rim.device.api.ui.UiApplication controller,
boolean launchPIMApp)
Constructor to create a BlackBerry pim read/write action |
Method Summary | |
---|---|
void |
run()
(non-Javadoc) |
Methods inherited from class com.sybase.uep.bobclient.actions.Action |
---|
finish, hasFailed, isProcessing, setHasFailed, setIsProcessing |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RIMPimAppAction(int type, boolean isRead, java.lang.Object control)
type
- int
value for the type of RIM Pim applicationsisRead
- true
means that we are reading from the BlackBerry pim application,
otherwise false
means we are writing to the BlackBerry pim applicationcontrol
- Object
object value.
Can be the MobileDataControl
widgets such as the MobileAppTable
, TwoColumnLayout
or IBOBScreen
MobileDataControl
,
MobileAppTable
,
TwoColumnLayout
,
IBOBScreen
,
RIMPimConstants
public RIMPimAppAction(int type, boolean isRead, java.lang.Object control, boolean launchPIMApp)
type
- int
value for the type of RIM Pim applicationsisRead
- true
means that we are reading from the BlackBerry pim application,
otherwise false
means we are writing to the BlackBerry pim applicationcontrol
- Object
object value.
Can be the MobileDataControl
widgets such as the MobileAppTable
, TwoColumnLayout
or IBOBScreen
launchPIMApp
- true
means we would want to launch the PIM applicaiton after performing a write operation, otherwise false
RIMPimConstants
,
MobileDataControl
,
MobileAppTable
,
TwoColumnLayout
,
IBOBScreen
public RIMPimAppAction(int type, boolean isRead, java.lang.Object control, net.rim.device.api.ui.UiApplication controller)
type
- int
value for the type of RIM Pim applicationsisRead
- true
means that we are reading from the BlackBerry pim application,
otherwise false
means we are writing to the BlackBerry pim applicationcontrol
- Object
object value.
Can be the MobileDataControl
widgets such as the MobileAppTable
, TwoColumnLayout
or IBOBScreen
controller
- UiApplication
objectRIMPimConstants
,
MobileDataControl
,
MobileAppTable
,
TwoColumnLayout
,
IBOBScreen
,
UiApplication
public RIMPimAppAction(int type, boolean isRead, java.lang.Object control, net.rim.device.api.ui.UiApplication controller, boolean launchPIMApp)
type
- int
value for the type of RIM Pim applicationsisRead
- true
means that we are reading from the BlackBerry pim application,
otherwise false
means we are writing to the BlackBerry pim applicationcontrol
- Object
object value.
Can be the MobileDataControl
widgets such as the MobileAppTable
, TwoColumnLayout
or IBOBScreen
controller
- UiApplication
objectlaunchPIMApp
- true
means we would want to launch the PIM applicaiton after performing a write operation, otherwise false
RIMPimConstants
,
MobileDataControl
,
MobileAppTable
,
TwoColumnLayout
,
IBOBScreen
,
UiApplication
Method Detail |
---|
public void run()
Runnable.run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |