- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 37 of file SkillPanel.java.
◆ SkillPanel()
| org.turro.skills.SkillPanel.SkillPanel |
( |
| ) |
|
Definition at line 43 of file SkillPanel.java.
44 allSkills =
new Div();
45 appendChild(allSkills);
46 appendChild(
new Separator(
"horizontal"));
◆ afterCompose()
| void org.turro.skills.SkillPanel.afterCompose |
( |
| ) |
|
◆ getEntityRoot()
| String org.turro.skills.SkillPanel.getEntityRoot |
( |
| ) |
|
◆ getSelected()
| Set<SkillItem> org.turro.skills.SkillPanel.getSelected |
( |
| ) |
|
◆ setEntityRoot()
| void org.turro.skills.SkillPanel.setEntityRoot |
( |
String |
entityRoot | ) |
|
◆ updateSkills()
| void org.turro.skills.SkillPanel.updateSkills |
( |
| ) |
|
Definition at line 61 of file SkillPanel.java.
62 skills = SkillTags.getAvailables(entityRoot);
The documentation for this class was generated from the following file: