@Deprecated public abstract class InputViewer extends BaseIOViewer
This class should be subclassed to implement the GUI that will be used to display the input/output JavaBean associated with a Tasklet after it runs. This is used as the primary GUI to view the Tasklet's input/output JavaBean after a job has started running or has finished running.
This class is primarly used as a type marker to let the container know this class is primarily intended for viewing the input JavaBean of a Tasklet.
BaseIOViewer.Mode
Constructor and Description |
---|
InputViewer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
buildUI()
Deprecated.
Implement this to create all the UI components that will be housed in this
top level container.
|
abstract com.google.gwt.user.client.ui.Panel |
getMainPanel()
Deprecated.
This can return
RootPanel.get() or any other panel you want to house your UI. |
getContext, getMode, initUI, onModuleLoad
protected abstract void buildUI()
buildUI
in class BaseIOViewer
public abstract com.google.gwt.user.client.ui.Panel getMainPanel()
RootPanel.get()
or any other panel you want to house your UI.getMainPanel
in class BaseIOViewer
Copyright © Grand Logic, Inc. All Rights Reserved.