public interface DisplayMode
extends atg.portal.framework.DisplayModeProperties
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| static DisplayMode | FULLFull Display Mode | 
| static DisplayMode | POPUPPopup Display Mode | 
| static DisplayMode | SHAREDShared 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()