|
||||||||||
| 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.group.ui.edit.BusinessGroupEditController
public class BusinessGroupEditController
Description:
This controller displays a tabbed pane that lets the user configure and
modify a business group. The functionality must be configured using the
BGConfigFlags.
Fires BusinessGroupModifiedEvent via the OLATResourceableEventCenter
Initial Date: Aug 17, 2004
| Constructor Summary | |
|---|---|
BusinessGroupEditController(UserRequest ureq,
WindowControl wControl,
BusinessGroup currBusinessGroup,
BGConfigFlags configurationFlags)
Never call this constructor directly, use the BGControllerFactory instead!! |
|
| Method Summary | |
|---|---|
void |
event(Event event)
|
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. |
boolean |
isLockAcquired()
|
| 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 |
| Methods inherited from interface org.olat.core.gui.control.ControllerEventListener |
|---|
dispatchEvent |
| Constructor Detail |
|---|
public BusinessGroupEditController(UserRequest ureq,
WindowControl wControl,
BusinessGroup currBusinessGroup,
BGConfigFlags configurationFlags)
ureq - wControl - currBusinessGroup - configurationFlags - Flags to configure the controllers features. The
controller does no type specific stuff implicit just by looking at
the group type. Type specifig features must be flagged.| 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 void event(UserRequest ureq,
Controller source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.control.Controller, org.olat.core.gui.control.Event)public void event(Event event)
event in interface GenericEventListenerGenericEventListener.event(org.olat.core.gui.control.Event)public boolean isLockAcquired()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||