|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.desktop.multiwindow.MultiWindow.MultiWindowAction
org.salespointframework.desktop.multiwindow.WindowAction
class WindowAction
The Actions executed via the MultiWindow menu sheet.
Field Summary |
---|
Fields inherited from class org.salespointframework.desktop.multiwindow.MultiWindow.MultiWindowAction |
---|
m_mwReference |
Constructor Summary | |
---|---|
WindowAction(MultiWindow owner)
|
Method Summary | |
---|---|
void |
doAction(SaleProcess p,
SalesPoint sp)
Perform the actual action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowAction(MultiWindow owner)
Method Detail |
---|
public void doAction(SaleProcess p, SalesPoint sp)
Action
The parameters define the context in which the action is performed:
Shop.getTheShop()
.sp != null
, sp
will define the SalesPoint
that is the context of this action.p != null
, p
will define the SaleProcess
that is the context of this action.Note, that virtually any combination of the parameters makes sense.
p
- the SaleProcess context of the action.sp
- the SalesPoint context of the action.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |