- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 45 of file UsageBox.java.
◆ UsageBox()
org.turro.erp.task.usage.UsageBox.UsageBox |
( |
RequiredUsage |
requiredUsage | ) |
|
Definition at line 50 of file UsageBox.java.
51 this.requiredUsage = requiredUsage;
52 setSclass(
"usageBox");
◆ doEdit()
static void org.turro.erp.task.usage.UsageBox.doEdit |
( |
RequiredUsage |
requiredUsage, |
|
|
Command |
command |
|
) |
| |
|
static |
Definition at line 151 of file UsageBox.java.
152 Window w = (Window) Executions.createComponents(
"/WEB-INF/_zul/erp/task/editUsage.zul",
null,
null);
153 w.setMode(Window.MODAL);
154 Events.sendEvent(Events.ON_USER, w, requiredUsage);
155 Modal.doModal(w, command);
The documentation for this class was generated from the following file: