|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.ScreenContext
public class ScreenContext
ScreenContext stores the MBOContext
instances for referenced MBO.
Each referenced MBO has a MBOContext
instance in ScreenContext and it
contains information required to find and display the data such as the selected
instance of parent MBO, the relationship, selected instance of current MBO and so on.
Constructor Summary | |
---|---|
ScreenContext()
|
Method Summary | |
---|---|
void |
clear()
Clear all context |
MBOContext |
getMBOContext(java.lang.String mboId)
Gets the MBOContext of the given mbo. |
void |
putMBOContext(java.lang.String mboId,
MBOContext context)
Add context for a given mbo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScreenContext()
Method Detail |
---|
public MBOContext getMBOContext(java.lang.String mboId)
MBOContext
of the given mbo.
It returns an empty MBOContext instance instead of null when
no MBOContext exsiting for the given mbo
mboId
-
public void putMBOContext(java.lang.String mboId, MBOContext context)
mboId
- context
- public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |