com.sap.portal.pcm.attributes

Interface IAttriView

All Superinterfaces:
IAttrPcmGeneral, IAttrPcmLaunch, IAttrPcmNavigation
All Known Subinterfaces:
IAttrPage

public interface IAttriView
extends IAttrPcmNavigation

An interface that defines constants for iView attribute names. These attributes can be used when getting or setting attributes for iView semantic objects defined by com.sap.portal.pcm.IView.

See Also:
IAttriViewValues, IiView, IiViews, IAttrPcmNavigation, IAttrPcmLaunch, IAttrPcmGeneral

Field Summary
static String ATTRIBUTE_ACCESSIBILITY_SUPPORT
          com.sap.portal.iview.AccessibilitySupport
static String ATTRIBUTE_APPLICATION_CATEGORY
          com.sap.portal.pcm.Category
static String ATTRIBUTE_AVAILABILITY
          Indicates the display state of the iView/page.
static String ATTRIBUTE_DISABLE_CHILDREN_DYN
          com.sap.portal.iview.DisableChildrenDYN
static String ATTRIBUTE_DISABLE_CHILDREN_RL
          com.sap.portal.iview.DisableChildrenRL
static String ATTRIBUTE_DISABLE_CHILDREN_TC
          com.sap.portal.iview.DisableChildrenTC
static String ATTRIBUTE_DRAG_RELATE_ENABLED
          com.sap.portal.iview.DragAndRelate
static String ATTRIBUTE_EXPANSION_MODE
          Indicates if the iView/page is initially open or closed.
static String ATTRIBUTE_HEIGHT
          The fixed height (in pixels) of the iView/page when HEIGHT_TYPE = Fixed.
static String ATTRIBUTE_HEIGHT_SCALE
          The measurement unit used for the height of an iView/page.
static String ATTRIBUTE_HEIGHT_TYPE
          The height type of an iView/page that is displayed.
static String ATTRIBUTE_IS_REMOTE
          Indicates whether the object is a remote delta-linked object.
static String ATTRIBUTE_IS_WD
          Indicates whether the attribute is a Webdynpro object.
static String ATTRIBUTE_ISOLATION_MODE
          Indicates how the iView/page is encoded in a portal page.
static String ATTRIBUTE_MAIN_OBJECT
          The actual object, typically a database table, represented by the portal Drag&Relate target.
static String ATTRIBUTE_MAX_AUTO_HEIGHT
          The maximum height (in pixels) of the iView/page when HEIGHT_TYPE is Automatic.
static String ATTRIBUTE_MIN_AUTO_HEIGHT
          The minimum height (in pixels) of the iView/page when HEIGHT_TYPE/ is Automatic.
static String ATTRIBUTE_NAV_PANEL_STATUS
          The initial display state of the navigation panel when the current object is selected.
static String ATTRIBUTE_PARAM_LIST
          com.sap.portal.reserved.iview.ParamList
static String ATTRIBUTE_SHOW_DETAILS
          Indicates whether the Details option is visible (true) or hidden (false) in the iView/page tray.
static String ATTRIBUTE_SHOW_EXPAND
          Indicates whether the Open in New Window option is visible (true) or hidden (false) in the iView/page tray.
static String ATTRIBUTE_SHOW_HELP
          Indicates whether the Help option is visible (true) or hidden (false) in the iView/page tray.
static String ATTRIBUTE_SHOW_PERSONALIZE
          Indicates whether the Personalize option is visible (true) or hidden (false) in the iView/page tray.
static String ATTRIBUTE_SHOW_REFRESH
          Indicates whether the Refresh option is visible (true) or hidden (false) in the iView/page tray.
static String ATTRIBUTE_SHOW_REMOVE
          Indicates whether the Remove option is visible (true) or hidden (false) in the iView/page tray.
static String ATTRIBUTE_SHOW_TITLE
          Indicates whether the Title is visible (true) or hidden (false).
static String ATTRIBUTE_SHOW_TRAY
          Indicates whether the tray is visible (true) or hidden (false).
