|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.layout.impl.LayoutManager
public class LayoutManager
| Constructor Summary | |
|---|---|
LayoutManager(java.lang.Object _oKey)
To make sure people don't create LayoutManagers directly, we require a special key that only the LayoutService has. |
|
| Method Summary | |
|---|---|
java.lang.Object[][] |
GetLayout(int _nWebServiceId,
AActivitySpace _asSpace)
This method retrieves the markup array for the layout specified by _nWebServiceId. |
java.lang.Object[][] |
GetLayout(int _nWebServiceId,
AActivitySpace _asSpace,
boolean bTest)
The same method above for diagnostic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutManager(java.lang.Object _oKey)
_oKey - | Method Detail |
|---|
public java.lang.Object[][] GetLayout(int _nWebServiceId,
AActivitySpace _asSpace)
ILayoutManager
GetLayout in interface ILayoutManager_nWebServiceId - the Id of the layout we want_asSpace - the current space we are trying to display
public java.lang.Object[][] GetLayout(int _nWebServiceId,
AActivitySpace _asSpace,
boolean bTest)
ILayoutManager
GetLayout in interface ILayoutManager
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||