@Deprecated public abstract class SimplePOJOOutputViewer extends OutputViewer
A convenient subclass for viewing the Tasklet's runtime output
JavaBean. This class serializes the output JavaBean associated
with a Tasklet using standard GWT serialization
and presents it to the BaseIOViewer GWT client
as an IsSerializable
object.
Use this class if your Tasklet has an output JavaBean and if you intend to have the UI use the output JavaBean.
BaseIOViewer.Mode
Constructor and Description |
---|
SimplePOJOOutputViewer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
buildUI()
Deprecated.
Convenient implementation that pulls the output JavaBean from the server
and serializes into a IsSerializable.
|
protected abstract void |
buildUI(com.google.gwt.user.client.rpc.IsSerializable bean)
Deprecated.
Method to implement in subclass.
|
com.google.gwt.user.client.ui.Panel |
getMainPanel()
Deprecated.
Convenient implementation to return the top level UI container.
|
getContext, getMode, initUI, onModuleLoad
public com.google.gwt.user.client.ui.Panel getMainPanel()
getMainPanel
in class OutputViewer
public final void buildUI()
buildUI
in class OutputViewer
protected abstract void buildUI(com.google.gwt.user.client.rpc.IsSerializable bean)
bean
- Output JavaBeanCopyright © Grand Logic, Inc. All Rights Reserved.