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

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 29 of file CopyLinesAction.java.

Member Function Documentation

◆ execute()

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

Definition at line 32 of file CopyLinesAction.java.

32  {
33  new DocumentWrapper((Document) context.get("entity")).copyLines();
34  return null;
35  }
Here is the call graph for this function:

◆ getImage()

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

Reimplemented from org.turro.action.AbstractAction.

Definition at line 43 of file CopyLinesAction.java.

43  {
44  return "/_zul/images/edit-copy.png";
45  }

◆ getLabel()

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

Reimplemented from org.turro.action.AbstractAction.

Definition at line 38 of file CopyLinesAction.java.

38  {
39  return I_.get("Copy lines");
40  }
Here is the call graph for this function:

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