|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.control.controller.MainLayoutBasicController
public abstract class MainLayoutBasicController
Description:
The man layout basic controller implements the MainLayout interface and
offers all convenient methods form the basic controller.
Initial Date: 09.10.2007
| Constructor Summary | |
|---|---|
MainLayoutBasicController(UserRequest ureq,
WindowControl wControl)
|
|
MainLayoutBasicController(UserRequest ureq,
WindowControl wControl,
Translator fallbackTranslator)
Constructor with fallback translator |
|
| Method Summary | |
|---|---|
void |
dispose()
Controller should override the method doDispose() instead of this one. |
CustomCSS |
getCustomCSS()
Get the custom css object or NULL if no custom CSS is available |
void |
setCustomCSS(CustomCSS newCustomCSS)
Set the custom CSS for this main layout |
| Methods inherited from class org.olat.core.gui.control.DefaultController |
|---|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.olat.core.gui.control.Controller |
|---|
addControllerListener, dispatchEvent, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed |
| Constructor Detail |
|---|
public MainLayoutBasicController(UserRequest ureq,
WindowControl wControl)
ureq - wControl -
public MainLayoutBasicController(UserRequest ureq,
WindowControl wControl,
Translator fallbackTranslator)
ureq - wControl - fallbackTranslator - | Method Detail |
|---|
public CustomCSS getCustomCSS()
CustomCSSProvider
getCustomCSS in interface CustomCSSProviderCustomCSSProvider.getCustomCSS()public void setCustomCSS(CustomCSS newCustomCSS)
MainLayoutController
setCustomCSS in interface MainLayoutControllernewCustomCSS - the custom CSS or NULL if no CSS should be usedorg.olat.core.gui.components.htmlheader.jscss.CustomCSSProvider#setCustomCSS(org.olat.core.gui.components.htmlheader.jscss.CustomCSS)public void dispose()
DefaultController
dispose in interface Controllerdispose in interface Disposabledispose in class DefaultControllerDefaultController.dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||