|
||||||||||
| 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.generic.closablewrapper.CloseableModalController
public class CloseableModalController
| Field Summary | |
|---|---|
static Event |
CLOSE_MODAL_EVENT
Deprecated. Comment for CLOSE_MODAL_EVENT |
| Constructor Summary | |
|---|---|
CloseableModalController(WindowControl wControl,
java.lang.String closeButtonText,
Component modalContent)
Deprecated. |
|
CloseableModalController(WindowControl wControl,
java.lang.String closeButtonText,
Component modalContent,
boolean displayAsOverlay,
java.lang.String title)
Deprecated. Additional constructor if display of content as overlay is not suitable. |
|
| Method Summary | |
|---|---|
void |
activate()
Deprecated. |
void |
deactivate()
Deprecated. deactivates the modal controller. |
void |
event(UserRequest ureq,
Component source,
Event event)
Deprecated. abstract event method for subclasses. |
Component |
getInitialComponent()
Deprecated. Get the initial component from this controller. |
void |
insertHeaderCss()
Deprecated. insert css in HTML-header, wich overwrites default css |
| 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_MODAL_EVENT
CLOSE_MODAL_EVENT
| Constructor Detail |
|---|
public CloseableModalController(WindowControl wControl,
java.lang.String closeButtonText,
Component modalContent)
wControl - closeButtonText - modalContent -
public CloseableModalController(WindowControl wControl,
java.lang.String closeButtonText,
Component modalContent,
boolean displayAsOverlay,
java.lang.String title)
wControl - closeButtonText - modalContent - showAsOverlay - | 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()
public void insertHeaderCss()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||