|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.genui.UIResource<C>
javax.rad.genui.UIComponent<C>
javax.rad.genui.UIContainer<IPanel>
javax.rad.genui.container.UIPanel
javax.rad.application.genui.Content
javax.rad.application.genui.Application
javax.rad.application.genui.RemoteApplication
javax.rad.application.genui.RemoteWorkScreenApplication
public abstract class RemoteWorkScreenApplication
The RemoteWorkScreenApplication is a RemoteApplication with IWorkScreenApplication
implemented. It will be used to make the usage of IWorkScreenApplication easier and provides some additional
methods.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.rad.application.IWorkScreenApplication |
|---|
IWorkScreenApplication.Modality |
| Field Summary |
|---|
| Fields inherited from class javax.rad.application.genui.Application |
|---|
PARAM_SETUP_CLASS |
| Fields inherited from class javax.rad.genui.container.UIPanel |
|---|
imgBack |
| Fields inherited from class javax.rad.genui.UIContainer |
|---|
components |
| Fields inherited from class javax.rad.genui.UIComponent |
|---|
lLastTranslationModified, parent |
| Fields inherited from class javax.rad.genui.UIResource |
|---|
uiResource |
| Fields inherited from interface javax.rad.application.IMessageConstants |
|---|
MESSAGE_BUTTON_OK, MESSAGE_BUTTON_OK_CANCEL, MESSAGE_BUTTON_YES_NO, MESSAGE_ICON_ERROR, MESSAGE_ICON_INFO, MESSAGE_ICON_QUESTION, MESSAGE_ICON_WARNING |
| Constructor Summary | |
|---|---|
RemoteWorkScreenApplication(UILauncher pLauncher)
Creates a new instance of RemoteApplication with
a desired launcher. |
|
RemoteWorkScreenApplication(UILauncher pLauncher,
AbstractConnection pConnection)
Creates a new instance of RemoteApplication with a desired
launcher and connection. |
|
| Method Summary | |
|---|---|
IWorkScreen |
openWorkScreen(String pClassName)
Opens a work screen with modality mode of the work screen. |
IWorkScreen |
openWorkScreen(String pClassName,
Hashtable<String,Object> pParameters)
Opens a work screen with modality mode of the work screen. |
| Methods inherited from class javax.rad.application.genui.RemoteApplication |
|---|
afterLogin, afterLogout, eventAfterLogin, eventAfterLogout, getConnection, isConnected, setConnection |
| Methods inherited from class javax.rad.application.genui.Application |
|---|
getApplicationPane, getCursor, getLauncher, getSetup, setCursor, setLauncher, showError, showError, showInformation, showInformation, showQuestion, showQuestion |
| Methods inherited from class javax.rad.application.genui.Content |
|---|
getOpener, notifyDestroy, notifyVisible, setOpener |
| Methods inherited from class javax.rad.genui.container.UIPanel |
|---|
getBackgroundImage, setBackgroundImage |
| Methods inherited from class javax.rad.genui.UIContainer |
|---|
add, add, add, add, addNotify, beforeAddNotify, checkAdd, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, removeNotify, setLayout, setZOrder, updateTranslation |
| Methods inherited from class javax.rad.genui.UIResource |
|---|
equals, getUIResource, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.application.IWorkScreenApplication |
|---|
close, getContents, getRoles, getWorkScreens, hasRole, openContent, openContent, openWorkScreen |
| Methods inherited from interface javax.rad.application.IApplication |
|---|
getApplicationPane, getContentPane, getLauncher, showMessage |
| Methods inherited from interface javax.rad.application.IContent |
|---|
getOpener, notifyDestroy, notifyVisible, setOpener |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Methods inherited from interface javax.rad.ui.IContainer |
|---|
add, add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout |
| Constructor Detail |
|---|
public RemoteWorkScreenApplication(UILauncher pLauncher)
RemoteApplication with
a desired launcher.
pLauncher - the launcher of this application
public RemoteWorkScreenApplication(UILauncher pLauncher,
AbstractConnection pConnection)
RemoteApplication with a desired
launcher and connection.
pLauncher - the launcher of this applicationpConnection - the connection| Method Detail |
|---|
public IWorkScreen openWorkScreen(String pClassName)
throws Throwable
pClassName - the class name of the work screen
Throwable - if the content could not be initialized
public IWorkScreen openWorkScreen(String pClassName,
Hashtable<String,Object> pParameters)
throws Throwable
pClassName - the class name of the work screenpParameters - additional work screen parameters
Throwable - if the content could not be initialized
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||