|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWorkScreenApplication.Modality | |
---|---|
javax.rad.application | Contains all interfaces to develop an application. |
Uses of IWorkScreenApplication.Modality in javax.rad.application |
---|
Methods in javax.rad.application that return IWorkScreenApplication.Modality | |
---|---|
static IWorkScreenApplication.Modality |
IWorkScreenApplication.Modality.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IWorkScreenApplication.Modality[] |
IWorkScreenApplication.Modality.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in javax.rad.application with parameters of type IWorkScreenApplication.Modality | |
---|---|
IWorkScreen |
IWorkScreenApplication.openWorkScreen(String pClassName,
IWorkScreenApplication.Modality pModality,
Hashtable<String,Object> pParameter)
Opens a work screen. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |