- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 34 of file ActionMenu.java.
◆ addAction()
◆ afterCompose()
void org.turro.action.ActionMenu.afterCompose |
( |
| ) |
|
◆ getEntity()
Object org.turro.action.ActionMenu.getEntity |
( |
| ) |
|
◆ loadItems()
void org.turro.action.ActionMenu.loadItems |
( |
| ) |
|
Definition at line 51 of file ActionMenu.java.
52 getChildren().clear();
53 for(
final AbstractAction aa :
actions) {
54 Menuitem mi =
new Menuitem();
55 mi.setLabel(aa.getLabel());
56 mi.setImage(aa.getImage());
57 mi.addEventListener(Events.ON_CLICK,
new EventListener() {
59 public void onEvent(Event event)
throws Exception {
60 Context ctx =
new Context();
◆ setEntity()
void org.turro.action.ActionMenu.setEntity |
( |
Object |
entity | ) |
|
◆ actions
List<AbstractAction> org.turro.action.ActionMenu.actions = new ArrayList<>() |
|
protected |
◆ entity
Object org.turro.action.ActionMenu.entity |
|
protected |
The documentation for this class was generated from the following file: