- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 34 of file StudentsMenu.java.
◆ addToMenu()
Reimplemented from org.turro.menu.ElephantMenu.
Definition at line 37 of file StudentsMenu.java.
38 bar.addMenu(
"Students", Permission.from(
"challenge"))
40 .addMenuitem(
"Talent categories",
"/students/categories.zul",
false, Permission.from(
"challenge:new"))
41 .addMenuitem(
"Challenges",
"challenge",
"/students/challenges.zul",
true, Permission.from(
"challenge:new"));
◆ showChallenge() [1/2]
static void org.turro.students.menu.StudentsMenu.showChallenge |
( |
Challenge |
challenge | ) |
|
|
static |
Definition at line 44 of file StudentsMenu.java.
45 HashMap<String, Object> map =
new HashMap<String, Object>();
46 map.put(
"challengeGenerated", challenge);
47 showEntity(challenge.getId(),
"challengeId",
"Challenge",
"/students/challenge.zul", map);
◆ showChallenge() [2/2]
static void org.turro.students.menu.StudentsMenu.showChallenge |
( |
Long |
id | ) |
|
|
static |
The documentation for this class was generated from the following file: