◆ ActionWithEntity()
org.turro.entities.ActionWithEntity.ActionWithEntity |
( |
| ) |
|
Definition at line 47 of file ActionWithEntity.java.
48 HashMap args =
new HashMap();
49 args.put(
"el_label", Application.getStringMap());
50 args.put(
"i_", I_.api());
51 args.put(
"i", I_.map());
52 args.put(
"k", I_.byKeyMap());
53 Executions.createComponents(
"/WEB-INF/_zul/bs/comps/entity/actionWithEntity.zul",
this, args);
54 Selectors.wireComponents(
this,
this,
false);
55 Selectors.wireEventListeners(
this,
this);
◆ afterCompose()
void org.turro.entities.ActionWithEntity.afterCompose |
( |
| ) |
|
◆ getEntity()
Object org.turro.entities.ActionWithEntity.getEntity |
( |
| ) |
|
◆ setEntity()
void org.turro.entities.ActionWithEntity.setEntity |
( |
Object |
entity | ) |
|
◆ setImage()
void org.turro.entities.ActionWithEntity.setImage |
( |
String |
image | ) |
|
◆ setLabel()
void org.turro.entities.ActionWithEntity.setLabel |
( |
String |
label | ) |
|
◆ setRoot()
void org.turro.entities.ActionWithEntity.setRoot |
( |
String |
entityRoot | ) |
|
Definition at line 68 of file ActionWithEntity.java.
70 entityButton.setPopupAttributes(entityPopup,
"after_start",
null,
null,
null);
void setRoot(String root)
The documentation for this class was generated from the following file: