org.olat.core.gui.control.generic.tabbable
Class ActivateableTabbableDefaultController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.control.generic.tabbable.TabbableDefaultController
org.olat.core.gui.control.generic.tabbable.ActivateableTabbableDefaultController
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable, Activateable, TabbableController
- Direct Known Subclasses:
- BCCourseNodeEditController, CalEditController, ChecklistEditController, COEditController, CPEditController, DENEditController, DialogCourseNodeEditController, ENEditController, FeedNodeEditController, FOCourseNodeEditController, IQEditController, LLEditController, MSCourseNodeEditController, NodeEditController, ProjectBrokerCourseEditorController, ScormEditController, SPEditController, STCourseNodeEditController, TACourseNodeEditController, TUEditController, WikiEditController
public abstract class ActivateableTabbableDefaultController
- extends TabbableDefaultController
- implements Activateable
Description:
TODO: patrick Class Description for ActivateableTabbableDefaultController
Initial Date: Aug 8, 2005
- Author:
- patrick
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ActivateableTabbableDefaultController
public ActivateableTabbableDefaultController(UserRequest ureq,
WindowControl wControl)
getPaneKeys
public abstract java.lang.String[] getPaneKeys()
- Returns:
- translation keys for the panes
getTabbedPane
public abstract TabbedPane getTabbedPane()
- Returns:
- tabbed pane
activate
public void activate(UserRequest ureq,
java.lang.String viewIdentifier)
- Description copied from interface:
Activateable
- FIXME:pb:discussion FJ should we return boolean if activation was
successful?
- Specified by:
activate in interface Activateable
- See Also:
Activateable.activate(org.olat.core.gui.UserRequest,
java.lang.String)