@Deprecated public abstract class SimplePOJOInputViewer extends InputViewer
A convenient subclass for viewing the Tasklet's runtime input
JavaBean. This class serializes the input 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 input JavaBean and if you intend to have the UI use the input JavaBean.
BaseIOViewer.Mode
Constructor and Description |
---|
SimplePOJOInputViewer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
buildUI()
Deprecated.
Convenient implementation that pulls the input 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 InputViewer
public final void buildUI()
buildUI
in class InputViewer
protected abstract void buildUI(com.google.gwt.user.client.rpc.IsSerializable bean)
bean
- Input JavaBeanCopyright © Grand Logic, Inc. All Rights Reserved.