com.sapportals.wcm.control.util

Class ActionEntry

java.lang.Object
  extended by com.sapportals.wcm.control.util.ActionEntry
All Implemented Interfaces:
IRenderEntry

Deprecated. As of NetWeaver 7.1

public abstract class ActionEntry
extends Object
implements IRenderEntry

Defines render interface for all action entries. * Copyright (c) SAP Portals Europe GmbH 2001


Field Summary
 String eventClass
          Deprecated. Each entry can fire its own CflEvent by creating an event instance dynamically in the action handler that is defined in the render method.
 String id
          Deprecated. Unique identifier for each entry.
 
Constructor Summary
ActionEntry()
          Deprecated. As of NetWeaver 7.1
ActionEntry(String id, String eventClass)
          Deprecated. As of NetWeaver 7.1
 
Method Summary
 boolean canRender()
          Deprecated. As of NetWeaver 7.1
 List getRenderEntrys()
          Deprecated. As of NetWeaver 7.1
abstract  com.sapportals.htmlb.Component render()
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id
Deprecated. 
Unique identifier for each entry. This id can be used to read the resource bundle entries to display text in an according language in the render interface implementation.


eventClass

public String eventClass
Deprecated. 
Each entry can fire its own CflEvent by creating an event instance dynamically in the action handler that is defined in the render method.

Constructor Detail

ActionEntry

public ActionEntry()
Deprecated. As of NetWeaver 7.1


ActionEntry

public ActionEntry(String id,
                   String eventClass)
Deprecated. As of NetWeaver 7.1

Method Detail

render

public abstract com.sapportals.htmlb.Component render()
                                               throws com.sapportals.wdf.WdfException
Deprecated. As of NetWeaver 7.1

Description copied from interface: IRenderEntry
the render function of the ResourceActionControl uses this render method, to render the diffenent entries dynamically

Specified by:
render in interface IRenderEntry
Throws:
com.sapportals.wdf.WdfException
See Also:
ActionEntry

canRender

public boolean canRender()
                  throws com.sapportals.wdf.WdfException
Deprecated. As of NetWeaver 7.1

Can be used to filter action entries before rendering. *

Throws:
com.sapportals.wdf.WdfException

getRenderEntrys

public List getRenderEntrys()
Deprecated. As of NetWeaver 7.1

Enables the Action Entry to return more than one Entry to be rendered. while rendering, a control has to ask the Action Entries for their Render Entries, which than will be rendered.

Returns:
List containing classes which implement the IRenderEntry Interface
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice