◆ getController()
◆ getEntity()
Object org.turro.entities.EntityCombobox.getEntity |
( |
| ) |
|
◆ getEntityPath()
String org.turro.entities.EntityCombobox.getEntityPath |
( |
| ) |
|
◆ getTextFromObject()
String org.turro.entities.EntityCombobox.getTextFromObject |
( |
Object |
value | ) |
|
◆ populateList()
void org.turro.entities.EntityCombobox.populateList |
( |
String |
value, |
|
|
LinkedList |
list, |
|
|
int |
nRows |
|
) |
| |
◆ render()
void org.turro.entities.EntityCombobox.render |
( |
Comboitem |
item, |
|
|
Object |
data, |
|
|
int |
index |
|
) |
| throws Exception |
◆ setController()
void org.turro.entities.EntityCombobox.setController |
( |
IElephantEntity |
entity | ) |
|
◆ setEntity()
void org.turro.entities.EntityCombobox.setEntity |
( |
Object |
entity | ) |
|
◆ setEntityPath()
void org.turro.entities.EntityCombobox.setEntityPath |
( |
String |
entityPath | ) |
|
Definition at line 82 of file EntityCombobox.java.
83 IElephantEntity ee = Entities.getController(entityPath);
◆ setParameters() [1/2]
void org.turro.entities.EntityCombobox.setParameters |
( |
KeyValueMap |
kvm | ) |
|
◆ setParameters() [2/2]
void org.turro.entities.EntityCombobox.setParameters |
( |
String |
values | ) |
|
Definition at line 48 of file EntityCombobox.java.
50 this.kvm =
new KeyValueMap(values);
51 }
catch (ParserException ex) {
52 Logger.getLogger(EntityCombobox.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(
null), ex);
◆ setRoot()
void org.turro.entities.EntityCombobox.setRoot |
( |
String |
root | ) |
|
The documentation for this class was generated from the following file: