BrightSide Workbench Full Report + Source Code
org.turro.erp.task.usage.UsageBox Class Reference
Inheritance diagram for org.turro.erp.task.usage.UsageBox:
Collaboration diagram for org.turro.erp.task.usage.UsageBox:

Public Member Functions

 UsageBox (RequiredUsage requiredUsage)
 

Static Public Member Functions

static void doEdit (RequiredUsage requiredUsage, Command command)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 45 of file UsageBox.java.

Constructor & Destructor Documentation

◆ UsageBox()

org.turro.erp.task.usage.UsageBox.UsageBox ( RequiredUsage  requiredUsage)

Definition at line 50 of file UsageBox.java.

50  {
51  this.requiredUsage = requiredUsage;
52  setSclass("usageBox");
53  setMold("3d");
54  setOpen(true);
55  addComponents();
56  }

Member Function Documentation

◆ doEdit()

static void org.turro.erp.task.usage.UsageBox.doEdit ( RequiredUsage  requiredUsage,
Command  command 
)
static

Definition at line 151 of file UsageBox.java.

151  {
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);
156  }
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: