◆ addToModel()
void org.turro.skills.SkillsChosenbox.addToModel |
( |
SkillRoot |
value | ) |
|
Definition at line 79 of file SkillsChosenbox.java.
80 ((ListModelList) getModel()).add(value);
81 Set
set = getSelectedObjects();
83 setSelectedObjects(
set);
◆ afterCompose()
void org.turro.skills.SkillsChosenbox.afterCompose |
( |
| ) |
|
Definition at line 87 of file SkillsChosenbox.java.
91 if (internalValues !=
null) {
93 internalValues =
null;
void setObjectValues(Collection< SkillRoot > internalValues)
◆ getEntityPath()
String org.turro.skills.SkillsChosenbox.getEntityPath |
( |
| ) |
|
◆ getObjectValues()
Set<SkillRoot> org.turro.skills.SkillsChosenbox.getObjectValues |
( |
| ) |
|
◆ getTypes()
SkillType [] org.turro.skills.SkillsChosenbox.getTypes |
( |
| ) |
|
◆ setEntityPath()
void org.turro.skills.SkillsChosenbox.setEntityPath |
( |
String |
entityPath | ) |
|
◆ setObjectValues()
void org.turro.skills.SkillsChosenbox.setObjectValues |
( |
Collection< SkillRoot > |
internalValues | ) |
|
Definition at line 75 of file SkillsChosenbox.java.
76 if(internalValues !=
null) setSelectedObjects(internalValues);
◆ setRootFilter()
void org.turro.skills.SkillsChosenbox.setRootFilter |
( |
String |
rootFilter | ) |
|
◆ setTypes() [1/3]
void org.turro.skills.SkillsChosenbox.setTypes |
( |
SkillType[] |
types | ) |
|
◆ setTypes() [2/3]
void org.turro.skills.SkillsChosenbox.setTypes |
( |
String |
types | ) |
|
◆ setTypes() [3/3]
void org.turro.skills.SkillsChosenbox.setTypes |
( |
String[] |
types | ) |
|
Definition at line 52 of file SkillsChosenbox.java.
53 this.types =
new SkillType[types.length];
54 for(
int i = 0; i < types.length; i++) {
55 this.types[0] = SkillType.valueOf(types[0]);
The documentation for this class was generated from the following file: