public class ReportGenerator extends Object implements com.google.gwt.core.client.EntryPoint
onModuleLoad()
.
ReportGeneretor
class is the Entry point class, defines the main layout of the UIModifier and Type | Field and Description |
---|---|
static int |
HEADER_HEIGHT |
static int |
PAGE_LEFT |
static ReportGenerator |
singleton |
static int |
TEMPLATE_LEFT |
static int |
TEMPLATE_TOP |
static int |
TOOLBOX_LEFT |
Constructor and Description |
---|
ReportGenerator() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final int HEADER_HEIGHT
public static final int PAGE_LEFT
public static final int TOOLBOX_LEFT
public static final int TEMPLATE_LEFT
public static final int TEMPLATE_TOP
public static ReportGenerator singleton
public static ReportGenerator get()
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public com.google.gwt.user.client.ui.VerticalPanel getMainLayout()
public Headerbar getHeader()
public WorkspacePanel getWorkSpacePanel()
public ToolboxPanel getToolBoxPanel()
public org.gcube.portlets.user.workspace.client.rpc.GWTWorkspaceServiceAsync getWSTreeService()
public com.google.gwt.user.client.ui.VerticalPanel getToolbarPanel()
public TitleBar getTitleHeader()
public com.google.gwt.user.client.ui.HTML getDivHidden()
public void setDivHidden(com.google.gwt.user.client.ui.HTML divHidden)
divHidden
- .public com.google.gwt.user.client.ui.ScrollPanel getScrollerPanel()
Copyright © 2014. All Rights Reserved.