org.gcube.portlets.user.reportgenerator.client
Class ReportGenerator
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ReportGenerator
public ReportGenerator()
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.