|
||||||||||
| 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.bookmark.AddAndEditBookmarkController
public class AddAndEditBookmarkController
DONE_EVENT:CANCELLED_EVENT:
doDispose().
| Constructor Summary | |
|---|---|
AddAndEditBookmarkController(UserRequest ureq,
WindowControl wControl,
Bookmark bm)
Constructor of controller for editing a bookmark |
|
AddAndEditBookmarkController(UserRequest ureq,
WindowControl wControl,
java.lang.String proposedTitle,
java.lang.String detailData,
OLATResourceable olatres,
java.lang.String displayResourceableType)
Constructor of controller for adding a bookmark |
|
| Method Summary | |
|---|---|
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
void |
event(UserRequest ureq,
Controller source,
Event event)
the only method of the interface controllereventlistener. |
| Methods inherited from class org.olat.core.gui.control.DefaultController |
|---|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddAndEditBookmarkController(UserRequest ureq,
WindowControl wControl,
java.lang.String proposedTitle,
java.lang.String detailData,
OLATResourceable olatres,
java.lang.String displayResourceableType)
ureq - wControl - proposedTitle - max 255 charsdetailData - max 255 charsolatres - displayResourceableType -
public AddAndEditBookmarkController(UserRequest ureq,
WindowControl wControl,
Bookmark bm)
ureq - wControl - bm - bookmark to be edited| Method Detail |
|---|
public void event(UserRequest ureq,
Component source,
Event event)
DefaultController
public void event(UserRequest ureq,
Controller source,
Event event)
DefaultController
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||