|
||||||||||
| 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.commons.controllers.navigation.YearNavigationController
public class YearNavigationController
Displays a navigation tool for Dated objects sorted by month. Like this:
<< 2009 >> August (3) July (12) June (29) ...Fires: NavigationEvent
Initial Date: Aug 12, 2009
| Constructor Summary | |
|---|---|
YearNavigationController(UserRequest ureq,
WindowControl control,
Translator fallBackTranslator,
java.util.List<? extends Dated> datedObjects)
Constructor based on a list of Dated objects. |
|
| Method Summary | |
|---|---|
void |
add(Dated item)
Adds the item to the model |
void |
remove(Dated item)
Removes the item from the model |
void |
setDatedObjects(java.util.List<? extends Dated> datedObjects)
|
| 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 YearNavigationController(UserRequest ureq,
WindowControl control,
Translator fallBackTranslator,
java.util.List<? extends Dated> datedObjects)
Dated objects.
ureq - control - fallBackTranslator - datedObjects - | Method Detail |
|---|
public void setDatedObjects(java.util.List<? extends Dated> datedObjects)
public void add(Dated item)
item - public void remove(Dated item)
item -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||