|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClientNavigationGenerator
The interface that generates the JavaScript code (doNavigate()
method) that navigates to a specific navigation node.
| Field Summary | |
|---|---|
static int |
SHOW_EXTERNAL
A constant that defines the launch mode for launching in an external, new, standalone window. |
static int |
SHOW_EXTERNAL_PORTAL
A constant that defines the launch mode for launching in an external, new portal window. |
static int |
SHOW_INPLACE
A constant that defines the launch mode for launching in the same window. |
| Method Summary | |
|---|---|
String |
createAbsoluteNavigateClientCall(String navTarget,
int mode,
String winFeatures,
String winName)
Deprecated. As of EP 7.1 Replaced by createAbsoluteNavigateClientCall(String, NavigationParameters, NavigationSettings) |
com.sapportals.portal.navigation.INavigationLink |
createAbsoluteNavigateClientCall(String navTarget,
com.sapportals.portal.navigation.NavigationParameters navigationParameters,
com.sapportals.portal.navigation.NavigationSettings navigationSettings)
Creates a client call for Absolute navigate operation to the navigation target |
String |
createObjectNavigateClientCall(String systemAlias,
String businessObjName,
String objValue,
String operation)
Creates a client call for Object Based navigate operation. |
String |
createRelativeNavigateClientCall(String currentNode,
int numOfLevelsUp,
String[] atomicChildNodes,
int mode,
String winFeatures,
String winName)
Deprecated. As of EP 7.1 Replaced by createRelativeNavigateClientCall(String, int, String[], NavigationParameters, NavigationSettings) |
com.sapportals.portal.navigation.INavigationLink |
createRelativeNavigateClientCall(String currentNode,
int numOfLevelsUp,
String[] atomicChildNodes,
com.sapportals.portal.navigation.NavigationParameters navigationParameters,
com.sapportals.portal.navigation.NavigationSettings navigationSettings)
Creates a client call for relative navigation operation to the navigation target. |
| Field Detail |
|---|
static final int SHOW_INPLACE
0
static final int SHOW_EXTERNAL
static final int SHOW_EXTERNAL_PORTAL
| Method Detail |
|---|
String createAbsoluteNavigateClientCall(String navTarget,
int mode,
String winFeatures,
String winName)
createAbsoluteNavigateClientCall(String, NavigationParameters, NavigationSettings)
navTarget - the navigation url to navigate to.mode - the mode in which the navigation will be performed.winFeatures - additional client windows properties (for exteranal
window)
com.sapportals.portal.navigation.INavigationLink createAbsoluteNavigateClientCall(String navTarget,
com.sapportals.portal.navigation.NavigationParameters navigationParameters,
com.sapportals.portal.navigation.NavigationSettings navigationSettings)
navTarget - the navigation url to navigate to.navigationParameters - the parameters to pass to the targetnavigationSettings - general sesstings for the navigation call
String createRelativeNavigateClientCall(String currentNode,
int numOfLevelsUp,
String[] atomicChildNodes,
int mode,
String winFeatures,
String winName)
createRelativeNavigateClientCall(String, int, String[], NavigationParameters, NavigationSettings)
currentNode - the base node from which the navigation begins.numOfLevelsUp - the number of levels to go up in the tree in order to
pass to the children branch.atomicChildNodes - the atomic names of the child nodes to navigate to.mode - the mode in which the navigation will be performed.winFeatures - additional client windows properties (for exteranal
window).
com.sapportals.portal.navigation.INavigationLink createRelativeNavigateClientCall(String currentNode,
int numOfLevelsUp,
String[] atomicChildNodes,
com.sapportals.portal.navigation.NavigationParameters navigationParameters,
com.sapportals.portal.navigation.NavigationSettings navigationSettings)
currentNode - the base node from which the navigation begins.numOfLevelsUp - the number of levels to go up in the tree in order to
pass to the children branch.atomicChildNodes - the atomic names of the child nodes to navigate to.navigationParameters - the parameters to pass to the targetnavigationSettings - general sesstings for the navigation call
String createObjectNavigateClientCall(String systemAlias,
String businessObjName,
String objValue,
String operation)
systemAlias - the system alias that the object defined for.businessObjName - the name of the object the navigation is request for.objValue - the value of the object the navigation is request for.operation - the operation the navigation is request for.
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||