static String ATTRIBUTE_SOURCE_URL
           
static String ATTRIBUTE_TITLE_LINK
          Deprecated. As of NW04 SP13, replaced by nothing.
static String ATTRIBUTE_TRAY_STATE
          The state of the tray displayed behind the iView/page.
static String ATTRIBUTE_TRAY_TYPE
          The tray type displayed behind the iView/page.
static String ATTRIBUTE_UPDATE_CHILDREN_ORDER_DYN
          com.sap.portal.iview.UpdateOrderDYN
static String ATTRIBUTE_UPDATE_CHILDREN_ORDER_RL
          com.sap.portal.iview.UpdateOrderRL
static String ATTRIBUTE_UPDATE_CHILDREN_ORDER_TC
          com.sap.portal.iview.UpdateOrderTC
static String ATTRIBUTE_WIDTH
          The width of an iView/page that is displayed.
static String ATTRIBUTE_WIDTH_SCALE
          The measurement unit used for the width of an iView/page.
static String ATTRIBUTE_WIDTH_TYPE
          The width type of an iView/page that is displayed.
 
Fields inherited from interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
ATTRIBUTE_ADD_TO_FAVORITES, ATTRIBUTE_DRAGRELATE, ATTRIBUTE_ENTRY_POINT, ATTRIBUTE_FOLDER_ENTRY, ATTRIBUTE_IS_LEAF, ATTRIBUTE_JSCRIPT, ATTRIBUTE_LAUNCHABLE, ATTRIBUTE_MERGE_PRIORITY, ATTRIBUTE_MERGEID, ATTRIBUTE_MERGEPRIO, ATTRIBUTE_MERGIBLE, ATTRIBUTE_NAVINVISIBLE, ATTRIBUTE_PICTOGRAM, ATTRIBUTE_SHOWTYPE, ATTRIBUTE_SORT_PRIORITY, ATTRIBUTE_WIN_FEATURES, ATTRIBUTE_WINHEIGHT, ATTRIBUTE_WINNAME, ATTRIBUTE_WINWIDTH
 
Fields inherited from interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
ATTRIBUTE_ALLOW_BROWSER, ATTRIBUTE_AUTH_SCHEME, ATTRIBUTE_CACHING_LEVEL, ATTRIBUTE_CODE_LINK, ATTRIBUTE_CONNECTION_POINT, ATTRIBUTE_EXT_LINK, ATTRIBUTE_PROPERTIES_URL, ATTRIBUTE_REFRESH_CONTENT, ATTRIBUTE_SUPPORTED_USER_AGENT, ATTRIBUTE_UNSUPPORTED_USER_AGENT, ATTRIBUTE_VALIDITY_PERIOD, VIRTUAL_RESOURCE_BUNDLE_PREFIX
 
Fields inherited from interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
ATTRIBUTE_BUTTONS_URL, ATTRIBUTE_CATEGORY_NAME, ATTRIBUTE_COMPONENT_TYPE, ATTRIBUTE_DESCR, ATTRIBUTE_EDITOR_URL, ATTRIBUTE_EMBED_PROPERTY_EDITOR, ATTRIBUTE_HELP_URL, ATTRIBUTE_ICON_NAME, ATTRIBUTE_IS_TEMPLATE, ATTRIBUTE_SHOW_BUTTONS_TOOLBAR, ATTRIBUTE_TITLE, ATTRIBUTE_WIZARD_URL, META_ATTRIBUTE_ADMINISTRATION, META_ATTRIBUTE_CATEGORY, META_ATTRIBUTE_CATEGORY_ID, META_ATTRIBUTE_DESCRIPTION, META_ATTRIBUTE_INHERITANCE, META_ATTRIBUTE_LONG_DESCRIPTION, META_ATTRIBUTE_MANDATORY, META_ATTRIBUTE_MULTIVALUE, META_ATTRIBUTE_PERSONALIZATION, META_ATTRIBUTE_PLAIN_DESCRIPTION, META_ATTRIBUTE_TYPE, META_ATTRIBUTE_VALID_VALUE_TITLE, META_ATTRIBUTE_VALID_VALUES, PORTAL_PREFIX, PORTAL_SYSTEM, PROPERTY_EDITOR_PREFIX, PUBLIC_PREFIX_IVIEW, PUBLIC_PREFIX_PCM, RESERVED_PREFIX_IVIEW
 

