|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WindowControl
Description:
an Interface to control some Gui things like messages, navigational issues,
modal dialogs etc; It is passed from Controller to all subcontrollers to
allow the setting of info, warn, and error messages and to
activate/deactivate modal dialogs and to replace the complete gui stack (e.g.
when a header link is chosen)
| Method Summary | |
|---|---|
BusinessControl |
getBusinessControl()
|
WindowBackOffice |
getWindowBackOffice()
|
WindowControlInfo |
getWindowControlInfo()
|
void |
makeFlat()
Use only when coding the Activatable interface. |
void |
pop()
|
void |
pushAsModalDialog(Component comp)
|
void |
pushToMainArea(Component comp)
Deprecated. todo merge with pushAsModalDialog (pb) |
void |
setError(java.lang.String string)
|
void |
setInfo(java.lang.String string)
|
void |
setWarning(java.lang.String string)
|
| Method Detail |
|---|
void pushToMainArea(Component comp)
comp - void pushAsModalDialog(Component comp)
comp - void pop()
void setInfo(java.lang.String string)
string - void setError(java.lang.String string)
string - void setWarning(java.lang.String string)
string - WindowControlInfo getWindowControlInfo()
void makeFlat()
BusinessControl getBusinessControl()
WindowBackOffice getWindowBackOffice()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||