com.sapportals.portal.navigation.obn
Interface IObjectBasedNavigationItem


public interface IObjectBasedNavigationItem


Method Summary
 java.lang.String getOnClick(java.lang.String objName, java.lang.String objValue)
           
 java.lang.String getTitle()
          Get the title of the operation
 

Method Detail

getTitle

public java.lang.String getTitle()
Get the title of the operation
Returns:
Title of the operation

getOnClick

public java.lang.String getOnClick(java.lang.String objName,
                                   java.lang.String objValue)
Parameters:
objValue - - The value that should be passed to the implementing iview
Returns:
Javascript code to be executed when clicking on the operation.