BrightSide Workbench Full Report + Source Code
org.turro.file.action.DownloadAction Class Reference
Inheritance diagram for org.turro.file.action.DownloadAction:
Collaboration diagram for org.turro.file.action.DownloadAction:

Public Member Functions

 DownloadAction (FileWrapper fw)
 
String getLabel ()
 
String getImage ()
 
Object doAction ()
 
boolean refreshParent ()
 
boolean refreshSelf ()
 
boolean isClientSide ()
 

Detailed Description

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

Definition at line 27 of file DownloadAction.java.

Constructor & Destructor Documentation

◆ DownloadAction()

org.turro.file.action.DownloadAction.DownloadAction ( FileWrapper  fw)

Definition at line 31 of file DownloadAction.java.

31  {
32  this.fw = fw;
33  }

Member Function Documentation

◆ doAction()

Object org.turro.file.action.DownloadAction.doAction ( )

Implements org.turro.file.action.FileAction.

Definition at line 46 of file DownloadAction.java.

46  {
47  fw.download();
48  return null;
49  }
Here is the call graph for this function:

◆ getImage()

String org.turro.file.action.DownloadAction.getImage ( )

Implements org.turro.file.action.FileAction.

Definition at line 41 of file DownloadAction.java.

41  {
42  return "/_zul/images/download.png";
43  }

◆ getLabel()

String org.turro.file.action.DownloadAction.getLabel ( )

Implements org.turro.file.action.FileAction.

Definition at line 36 of file DownloadAction.java.

36  {
37  return I_.get("Download");
38  }
Here is the call graph for this function:

◆ isClientSide()

boolean org.turro.file.action.DownloadAction.isClientSide ( )

Implements org.turro.file.action.FileAction.

Definition at line 62 of file DownloadAction.java.

62  {
63  return false;
64  }

◆ refreshParent()

boolean org.turro.file.action.DownloadAction.refreshParent ( )

Implements org.turro.file.action.FileAction.

Definition at line 52 of file DownloadAction.java.

52  {
53  return false;
54  }

◆ refreshSelf()

boolean org.turro.file.action.DownloadAction.refreshSelf ( )

Implements org.turro.file.action.FileAction.

Definition at line 57 of file DownloadAction.java.

57  {
58  return false;
59  }

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