org.gcube.portlets.user.reportgenerator.client
Class ReportGenerator

java.lang.Object
  extended by org.gcube.portlets.user.reportgenerator.client.ReportGenerator
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class ReportGenerator
extends Object
implements com.google.gwt.core.client.EntryPoint

Entry point classes define onModuleLoad(). ReportGeneretor class is the Entry point class, defines the main layout of the UI

Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it

Field Summary
static int HEADER_HEIGHT
           
static int PAGE_LEFT
           
static ReportGenerator singleton
           
static int TEMPLATE_LEFT
           
static int TEMPLATE_TOP
           
static int TOOLBOX_LEFT
           
 
Constructor Summary
ReportGenerator()
           
 
Method Summary
static ReportGenerator get()
           
 com.google.gwt.user.client.ui.HTML getDivHidden()
           
 Headerbar getHeader()
           
 com.google.gwt.user.client.ui.VerticalPanel getMainLayout()
           
 com.google.gwt.user.client.ui.ScrollPanel getScrollerPanel()
           
 TitleBar getTitleHeader()
           
 com.google.gwt.user.client.ui.VerticalPanel getToolbarPanel()
           
 ToolboxPanel getToolBoxPanel()
           
 WorkspacePanel getWorkSpacePanel()
           
 org.gcube.portlets.user.workspace.client.rpc.GWTWorkspaceServiceAsync getWSTreeService()
           
 void onModuleLoad()
          This is the entry point method.
 void setDivHidden(com.google.gwt.user.client.ui.HTML divHidden)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER_HEIGHT

public static final int HEADER_HEIGHT
See Also:
Constant Field Values

PAGE_LEFT

public static final int PAGE_LEFT
See Also:
Constant Field Values

TOOLBOX_LEFT

public static final int TOOLBOX_LEFT
See Also:
Constant Field Values

TEMPLATE_LEFT

public static final int TEMPLATE_LEFT
See Also:
Constant Field Values

TEMPLATE_TOP

public static final int TEMPLATE_TOP
See Also:
Constant Field Values

singleton

public static ReportGenerator singleton
Constructor Detail

ReportGenerator

public ReportGenerator()
Method Detail

get

public static ReportGenerator get()
Returns:
.

onModuleLoad

public void onModuleLoad()
This is the entry point method.

Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

getMainLayout

public com.google.gwt.user.client.ui.VerticalPanel getMainLayout()
Returns:
.

getHeader

public Headerbar getHeader()
Returns:
.

getWorkSpacePanel

public WorkspacePanel getWorkSpacePanel()
Returns:
.

getToolBoxPanel

public ToolboxPanel getToolBoxPanel()
Returns:
.

getWSTreeService

public org.gcube.portlets.user.workspace.client.rpc.GWTWorkspaceServiceAsync getWSTreeService()

getToolbarPanel

public com.google.gwt.user.client.ui.VerticalPanel getToolbarPanel()
Returns:
.

getTitleHeader

public TitleBar getTitleHeader()
Returns:
.

getDivHidden

public com.google.gwt.user.client.ui.HTML getDivHidden()
Returns:
.

setDivHidden

public void setDivHidden(com.google.gwt.user.client.ui.HTML divHidden)
Parameters:
divHidden - .

getScrollerPanel

public com.google.gwt.user.client.ui.ScrollPanel getScrollerPanel()


Copyright © 2014. All Rights Reserved.