Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.client
Class ContainerEntryPoint

java.lang.Object
  extended by org.nuxeo.opensocial.container.client.ContainerEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class ContainerEntryPoint
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint

Entry point classes define onModuleLoad().

Author:
Guillaume Cusnieux

Field Summary
static int PANEL_WIDTH
           
 
Constructor Summary
ContainerEntryPoint()
           
 
Method Summary
static ContainerPortal getContainerPortal()
           
static java.util.HashMap<java.lang.String,java.lang.String> getGwtParams()
           
static ContainerServiceAsync getService()
           
 void onModuleLoad()
           
static boolean showPreferencesAfterGadgetAddition()
          Returns true if the Gadgets preferences need to be displayed after a gadget was added.
static boolean waitForGadgetsValidation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PANEL_WIDTH

public static final int PANEL_WIDTH
See Also:
Constant Field Values
Constructor Detail

ContainerEntryPoint

public ContainerEntryPoint()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

getService

public static ContainerServiceAsync getService()

getContainerPortal

public static ContainerPortal getContainerPortal()

getGwtParams

public static java.util.HashMap<java.lang.String,java.lang.String> getGwtParams()

waitForGadgetsValidation

public static boolean waitForGadgetsValidation()

showPreferencesAfterGadgetAddition

public static boolean showPreferencesAfterGadgetAddition()
Returns true if the Gadgets preferences need to be displayed after a gadget was added.

If the showPreferences parameter is not defined, default to true


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.