|
|||||||||
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.ScreenAction
public class ScreenAction
This is the screen action class
This gets called when going from one screen to the next
Action
Constructor Summary | |
---|---|
ScreenAction(IBOBScreen screen)
Constructor to create a screen action |
|
ScreenAction(IBOBScreen screen,
boolean closeCurrentScreen,
java.lang.String[] relationships)
Construction to go to another screen |
|
ScreenAction(IBOBScreen screen,
java.lang.String[] relationships)
Constructor to create a screen action |
Method Summary | |
---|---|
java.lang.Object[] |
getMBODataProperties()
Retrieve the mobile business object data properties |
void |
run()
(non-Javadoc) |
void |
setMBODataProperties(java.lang.Object[] properties)
Set the mobile business object data properties |
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 ScreenAction(IBOBScreen screen)
screen
- the screen to go topublic ScreenAction(IBOBScreen screen, java.lang.String[] relationships)
screen
- the IBOBScreen
screen to go torelationships
- String
array of relationship informationIBOBScreen
public ScreenAction(IBOBScreen screen, boolean closeCurrentScreen, java.lang.String[] relationships)
screen
- The screen to go tocloseCurrentScreen
- true
to close the current screen before going to the next screen otherwise false
relationships
- String
array of relationship informationMethod Detail |
---|
public void setMBODataProperties(java.lang.Object[] properties)
dataProps
- Object
array properties of the mobile business objectspublic java.lang.Object[] getMBODataProperties()
Object
array of mobile business object data propertiespublic void run()
Runnable.run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |