|
||||||||||
| 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.generic.closablewrapper.CloseableModalWindowController
public class CloseableModalWindowController
Initial Date: 31.10.2007
| Field Summary | |
|---|---|
static Event |
CLOSE_WINDOW_EVENT
Comment for CLOSE_WINDOW_EVENT |
| Constructor Summary | |
|---|---|
CloseableModalWindowController(UserRequest ureq,
WindowControl wControl,
java.lang.String title,
Component modalContent,
java.lang.String id)
|
|
| Method Summary | |
|---|---|
void |
activate()
|
void |
deactivate()
deactivates the modal controller. |
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
Component |
getInitialComponent()
Get the initial component from this controller. |
| Methods inherited from class org.olat.core.gui.control.DefaultController |
|---|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Event CLOSE_WINDOW_EVENT
CLOSE_WINDOW_EVENT
| Constructor Detail |
|---|
public CloseableModalWindowController(UserRequest ureq,
WindowControl wControl,
java.lang.String title,
Component modalContent,
java.lang.String id)
| Method Detail |
|---|
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 Component getInitialComponent()
Controller
getInitialComponent in interface ControllergetInitialComponent in class DefaultControllerDefaultController.getInitialComponent()public void activate()
public void deactivate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||