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

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 31 of file RegisterViewAction.java.

Member Function Documentation

◆ execute()

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

Definition at line 34 of file RegisterViewAction.java.

34  {
35  Framework frame = Framework.getCurrent();
36  DocumentRegisterView drv = new DocumentRegisterView((Document) context.get("entity"));
37  drv.setDefaultBehavior(false);
38  SelectionDialog.showComponent(frame.getPage(), getLabel(), drv, "80%", "450px", null);
39  return null;
40  }
Here is the call graph for this function:

◆ getImage()

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

Reimplemented from org.turro.action.AbstractAction.

Definition at line 48 of file RegisterViewAction.java.

48  {
49  return "/_zul/images/register.png";
50  }

◆ getLabel()

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

Reimplemented from org.turro.action.AbstractAction.

Definition at line 43 of file RegisterViewAction.java.

43  {
44  return I_.get("Register");
45  }
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: