Uses of Class
javax.rad.application.IWorkScreenApplication.Modality

Packages that use IWorkScreenApplication.Modality
javax.rad.application Contains all interfaces to develop an application. 
javax.rad.application.genui Contains implementations of the generic application interfaces. 
 

Uses of IWorkScreenApplication.Modality in javax.rad.application
 

Methods in javax.rad.application that return IWorkScreenApplication.Modality
static IWorkScreenApplication.Modality IWorkScreenApplication.Modality.valueOf(java.lang.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(java.lang.String pClassName, IWorkScreenApplication.Modality pModality, java.util.Map<java.lang.String,java.lang.Object> pParameter)
          Opens a work screen.
 

Uses of IWorkScreenApplication.Modality in javax.rad.application.genui
 

Methods in javax.rad.application.genui with parameters of type IWorkScreenApplication.Modality
 IWorkScreen RemoteWorkScreenApplication.openWorkScreen(java.lang.String pClassName, IWorkScreenApplication.Modality pModality, Parameter... pParameter)
          Opens a work screen with specific modality.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.