|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WindowBackOffice
Description:
TODO: Felix Jost Class Description for Trans
Initial Date: 10.02.2007
| Field Summary | |
|---|---|
static Event |
IGNORE_BOOKMARK_ONE_TIME
|
| Method Summary | |
|---|---|
void |
acquireBackHandling(BackHandler backHandler)
when set, all browser-back and forward moves are sent to the backHandler instead of the ordinary handling (which reverts to the latest gui path in case of back). |
void |
addCycleListener(GenericEventListener gel)
not used normally! normally you do not have to care about when happens what - you should only need to know what to do in your event-methods of your controllers. |
void |
adjustGuiPathCenter(WindowControlInfo wci)
|
Controller |
createAJAXController(UserRequest ureq)
|
Controller |
createDebugDispatcherController(UserRequest ureq,
WindowControl windowControl)
|
Controller |
createDevelopmentController(UserRequest ureq,
WindowControl windowControl)
|
GuiStack |
createGuiStack(Component initialComponent)
|
Controller |
createInlineTranslationDispatcherController(UserRequest ureq,
WindowControl windowControl)
Factory method to create the inline translation tool dispatcher controller. |
java.lang.String |
getBusinessControlPath()
|
java.lang.Object |
getData(java.lang.String key)
gets the data |
GlobalSettings |
getGlobalSettings()
|
Window |
getWindow()
|
WindowManager |
getWindowManager()
|
void |
informControllerCreated(WindowControl wControl,
Controller controller)
|
void |
informControllerDispatched(WindowControl wControl,
Controller controller,
Component source,
Event event)
|
void |
invokeLater(java.lang.Runnable runnable)
Use this method for asynchronous updates to the gui. |
boolean |
isDebuging()
|
void |
putData(java.lang.String key,
java.lang.Object value)
together with getData and registerForCycleEvents, this serves to exchange request-transient render-related data amongst parties, e.g. |
void |
releaseBackHandling(BackHandler backHandler)
releases any back handler. |
void |
removeCycleListener(GenericEventListener gel)
|
void |
sendCommandTo(Command wco)
|
| Methods inherited from interface org.olat.core.gui.control.Disposable |
|---|
dispose |
| Field Detail |
|---|
static final Event IGNORE_BOOKMARK_ONE_TIME
| Method Detail |
|---|
WindowManager getWindowManager()
Window getWindow()
Controller createDevelopmentController(UserRequest ureq,
WindowControl windowControl)
ureq - windowControl -
GlobalSettings getGlobalSettings()
Controller createDebugDispatcherController(UserRequest ureq,
WindowControl windowControl)
ureq - windowControl -
Controller createInlineTranslationDispatcherController(UserRequest ureq,
WindowControl windowControl)
ureq - windowControl -
Controller createAJAXController(UserRequest ureq)
ureq -
boolean isDebuging()
void informControllerDispatched(WindowControl wControl,
Controller controller,
Component source,
Event event)
void informControllerCreated(WindowControl wControl,
Controller controller)
controller - java.lang.String getBusinessControlPath()
GuiStack createGuiStack(Component initialComponent)
initialComponent -
void invokeLater(java.lang.Runnable runnable)
runnable - the runnablevoid sendCommandTo(Command wco)
wco - the Command to be sent to the client (all requests are queued and sent in a batch at the end of the request)
void putData(java.lang.String key,
java.lang.Object value)
key - the key (to be agreed upon by the inter-communicating parties)value - any objectjava.lang.Object getData(java.lang.String key)
key - the key
putData(String key, Object value)void addCycleListener(GenericEventListener gel)
gel - the listenervoid removeCycleListener(GenericEventListener gel)
void adjustGuiPathCenter(WindowControlInfo wci)
void acquireBackHandling(BackHandler backHandler)
backHandler - void releaseBackHandling(BackHandler backHandler)
backHandler - the backhandler to release
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||