Plumtree Pluggable Navigation API  
 

NavigationPage.Create Method 

Factory to instantiate proper navigation page object by type

public static NavigationPage Create(
   NavPageType type,
   INavigationModelRO model
);

Parameters

type
NavPageType
model
The Navigation model interface

Return Value

The requested NavigationPage interface

See Also

NavigationPage Class | com.plumtree.portalpages.common.uiparts.navpagetype Namespace | NavPageType