|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWorkScreen | |
---|---|
javax.rad.application | Contains all interfaces to develop an application. |
javax.rad.application.genui | Contains implementations of the generic application interfaces. |
Uses of IWorkScreen in javax.rad.application |
---|
Methods in javax.rad.application that return IWorkScreen | |
---|---|
IWorkScreen[] |
IWorkScreenApplication.getWorkScreens()
Gets all open work screens. |
IWorkScreen |
IWorkScreenApplication.openWorkScreen(String pClassName,
IWorkScreenApplication.Modality pModality,
Hashtable<String,Object> pParameter)
Opens a work screen. |
Uses of IWorkScreen in javax.rad.application.genui |
---|
Classes in javax.rad.application.genui that implement IWorkScreen | |
---|---|
class |
RemoteWorkScreen
The RemoteWorkScreen extends the WorkScreen with
an AbstractConnection . |
class |
WorkScreen
The WorkScreen is a default implementation of IWorkScreen . |
Methods in javax.rad.application.genui that return IWorkScreen | |
---|---|
IWorkScreen |
RemoteWorkScreenApplication.openWorkScreen(String pClassName)
Opens a work screen with modality mode of the work screen. |
IWorkScreen |
RemoteWorkScreenApplication.openWorkScreen(String pClassName,
Hashtable<String,Object> pParameters)
Opens a work screen with modality mode of the work screen. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |