JavaScript is disabled on your browser.
BeanSoup SOAFaces Components
java.lang.Object
org.soafaces.bundle.client.ui.Weblet
org.beansoup.gwtmail2.client.MailApplet
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
public class MailApplet
extends org.soafaces.bundle.client.ui.Weblet
This application demonstrates how to construct a relatively complex user
interface, similar to many common email readers. It has no back-end,
populating its components with hard-coded data.
Nested Class Summary
Nested classes/interfaces inherited from class org.soafaces.bundle.client.ui.Weblet
org.soafaces.bundle.client.ui.Weblet.Mode
Constructor Summary
Constructors
Constructor and Description
MailApplet ()
Method Summary
Methods
Modifier and Type
Method and Description
protected void
buildUI ()
Implement this to create all the widgets that will be housed in this
top level container.
void
create ()
This method constructs the application user interface by instantiating
controls and hooking up event handler.
com.google.gwt.user.client.ui.Panel
getMainPanel ()
This can return RootPanel.get()
or any other panel you want to house your UI.
Methods inherited from class org.soafaces.bundle.client.ui.Weblet
getContext, getMode, initUI, onModuleLoad, onSaveInputBean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
MailApplet
public MailApplet()
Method Detail
getMainPanel
public com.google.gwt.user.client.ui.Panel getMainPanel()
Description copied from class: org.soafaces.bundle.client.ui.Weblet
This can return RootPanel.get()
or any other panel you want to house your UI.
Specified by:
getMainPanel
in class org.soafaces.bundle.client.ui.Weblet
buildUI
protected void buildUI()
Description copied from class: org.soafaces.bundle.client.ui.Weblet
Implement this to create all the widgets that will be housed in this
top level container. This is called only once to populte the UI.
Specified by:
buildUI
in class org.soafaces.bundle.client.ui.Weblet
BeanSoup SOAFaces Components
Copyright © Grand Logic, Inc. All Rights Reserved.