|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IControlStatus | |
| com.sapportals.wcm.rendering.base | Contains interfaces for flexible rendering of explorer controls. |
| com.sapportals.wcm.rendering.collection | Contains interfaces for flexible rendering of collections or lists of resources. |
| com.sapportals.wcm.util.controlstatus | Provides a service for the UI to persist the status of rendering objects. |
| Uses of IControlStatus in com.sapportals.wcm.rendering.base |
| Subinterfaces of IControlStatus in com.sapportals.wcm.rendering.base | |
interface |
IConfigurableRendererStatus
|
interface |
IRendererStatus
allows to keep data regarding a list of IResource and metadata
about that list across http-request-cycles, so that rendering classes such
as an ICollectionRenderer can use this as persistence mechanism.
|
| Classes in com.sapportals.wcm.rendering.base that implement IControlStatus | |
class |
MetaStatus
This status simply holds a mapping for keys generated by an IProxyControl
with keys generated by the ControlStatusService. |
class |
ProxyStatus
|
| Methods in com.sapportals.wcm.rendering.base that return IControlStatus | |
IControlStatus |
IProxy.getControlStatus(java.lang.String key)
returns the IControlStatus that has been added to the proxy using its
addControlStatus method. |
IControlStatus |
AbstractProxyControl.getControlStatus(java.lang.String id)
|
| Methods in com.sapportals.wcm.rendering.base with parameters of type IControlStatus | |
void |
IProxy.addControlStatus(java.lang.String key,
IControlStatus status)
acts as a wrapper around the ControlStatusService. |
void |
AbstractProxyControl.addControlStatus(java.lang.String id,
IControlStatus status)
|
| Uses of IControlStatus in com.sapportals.wcm.rendering.collection |
| Classes in com.sapportals.wcm.rendering.collection that implement IControlStatus | |
class |
AbstractRendererStatus
|
class |
CollectionRendererStatus
|
class |
SearchRendererStatus
The SearchRendererStatus class renders a search resultinput. |
| Uses of IControlStatus in com.sapportals.wcm.util.controlstatus |
| Methods in com.sapportals.wcm.util.controlstatus that return IControlStatus | |
IControlStatus |
ControlStatusService.getControlStatus(java.lang.String key)
returns the IControlStatus that has been saved with this key. |
| Methods in com.sapportals.wcm.util.controlstatus with parameters of type IControlStatus | |
java.lang.String |
ControlStatusService.addControlStatus(IControlStatus status)
adds the given object and returns the key to retrieve the object again through the getControlStatus method. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||