Field Detail

ATTRIBUTE_IS_WD

static final String ATTRIBUTE_IS_WD
Indicates whether the attribute is a Webdynpro object.
The valid values are: true, false
com.sap.portal.reserved.iview.isWebdynproObject

See Also:
Constant Field Values

ATTRIBUTE_SOURCE_URL

static final String ATTRIBUTE_SOURCE_URL
See Also:
Constant Field Values

ATTRIBUTE_IS_REMOTE

static final String ATTRIBUTE_IS_REMOTE
Indicates whether the object is a remote delta-linked object.
The valid values are: true, false
com.sap.portal.reserved.iview.isRemoteObject

See Also:
Constant Field Values

ATTRIBUTE_WIDTH_SCALE

static final String ATTRIBUTE_WIDTH_SCALE
The measurement unit used for the width of an iView/page.
The valid values are: PIXELS, PERCENT.
com.sap.portal.iview.WidthScale

See Also:
IAttriViewValues.SIZE_SCALE_VALUE_PERCENT, IAttriViewValues.SIZE_SCALE_VALUE_PIXELS, Constant Field Values

ATTRIBUTE_WIDTH_TYPE

static final String ATTRIBUTE_WIDTH_TYPE
The width type of an iView/page that is displayed.
The valid values are: FIXED, AUTOMATIC, FULL_PAGE.
com.sap.portal.iview.WidthType

See Also:
IAttriViewValues.SIZE_TYPE_VALUE_AUTOMATIC, IAttriViewValues.SIZE_TYPE_VALUE_FIXED, IAttriViewValues.SIZE_TYPE_VALUE_FULL_PAGE, Constant Field Values

ATTRIBUTE_WIDTH

static final String ATTRIBUTE_WIDTH
The width of an iView/page that is displayed.
The default value is 400.
com.sap.portal.iview.Width

See Also:
Constant Field Values

ATTRIBUTE_HEIGHT_SCALE

static final String ATTRIBUTE_HEIGHT_SCALE
The measurement unit used for the height of an iView/page.
The valid values are: PIXELS, PERCENT.
com.sap.portal.iview.HeightScale

See Also:
IAttriViewValues.SIZE_SCALE_VALUE_PERCENT, IAttriViewValues.SIZE_SCALE_VALUE_PIXELS, Constant Field Values

ATTRIBUTE_HEIGHT_TYPE

static final String ATTRIBUTE_HEIGHT_TYPE
The height type of an iView/page that is displayed.
The valid values are: FIXED, AUTOMATIC, FULL_PAGE.
com.sap.portal.iview.HeightType

See Also:
IAttriViewValues.SIZE_TYPE_VALUE_AUTOMATIC, IAttriViewValues.SIZE_TYPE_VALUE_FIXED, IAttriViewValues.SIZE_TYPE_VALUE_FULL_PAGE, Constant Field Values

ATTRIBUTE_HEIGHT

static final String ATTRIBUTE_HEIGHT
The fixed height (in pixels) of the iView/page when HEIGHT_TYPE = Fixed.
The default value is 80.
com.sap.portal.iview.Height

See Also:
Constant Field Values

ATTRIBUTE_TRAY_TYPE

static final String ATTRIBUTE_TRAY_TYPE
The tray type displayed behind the iView/page.
The valid values are: FILL, PLAIN, TRANSPARENT.
com.sap.portal.iview.TrayType

See Also:
IAttriViewValues.TRAY_TYPE_VALUE_FILL, IAttriViewValues.TRAY_TYPE_VALUE_PLAIN, IAttriViewValues.TRAY_TYPE_VALUE_TRANSPARENT, Constant Field Values

