atg.portal.framework
Interface DisplayMode

All Superinterfaces:
atg.portal.framework.BaseProperties, atg.portal.framework.DisplayModeProperties

public interface DisplayMode
extends atg.portal.framework.DisplayModeProperties

Object representing a display mode


Field Summary
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
 
Fields inherited from interface atg.portal.framework.DisplayModeProperties
DISPLAYMODE_FULL, DISPLAYMODE_POPUP, DISPLAYMODE_SHARED, ITEM_DESCRIPTOR
 
Fields inherited from interface atg.portal.framework.BaseProperties
AUTHOR, DESCRIPTION, NAME, SERVLETCONTEXT, VERSION
 
Method Summary
 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.  
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

FULL

static final DisplayMode FULL
Full Display Mode


SHARED

static final DisplayMode SHARED
Shared Display Mode


POPUP

static final DisplayMode POPUP
Popup Display Mode

Method Detail

getName

java.lang.String getName()
Access the name of the display mode

Returns:
a name

hasDeviceOutput

boolean hasDeviceOutput(java.lang.String pDeviceOutput)
Deprecated. 

Returns true is this display mode has a particuar device output

Parameters:
pDeviceOutput - the name of a device output
Returns:
true if device output exists, false otherwise

getDeviceOutput

DeviceOutput getDeviceOutput(java.lang.String pDeviceOutput)
Deprecated. 

Access a named device output from the display mode

Parameters:
pDeviceOutput - the name of a device output
Returns:
a device output mode

getDeviceOutputs

DeviceOutput[] getDeviceOutputs()
Deprecated. 

Access all device outputs

Returns:
an array of device outputs