com.sap.portal.pcm.attributes
Interface IAttriViewValues


public interface IAttriViewValues

Defines valid values for iView-specific attributes.

See Also:
IAttriView, IiView, IiViews

Field Summary
static java.lang.String AVAILABILITY_VALUE_AVAILABLE
          Constant for optional value of the attribute
static java.lang.String AVAILABILITY_VALUE_MANDATORY
          Constant for optional value of the attribute
static java.lang.String AVAILABILITY_VALUE_VISIBLE
          Constant for optional value of the attribute
static java.lang.String ISOLATION_VALUE_EMBEDDED
          Constant for optional value of the attribute
static java.lang.String ISOLATION_VALUE_PUMPED
          Constant for optional value of the attribute
static java.lang.String ISOLATION_VALUE_URL
          Constant for optional value of the attribute
static java.lang.String NAV_PANEL_STATUS_AUTOMATIC
          Constant for optional value of the attribute
static java.lang.String NAV_PANEL_STATUS_CLOSE
          Constant for optional value of the attribute
static java.lang.String NAV_PANEL_STATUS_OPEN
          Constant for optional value of the attribute
static java.lang.String SIZE_SCALE_VALUE_PERCENT
          Constant for optional value of the attribute
static java.lang.String SIZE_SCALE_VALUE_PIXELS
          Constant for optional value of the attribute
static java.lang.String SIZE_TYPE_VALUE_AUTOMATIC
          Constant for optional value of the attribute
static java.lang.String SIZE_TYPE_VALUE_FIXED
          Constant for optional value of the attribute
static java.lang.String SIZE_TYPE_VALUE_FULL_PAGE
          Constant for optional value of the attribute
static java.lang.String TRAY_TYPE_VALUE_BORDER
          Constant for optional value of the attribute
static java.lang.String TRAY_TYPE_VALUE_BORDERLESS
          Constant for optional value of the attribute
static java.lang.String TRAY_TYPE_VALUE_FILL
          Constant for optional value of the attribute
static java.lang.String TRAY_TYPE_VALUE_PLAIN
          Constant for optional value of the attribute
static java.lang.String TRAY_TYPE_VALUE_TRANSPARENT
          Constant for optional value of the attribute
 

Field Detail

SIZE_TYPE_VALUE_FIXED

public static final java.lang.String SIZE_TYPE_VALUE_FIXED
Constant for optional value of the attribute

SIZE_TYPE_VALUE_AUTOMATIC

public static final java.lang.String SIZE_TYPE_VALUE_AUTOMATIC
Constant for optional value of the attribute

SIZE_TYPE_VALUE_FULL_PAGE

public static final java.lang.String SIZE_TYPE_VALUE_FULL_PAGE
Constant for optional value of the attribute

SIZE_SCALE_VALUE_PIXELS

public static final java.lang.String SIZE_SCALE_VALUE_PIXELS
Constant for optional value of the attribute

SIZE_SCALE_VALUE_PERCENT

public static final java.lang.String SIZE_SCALE_VALUE_PERCENT
Constant for optional value of the attribute

TRAY_TYPE_VALUE_BORDER

public static final java.lang.String TRAY_TYPE_VALUE_BORDER
Constant for optional value of the attribute

TRAY_TYPE_VALUE_BORDERLESS

public static final java.lang.String TRAY_TYPE_VALUE_BORDERLESS
Constant for optional value of the attribute

TRAY_TYPE_VALUE_TRANSPARENT

public static final java.lang.String TRAY_TYPE_VALUE_TRANSPARENT
Constant for optional value of the attribute

TRAY_TYPE_VALUE_PLAIN

public static final java.lang.String TRAY_TYPE_VALUE_PLAIN
Constant for optional value of the attribute

TRAY_TYPE_VALUE_FILL

public static final java.lang.String TRAY_TYPE_VALUE_FILL
Constant for optional value of the attribute

ISOLATION_VALUE_EMBEDDED

public static final java.lang.String ISOLATION_VALUE_EMBEDDED
Constant for optional value of the attribute

ISOLATION_VALUE_URL

public static final java.lang.String ISOLATION_VALUE_URL
Constant for optional value of the attribute

ISOLATION_VALUE_PUMPED

public static final java.lang.String ISOLATION_VALUE_PUMPED
Constant for optional value of the attribute

AVAILABILITY_VALUE_MANDATORY

public static final java.lang.String AVAILABILITY_VALUE_MANDATORY
Constant for optional value of the attribute

AVAILABILITY_VALUE_VISIBLE

public static final java.lang.String AVAILABILITY_VALUE_VISIBLE
Constant for optional value of the attribute

AVAILABILITY_VALUE_AVAILABLE

public static final java.lang.String AVAILABILITY_VALUE_AVAILABLE
Constant for optional value of the attribute

NAV_PANEL_STATUS_AUTOMATIC

public static final java.lang.String NAV_PANEL_STATUS_AUTOMATIC
Constant for optional value of the attribute

NAV_PANEL_STATUS_OPEN

public static final java.lang.String NAV_PANEL_STATUS_OPEN
Constant for optional value of the attribute

NAV_PANEL_STATUS_CLOSE

public static final java.lang.String NAV_PANEL_STATUS_CLOSE
Constant for optional value of the attribute