public class HelloServiceApplet
extends org.soafaces.bundle.client.ui.Weblet
implements com.google.gwt.event.dom.client.ClickHandler
Constructor and Description |
---|
HelloServiceApplet() |
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.
|
com.google.gwt.user.client.ui.Panel |
getMainPanel()
This can return
RootPanel.get() or any other panel you want to house your UI. |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
public com.google.gwt.user.client.ui.Panel getMainPanel()
org.soafaces.bundle.client.ui.Weblet
RootPanel.get()
or any other panel you want to house your UI.getMainPanel
in class org.soafaces.bundle.client.ui.Weblet
protected void buildUI()
org.soafaces.bundle.client.ui.Weblet
buildUI
in class org.soafaces.bundle.client.ui.Weblet
public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick
in interface com.google.gwt.event.dom.client.ClickHandler
Copyright © Grand Logic, Inc. All Rights Reserved.