org.gcube.portlets.user.collectionexplorer.client
Class CollectionsExplorer

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

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

Entry point classes define onModuleLoad().


Field Summary
static String CONTAINER_DIV
           
static CollectionsExplorer singleton
           
 
Constructor Summary
CollectionsExplorer()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTAINER_DIV

public static final String CONTAINER_DIV
See Also:
Constant Field Values

singleton

public static CollectionsExplorer singleton
Constructor Detail

CollectionsExplorer

public CollectionsExplorer()
Method Detail

get

public static CollectionsExplorer get()
Returns:
.

onModuleLoad

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

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

setCaption

public void setCaption(String caption)

updateSize

public void updateSize()
updateSize


getRecordsPanel

public ItemsDisplayerPanel getRecordsPanel()
Returns:

getModel

public Model getModel()

getHeader

public HeaderBar getHeader()

getCollectionsPanel

public CollectionsPanel getCollectionsPanel()


Copyright © 2014. All Rights Reserved.