ATTRIBUTE_TRAY_STATE

static final String ATTRIBUTE_TRAY_STATE
The state of the tray displayed behind the iView/page.
com.sap.portal.iview.TrayState

See Also:
Constant Field Values

ATTRIBUTE_SHOW_TRAY

static final String ATTRIBUTE_SHOW_TRAY
Indicates whether the tray is visible (true) or hidden (false).
The valid values are: true, false
com.sap.portal.iview.ShowTray

See Also:
Constant Field Values

ATTRIBUTE_SHOW_TITLE

static final String ATTRIBUTE_SHOW_TITLE
Indicates whether the Title is visible (true) or hidden (false).
The valid values are: true, false
com.sap.portal.iview.ShowTitle

See Also:
Constant Field Values

ATTRIBUTE_SHOW_REFRESH

static final String ATTRIBUTE_SHOW_REFRESH
Indicates whether the Refresh option is visible (true) or hidden (false) in the iView/page tray.
The valid values are: true, false
com.sap.portal.iview.ShowRefresh

See Also:
Constant Field Values

ATTRIBUTE_SHOW_DETAILS

static final String ATTRIBUTE_SHOW_DETAILS
Indicates whether the Details option is visible (true) or hidden (false) in the iView/page tray.
The valid values are: true, false
com.sap.portal.iview.ShowDetails

See Also:
Constant Field Values

ATTRIBUTE_SHOW_EXPAND

static final String ATTRIBUTE_SHOW_EXPAND
Indicates whether the Open in New Window option is visible (true) or hidden (false) in the iView/page tray.
The valid values are: true, false
com.sap.portal.iview.ShowExpand

See Also:
Constant Field Values

ATTRIBUTE_SHOW_PERSONALIZE

static final String ATTRIBUTE_SHOW_PERSONALIZE
Indicates whether the Personalize option is visible (true) or hidden (false) in the iView/page tray.
The valid values are: true, false
com.sap.portal.iview.ShowPersonalize

See Also:
Constant Field Values

ATTRIBUTE_SHOW_REMOVE

static final String ATTRIBUTE_SHOW_REMOVE
Indicates whether the Remove option is visible (true) or hidden (false) in the iView/page tray.
The valid values are: true, false
com.sap.portal.iview.ShowRemove.

See Also:
Constant Field Values

ATTRIBUTE_SHOW_HELP

static final String ATTRIBUTE_SHOW_HELP
Indicates whether the Help option is visible (true) or hidden (false) in the iView/page tray.
The valid values are: true, false
com.sap.portal.iview.ShowHelp

See Also:
Constant Field Values

ATTRIBUTE_EXPANSION_MODE

static final String ATTRIBUTE_EXPANSION_MODE
Indicates if the iView/page is initially open or closed.
The valid values are: Open, Close
com.sap.portal.iview.ExpansionMode

See Also:
Constant Field Values

ATTRIBUTE_ISOLATION_MODE

static final String ATTRIBUTE_ISOLATION_MODE
Indicates how the iView/page is encoded in a portal page.
The valid values are: EMBEDDED, URL.

ATTRIBUTE_AVAILABILITY

static final String ATTRIBUTE_AVAILABILITY
Indicates the display state of the iView/page.
The valid values are: AVAILABLE, MANDATORY, VISIBLE
com.sap.portal.iview.Availability

See Also:
IAttriViewValues.AVAILABILITY_VALUE_AVAILABLE, IAttriViewValues.AVAILABILITY_VALUE_MANDATORY, IAttriViewValues.AVAILABILITY_VALUE_VISIBLE, Constant Field Values

ATTRIBUTE_MIN_AUTO_HEIGHT

static final String ATTRIBUTE_MIN_AUTO_HEIGHT
The minimum height (in pixels) of the iView/page when HEIGHT_TYPE/ is Automatic.
The default value is 0.
com.sap.portal.iview.MinAutoHeight

