Plumtree Portal UI  
 

LayoutManager Constructor 

To make sure people don't create LayoutManagers directly, we require a special key that only the LayoutService has. Call LayoutService.getManagerInstance() instead to get the Layout Manager.

public LayoutManager(
   object _oKey
);

Parameters

_oKey

See Also

LayoutManager Class | com.plumtree.portaluiinfrastructure.layout.impl Namespace