|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DTabs
Description:
Initial Date: 19.07.2005
| Method Summary | |
|---|---|
void |
activate(UserRequest ureq,
DTab dTab,
java.lang.String viewIdentifier)
|
void |
activateStatic(UserRequest ureq,
java.lang.String className,
java.lang.String viewIdentifier)
FIXME:fj:b change string arg to class |
void |
addDTab(DTab dt)
adds the tab. |
DTab |
createDTab(OLATResourceable ores,
java.lang.String title)
|
DTab |
getDTab(OLATResourceable ores)
|
void |
removeDTab(DTab dt)
Remove a tab from tabs-list. |
| Method Detail |
|---|
DTab getDTab(OLATResourceable ores)
ores -
DTab createDTab(OLATResourceable ores,
java.lang.String title)
ores - title -
void activate(UserRequest ureq,
DTab dTab,
java.lang.String viewIdentifier)
ureq - dTab - viewIdentifier - if null, no activation takes places
void activateStatic(UserRequest ureq,
java.lang.String className,
java.lang.String viewIdentifier)
ureq - className - the name of the class implementing the siteinstance we would like to activateviewIdentifier - the subcommand (see docu of each controller implementing Activatablevoid addDTab(DTab dt)
dt - void removeDTab(DTab dt)
dt - Remove this tab
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||