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

Public Member Functions

Object execute (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 ViewContractAction.java.

Member Function Documentation

◆ execute()

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

Definition at line 33 of file ViewContractAction.java.

33  {
34  FinancialsMenu.showContract(((Document) context.get("entity")).getContract().getId());
35  return null;
36  }
Here is the call graph for this function:

◆ getImage()

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

Reimplemented from org.turro.action.AbstractAction.

Definition at line 44 of file ViewContractAction.java.

44  {
45  return "/_zul/images/contract.png";
46  }

◆ getLabel()

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

Reimplemented from org.turro.action.AbstractAction.

Definition at line 39 of file ViewContractAction.java.

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

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