|
||||||||||
| 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
org.olat.modules.scorm.ScormAPIandDisplayController
public class ScormAPIandDisplayController
Description:
Controller that handles the display of a single Scorm sco item and delegates
the sco api calls to the scorm RTE backend. It provides also an navigation to
navigate in the tree with "pre" "next" buttons.
| Method Summary | |
|---|---|
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
void |
externalNodeClicked(TreeEvent te)
Deprecated. @TODO To be deleted - does logging and would have to go via an event() method |
ScormCPManifestTreeModel |
getTreeModel()
|
void |
setHeightPX(int height)
Configuration method to use an explicit height for the iframe instead of the default automatic sizeing code. |
void |
showNavButtons(boolean showNavButtons)
Configuration method to enable/disable the havigation buttons that appear on the right side above and below the content. |
void |
switchToPage(TreeEvent te)
|
| Methods inherited from class org.olat.core.gui.control.controller.MainLayoutBasicController |
|---|
dispose, getCustomCSS, setCustomCSS |
| 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 |
| Method Detail |
|---|
public void showNavButtons(boolean showNavButtons)
showNavButtons - public void setHeightPX(int height)
height -
public void event(UserRequest ureq,
Component source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)public void switchToPage(TreeEvent te)
te - is an Event fired by clicking a node in a treepublic ScormCPManifestTreeModel getTreeModel()
public void externalNodeClicked(TreeEvent te)
te -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||