public class CollectionsExplorer extends Object implements com.google.gwt.core.client.EntryPoint
onModuleLoad()
.Modifier and Type | Field and Description |
---|---|
static String |
CONTAINER_DIV |
static CollectionsExplorer |
singleton |
Constructor and Description |
---|
CollectionsExplorer() |
Modifier and Type | Method and Description |
---|---|
static CollectionsExplorer |
get() |
CollectionsPanel |
getCollectionsPanel() |
HeaderBar |
getHeader() |
Model |
getModel() |
ItemsDisplayerPanel |
getRecordsPanel() |
void |
onModuleLoad()
This is the entry point method.
|
void |
setCaption(String caption) |
void |
updateSize()
updateSize
|
public static final String CONTAINER_DIV
public static CollectionsExplorer singleton
public static CollectionsExplorer get()
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public void setCaption(String caption)
public void updateSize()
public ItemsDisplayerPanel getRecordsPanel()
public Model getModel()
public HeaderBar getHeader()
public CollectionsPanel getCollectionsPanel()
Copyright © 2014. All Rights Reserved.