public interface DisplayMode
extends atg.portal.framework.DisplayModeProperties
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
static DisplayMode | 
FULL
Full Display Mode 
 | 
static DisplayMode | 
POPUP
Popup Display Mode 
 | 
static DisplayMode | 
SHARED
Shared Display Mode 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeviceOutput | 
getDeviceOutput(java.lang.String pDeviceOutput)
Deprecated.   
 | 
DeviceOutput[] | 
getDeviceOutputs()
Deprecated.   
 | 
java.lang.String | 
getName()
Access the name of the display mode 
 | 
boolean | 
hasDeviceOutput(java.lang.String pDeviceOutput)
Deprecated.   
 | 
static final java.lang.String CLASS_VERSION
static final DisplayMode FULL
static final DisplayMode SHARED
static final DisplayMode POPUP
java.lang.String getName()
boolean hasDeviceOutput(java.lang.String pDeviceOutput)
pDeviceOutput - the name of a device outputDeviceOutput getDeviceOutput(java.lang.String pDeviceOutput)
pDeviceOutput - the name of a device outputDeviceOutput[] getDeviceOutputs()