Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.navigation.api
Class WDPortalNavigationMode

java.lang.Object
  |
  +--com.sap.tc.webdynpro.clientserver.navigation.api.WDPortalNavigationMode

public class WDPortalNavigationMode
extends java.lang.Object

WDPortalNavigationMode describes the possible start modes for a portal navigation.


Field Summary
static WDPortalNavigationMode SHOW_EXTERNAL
          Parameter defining the launching of the navigation node will be performed in an external (new) STANDALONE window (iView/Page only)
static WDPortalNavigationMode SHOW_EXTERNAL_PORTAL
          Parameter defining the launching of the navigation node will be performed in an external (new) PORTAL window.
static WDPortalNavigationMode SHOW_INPLACE
          Parameter defining the launching of the navigation node will be performed in the same window.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SHOW_INPLACE

public static final WDPortalNavigationMode SHOW_INPLACE
Parameter defining the launching of the navigation node will be performed in the same window.

SHOW_EXTERNAL

public static final WDPortalNavigationMode SHOW_EXTERNAL
Parameter defining the launching of the navigation node will be performed in an external (new) STANDALONE window (iView/Page only)

SHOW_EXTERNAL_PORTAL

public static final WDPortalNavigationMode SHOW_EXTERNAL_PORTAL
Parameter defining the launching of the navigation node will be performed in an external (new) PORTAL window.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15