BrightSide Workbench Full Report + Source Code
org.turro.financials.document.action.EditRegisterAction Class Reference
Inheritance diagram for org.turro.financials.document.action.EditRegisterAction:
Collaboration diagram for org.turro.financials.document.action.EditRegisterAction:

Public Member Functions

Object execute (org.turro.command.Context context)
 
String getLabel ()
 
String getImage ()
 

Detailed Description

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

Definition at line 30 of file EditRegisterAction.java.

Member Function Documentation

◆ execute()

Object org.turro.financials.document.action.EditRegisterAction.execute ( org.turro.command.Context  context)

Definition at line 33 of file EditRegisterAction.java.

33  {
34  for (Register r : ((Document) context.get("entity")).getRegisters()) {
35  FinancialsMenu.showRegister(r.getId());
36  }
37  return null;
38  }
Here is the call graph for this function:

◆ getImage()

String org.turro.financials.document.action.EditRegisterAction.getImage ( )

Reimplemented from org.turro.action.AbstractAction.

Definition at line 46 of file EditRegisterAction.java.

46  {
47  return "/_zul/images/register.png";
48  }

◆ getLabel()

String org.turro.financials.document.action.EditRegisterAction.getLabel ( )

Reimplemented from org.turro.action.AbstractAction.

Definition at line 41 of file EditRegisterAction.java.

41  {
42  return I_.get("Edit register");
43  }
Here is the call graph for this function:

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