|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICollectionRenderer | |
| com.sapportals.wcm.rendering.collection | Contains interfaces for flexible rendering of collections or lists of resources. |
| Uses of ICollectionRenderer in com.sapportals.wcm.rendering.collection |
| Classes in com.sapportals.wcm.rendering.collection that implement ICollectionRenderer | |
class |
AbstractCollectionRenderer
This abstract class can be used when implementing new CollectionRenderer-Classes It provides persistence of selections (when mass actions are enabled), takes care of ResourceProperties, offers method to create sorting box in Control Persistence is realized by using IUMPrincipal.setTransientAttribute . |
class |
LightCollectionRenderer
|
| Methods in com.sapportals.wcm.rendering.collection that return ICollectionRenderer | |
protected ICollectionRenderer |
LightCollectionRenderer.initNewInstance(ICollectionRenderer cr)
|
ICollectionRenderer |
CollectionRendererFactory.getCollectionRenderer(IProxy proxy,
ICollection collection,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
|
ICollectionRenderer |
CollectionRendererFactory.getCollectionRenderer(IProxy proxy,
ICollection currentFolder,
ICollection customizingCollection,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
|
ICollectionRenderer |
CollectionRendererFactory.getCollectionRenderer(IProxy proxy,
ITypedResourceList resourcelist,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
|
ICollectionRenderer |
IComponent.getRenderer()
|
ICollectionRenderer |
AbstractComponent.getRenderer()
|
protected ICollectionRenderer |
AbstractCollectionRenderer.initNewInstance(ICollectionRenderer cr)
end of implementation of the ILayoutObject-interface ********** |
| Methods in com.sapportals.wcm.rendering.collection with parameters of type ICollectionRenderer | |
protected ICollectionRenderer |
LightCollectionRenderer.initNewInstance(ICollectionRenderer cr)
|
IComponent |
ComponentFactory.getComponent(java.lang.String alias,
IProxy proxy,
ICollectionRenderer renderer)
returns a new instance of an IComponent that is defined for the
given alias or null, if no component is defined for the given
alias.
|
IComponent |
ComponentFactory.getComponent(java.lang.String alias,
IProxy proxy,
ICollectionRenderer renderer,
IResource res,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
|
IComponentEvent |
ComponentFactory.decodeEvent(ICollectionRenderer renderer,
IProxy proxy,
com.sapportals.htmlb.event.Event event,
java.util.Map values)
creates a new IComponent from the component's alias found inside
the given event and let's it fire the returned IComponentEvent or
null.
|
void |
IComponent.setRenderer(ICollectionRenderer renderer)
|
void |
AbstractComponent.setRenderer(ICollectionRenderer renderer)
|
static com.sapportals.htmlb.Component |
CollectionRendererUtil.renderBackground(ICollectionRenderer collRenderer,
com.sapportals.htmlb.Component comp)
Renders the background image for a given collection renderer From collection renderer, it reads the BackgroundImagePath and BackgroundImageStyle parameters If the BackgroundImagePath is null or invalid the it returns the given component |
static com.sapportals.htmlb.Component |
CollectionRendererUtil.renderDecorations(ICollectionRenderer collRenderer,
IProxy proxy,
com.sapportals.htmlb.Component comp,
java.util.Map componentValueMap,
IResource resource)
|
static com.sapportals.htmlb.Component |
CollectionRendererUtil.renderDecorations(ICollectionRenderer collRenderer,
IProxy proxy,
com.sapportals.htmlb.Component comp,
java.util.Map componentValueMap)
|
static com.sapportals.htmlb.Component |
CollectionRendererUtil.renderDecorationsOld(ICollectionRenderer collRenderer,
IProxy proxy,
com.sapportals.htmlb.Component comp,
java.util.Map componentValueMap)
|
protected ICollectionRenderer |
AbstractCollectionRenderer.initNewInstance(ICollectionRenderer cr)
end of implementation of the ILayoutObject-interface ********** |
| Constructors in com.sapportals.wcm.rendering.collection with parameters of type ICollectionRenderer | |
SortHandler(ICollectionRenderer renderer,
IProxy proxy,
IRendererStatus irs)
|
|
SelectionHandler(ICollectionRenderer renderer,
com.sapportals.wcm.control.base.IUniqueIDSupplier idsub,
IRendererStatus irs)
|
|
SelectionHandler(ICollectionRenderer renderer,
com.sapportals.wcm.control.base.IUniqueIDSupplier idsub,
IRendererStatus irs,
int numberOfEntries)
|
|
CollectionRendererDecorator(com.sapportals.htmlb.Component comp,
ICollectionRenderer renderer,
IProxy proxy,
ComponentValueMap valueMap)
constructor to use when using this class within the rendering process. |
|
CollectionRendererDecorator(com.sapportals.htmlb.Component comp,
ICollectionRenderer renderer,
IProxy proxy,
ComponentValueMap valueMap,
IResource res)
constructor to use when using this class within the rendering process. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||