com.tensegrity.wpalo.client
Class WPalo

java.lang.Object
  extended by com.tensegrity.wpalo.client.WPalo
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

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

Entry point classes define onModuleLoad().


Field Summary
protected  ILocalConstants constants
           
static WPaloConstants i18n
           
static java.lang.String ID
           
protected  ILocalMessages messages
           
 
Constructor Summary
WPalo()
           
 
Method Summary
 void attach(com.google.gwt.user.client.ui.Widget panel)
           
static void loadCss(java.lang.String filename)
           
 void onModuleLoad()
          This is the entry point method.
static void refreshSubobjects(java.lang.String id)
           
 void show()
           
 void show(com.google.gwt.user.client.ui.Widget panel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected final transient ILocalConstants constants

messages

protected final transient ILocalMessages messages

ID

public static final java.lang.String ID
See Also:
Constant Field Values

i18n

public static WPaloConstants i18n
Constructor Detail

WPalo

public WPalo()
Method Detail

refreshSubobjects

public static void refreshSubobjects(java.lang.String id)

show

public void show(com.google.gwt.user.client.ui.Widget panel)

attach

public void attach(com.google.gwt.user.client.ui.Widget panel)

loadCss

public static void loadCss(java.lang.String filename)

show

public void show()

onModuleLoad

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

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