See Also:
Constant Field Values

ATTRIBUTE_MAX_AUTO_HEIGHT

static final String ATTRIBUTE_MAX_AUTO_HEIGHT
The maximum height (in pixels) of the iView/page when HEIGHT_TYPE is Automatic.
The default value is 1000.
com.sap.portal.iview.MaxAutoHeight

See Also:
Constant Field Values

ATTRIBUTE_TITLE_LINK

static final String ATTRIBUTE_TITLE_LINK
Deprecated. As of NW04 SP13, replaced by nothing.
The URL launched when the iView/page name is clicked.
com.sap.portal.iview.TitleURL

See Also:
Constant Field Values

ATTRIBUTE_PARAM_LIST

static final String ATTRIBUTE_PARAM_LIST
com.sap.portal.reserved.iview.ParamList

See Also:
Constant Field Values

ATTRIBUTE_ACCESSIBILITY_SUPPORT

static final String ATTRIBUTE_ACCESSIBILITY_SUPPORT
com.sap.portal.iview.AccessibilitySupport

See Also:
Constant Field Values

ATTRIBUTE_DISABLE_CHILDREN_TC

static final String ATTRIBUTE_DISABLE_CHILDREN_TC
com.sap.portal.iview.DisableChildrenTC

See Also:
Constant Field Values

ATTRIBUTE_DISABLE_CHILDREN_RL

static final String ATTRIBUTE_DISABLE_CHILDREN_RL
com.sap.portal.iview.DisableChildrenRL

See Also:
Constant Field Values

ATTRIBUTE_DISABLE_CHILDREN_DYN

static final String ATTRIBUTE_DISABLE_CHILDREN_DYN
com.sap.portal.iview.DisableChildrenDYN

See Also:
Constant Field Values

ATTRIBUTE_UPDATE_CHILDREN_ORDER_TC

static final String ATTRIBUTE_UPDATE_CHILDREN_ORDER_TC
com.sap.portal.iview.UpdateOrderTC

See Also:
Constant Field Values

ATTRIBUTE_UPDATE_CHILDREN_ORDER_RL

static final String ATTRIBUTE_UPDATE_CHILDREN_ORDER_RL
com.sap.portal.iview.UpdateOrderRL

See Also:
Constant Field Values

ATTRIBUTE_UPDATE_CHILDREN_ORDER_DYN

static final String ATTRIBUTE_UPDATE_CHILDREN_ORDER_DYN
com.sap.portal.iview.UpdateOrderDYN

See Also:
Constant Field Values

ATTRIBUTE_DRAG_RELATE_ENABLED

static final String ATTRIBUTE_DRAG_RELATE_ENABLED
com.sap.portal.iview.DragAndRelate

See Also:
Constant Field Values

ATTRIBUTE_MAIN_OBJECT

static final String ATTRIBUTE_MAIN_OBJECT
The actual object, typically a database table, represented by the portal Drag&Relate target.
com.sap.portal.iview.MainObject

See Also:
Constant Field Values

ATTRIBUTE_APPLICATION_CATEGORY

static final String ATTRIBUTE_APPLICATION_CATEGORY
com.sap.portal.pcm.Category

See Also:
Constant Field Values

ATTRIBUTE_NAV_PANEL_STATUS

static final String ATTRIBUTE_NAV_PANEL_STATUS
The initial display state of the navigation panel when the current object is selected.
The valid values are: Automatic, Open, Close
  • Automatic: Opens the navigation panel if it contains items to display, otherwise it is closed.
  • Open: The navigation panel is initially open.
  • Closed: The navigation panel is initially closed.

com.sap.portal.iview.NavPanelStatus

See Also:
IAttriViewValues.NAV_PANEL_STATUS_AUTOMATIC, IAttriViewValues.NAV_PANEL_STATUS_CLOSE, IAttriViewValues.NAV_PANEL_STATUS_OPEN, Constant Field Values
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/semantics/api api EP-PIN
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2011 SAP AG Complete Copyright Notice