Uiinfrastructure API Docs  
 

PageMgr Constructor 

Creates a new PageMgr object. At the time of creation, the page manager has no component managers; they must be registered. If the locale or time zone is null, the default is used. The image server base URL cannot be null or emppty string.

public PageMgr(
   AccessStyles _asAccessStyle,
   XPLocale _xpLocale,
   XPTimeZone _xpTimeZone,
   string _strImageServerBaseURL,
   string _strImageServerConnectionURL
);

Parameters

_asAccessStyle
The access mode for this page
_xpLocale
The locale for this page.
_xpTimeZone
The time-zone for this page.
_strImageServerBaseURL
The base URL to the image server.
_strImageServerConnectionURL

See Also

PageMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace