|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sale.UIGate
public class UIGate
A gate
at which a FormSheet
and/or a MenuSheet
can be displayed. The
transition
that leaves the gate will depend on the users interaction with the Form-
and/or MenuSheet.
Field Summary | |
---|---|
protected FormSheet |
m_fsFormSheet
The FormSheet to be displayed. |
protected MenuSheet |
m_msMenuSheet
The MenuSheet to be displayed. |
Constructor Summary | |
---|---|
UIGate(FormSheet fs,
MenuSheet ms)
Create a new UIGate. |
Method Summary | |
---|---|
Transition |
getNextTransition(SaleProcess pOwner,
User usr)
Returns the next Transition to jump to. |
void |
setFormSheet(FormSheet fs)
Set the FormSheet that is being displayed at this Gate. |
void |
setMenuSheet(MenuSheet ms)
Set the MenuSheet that is being displayed at this gate. |
void |
setNextTransition(Transition tNext)
Set the transition that will leave this gate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FormSheet m_fsFormSheet
protected MenuSheet m_msMenuSheet
Constructor Detail |
---|
public UIGate(FormSheet fs, MenuSheet ms)
fs
- the FormSheet to be displayed. Can be null
.ms
- the MenuSheet to be displayed. Can be null
.Method Detail |
---|
public Transition getNextTransition(SaleProcess pOwner, User usr) throws InterruptedException
getNextTransition
in interface Gate
pOwner
- the process that entered the gate and triggered the method.usr
- the user currently active in the process' ProcessContext
InterruptedException
- if an interrupt ocurred while at the gate.public void setFormSheet(FormSheet fs)
fs
- the new FormSheetpublic void setMenuSheet(MenuSheet ms)
ms
- the MenuSheet.public void setNextTransition(Transition tNext)
tNext
- the transition. Must not be null
.
|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |