|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILayoutController
Acts as a thin layer to allow a flexible arrangement of Control
instances. It also allows to mix plain Components with Controlss.
Depending on the current ICollection or ITypedResourceList, the
and the parameters stemming from the current iView/URL, the LayoutControllerFactory
returns a new instance of an ILayoutController.
An implementing class can use different techniques to render its output. Note, that the
interface does not offer any functionality for persisting information. If persistence through
the Wdf-Framework is needed for a certain implementation, the implementing class has to
extend the Control class and register itself via its own
getControls method through the IProxy.
| Method Summary | |
|---|---|
com.sapportals.wdf.stack.Control[] |
getControls()
Deprecated. As of NetWeaver 7.1 |
ILayoutController |
getNewInstance()
Deprecated. As of NetWeaver 7.1 |
com.sapportals.htmlb.Component |
render()
Deprecated. As of NetWeaver 7.1 |
| Methods inherited from interface com.sapportals.wcm.rendering.layout.ILayoutComponent |
|---|
setProxy |
| Method Detail |
|---|
ILayoutController getNewInstance()
LayoutControllerFactory. The Factory holds one instance
of the implementing class and calls its getNewInstance method.
This allows the implementing class to set parameters at the newly created
instance. It also reduces calls of the Class.forName() to
gain performance.
null.com.sapportals.wdf.stack.Control[] getControls()
ILayoutController is not returned via this
method, it can not use the Wdf-functionalities such as persistence of simple
data types or the use of the WdfEventDispatcher to create Link
or Button elements.
null.
com.sapportals.htmlb.Component render()
throws com.sapportals.wdf.WdfException
IProxy is
rendered by the Wdf-Framework. See the Wdf-Framework for details.
com.sapportals.wdf.WdfException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||