public class Templates extends Object implements com.google.gwt.core.client.EntryPoint
onModuleLoad()
.Modifier and Type | Field and Description |
---|---|
static int |
HEADER_HEIGHT |
static int |
PAGE_LEFT |
static Templates |
singleton |
static int |
TEMPLATE_LEFT |
static int |
TEMPLATE_TOP |
static int |
TOOLBOX_LEFT |
Constructor and Description |
---|
Templates() |
Modifier and Type | Method and Description |
---|---|
static Templates |
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() |
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 Templates singleton
public static Templates 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 TitleBar getTitleHeader()
public com.google.gwt.user.client.ui.VerticalPanel getToolbarPanel()
public com.google.gwt.user.client.ui.HTML getDivHidden()
public void setDivHidden(com.google.gwt.user.client.ui.HTML divHidden)
public com.google.gwt.user.client.ui.ScrollPanel getScrollerPanel()
Copyright © 2014. All Rights Reserved.