Uses of Interface
com.sapportals.wcm.rendering.base.IProxy

Packages that use IProxy
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.rendering.detailsoverview Provides interfaces for plug-ins that render overviews on the details page.  
com.sapportals.wcm.rendering.detailsproperties Provides interfaces for rendering properties of items on the details page.  
com.sapportals.wcm.rendering.layout Represents a container for defining the layout of explorer controls.  
com.sapportals.wcm.rendering.property   
com.sapportals.wcm.rendering.readymades Contains final classes to render links and properties for resources.  
com.sapportals.wcm.rendering.resource Contains interfaces for rendering a resource on the user interface.  
com.sapportals.wcm.rendering.uicommand Contains interfaces to render and execute commands for one or more resources.  
 

Uses of IProxy in com.sapportals.wcm.rendering.base
 

Methods in com.sapportals.wcm.rendering.base that return IProxy
 IProxy WdfStatusRemoveEvent.getProxy()
           
 IProxy LayoutObject.getProxy()
           
 IProxy IProxy.getTargetControl()
          returns the event handler control.
abstract  IProxy AbstractProxyControl.getTargetControl()
          returns the event handler control.
 

Methods in com.sapportals.wcm.rendering.base with parameters of type IProxy
static String RIDMapperUtil.getMapper(IProxy proxy, RID rid)
           
static RID RIDMapperUtil.getRID(IProxy proxy, String mapper)
           
static void RenderingInformationUtil.addInstantiater(IProxy proxy, ILayoutObject ilo, IRenderObjectInfo.RenderObjectCategory category, RID accessRID)
           
 void LayoutObject.setProxy(IProxy proxy)
          This sets the IProxy, which is to accept the events, fired by the links which might be rendered by the implementing IResourceRenderer.
 void ILayoutObject.setProxy(IProxy proxy)
          is called from the factory after instantiating a new layout object to set the proxy which is needed as possible target for actions.
protected  ILayoutObject AbstractFactory.getLayoutObject(IProxy proxy, IResource outerResource, IResource resource, Hashtable table, IFlavor flavor, boolean requires508)
          This method is used by the classes that extend the AbstractFactory.
protected  ILayoutObject AbstractFactory.getLayoutObject(IProxy proxy, ITypedResourceList resourcelist, Hashtable table, IFlavor flavor, boolean requires508)
           
 

Constructors in com.sapportals.wcm.rendering.base with parameters of type IProxy
WdfStatusRemoveEvent(IProxy proxy)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.collection
 

Methods in com.sapportals.wcm.rendering.collection that return IProxy
protected  IProxy LightCollectionRenderer.getProxy()
           
 IProxy IComponent.getProxy()
           
 IProxy AbstractComponent.getProxy()
           
protected  IProxy AbstractCollectionRenderer.getProxy()
           
 

Methods in com.sapportals.wcm.rendering.collection with parameters of type IProxy
 void LightCollectionRenderer.setProxy(IProxy proxy)
          it is the renderers responsibility to make itself known to the proxy.
 void IComponent.setProxy(IProxy proxy)
           
 IComponent ComponentFactory.getComponent(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(IProxy proxy, IResource res, IFlavor impFlavor, String alias)
           
 IComponent ComponentFactory.getComponent(String alias, IProxy proxy, ICollectionRenderer renderer, IResource res, IFlavor flavor)
           
 IComponent ComponentFactory.getComponent(String alias, IProxy proxy)
          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(String alias, IProxy proxy, IFlavor flavor)
           
 IComponentEvent ComponentFactory.decodeEvent(ICollectionRenderer renderer, IProxy proxy, Event event, 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.
static Component CollectionRendererUtil.renderDecorations(ICollectionRenderer collRenderer, IProxy proxy, Component comp, Map componentValueMap, IResource resource)
           
static Component CollectionRendererUtil.renderDecorations(ICollectionRenderer collRenderer, IProxy proxy, Component comp, Map componentValueMap)
           
static Component CollectionRendererUtil.renderDecorationsOld(ICollectionRenderer collRenderer, IProxy proxy, Component comp, Map componentValueMap)
           
 ICollectionRenderer CollectionRendererFactory.getCollectionRenderer(IProxy proxy, ICollection collection, IFlavor flavor)
           
 ICollectionRenderer CollectionRendererFactory.getCollectionRenderer(IProxy proxy, ICollection currentFolder, ICollection customizingCollection, IFlavor flavor)
           
 ICollectionRenderer CollectionRendererFactory.getCollectionRenderer(IProxy proxy, ITypedResourceList resourcelist, IFlavor flavor)
           
 void AbstractComponent.setProxy(IProxy proxy)
           
 void AbstractCollectionRenderer.setProxy(IProxy proxy)
          Sets the proxy attribute of the AbstractCollectionRenderer object
 

Constructors in com.sapportals.wcm.rendering.collection with parameters of type IProxy
SortHandler(ICollectionRenderer renderer, IProxy proxy, IRendererStatus irs)
           
CollectionRendererDecorator(Component comp, ICollectionRenderer renderer, IProxy proxy, ComponentValueMap valueMap)
          constructor to use when using this class within the rendering process.
CollectionRendererDecorator(Component comp, ICollectionRenderer renderer, IProxy proxy, ComponentValueMap valueMap, IResource res)
          constructor to use when using this class within the rendering process.
 

Uses of IProxy in com.sapportals.wcm.rendering.detailsoverview
 

Methods in com.sapportals.wcm.rendering.detailsoverview with parameters of type IProxy
 Component IResourceDetailsOverview.renderOverviewContent(IResource resource, IProxy proxy)
          Description of the Method
 String AbstractResourceDetailsOverview.createTarget(IUICommand command, IProxy proxy)
          Description of the Method
protected  Component AbstractResourceDetailsOverview.getCommandLink(IUICommand command, IProxy proxy, TextViewDesign textDesign)
           
protected  Component AbstractResourceDetailsOverview.getCommandLink(IUICommand command, IProxy proxy, TextViewDesign textDesign, String linkLabel)
           
protected  Component AbstractResourceDetailsOverview.getCommandLink(IUICommand command, IProxy proxy, TextViewDesign textDesign, String linkLabel, LinkDesign linkDesign)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.detailsproperties
 

Methods in com.sapportals.wcm.rendering.detailsproperties that return IProxy
 IProxy IProxyDetailsProperty.getProxy()
           
 

Methods in com.sapportals.wcm.rendering.detailsproperties with parameters of type IProxy
 void IProxyDetailsProperty.setProxy(IProxy proxy)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.layout
 

Methods in com.sapportals.wcm.rendering.layout that return IProxy
 IProxy AbstractLayoutController.getProxy()
          returns the proxy that has been set when instantiating the class.
protected  IProxy AbstractLayoutComposer.getProxy()
           
 

Methods in com.sapportals.wcm.rendering.layout with parameters of type IProxy
 ILayoutController LayoutControllerFactory.getLayoutController(IProxy proxy, IResource resource)
          Returns a new instance of a ILayoutController If no configuration for the set of parameters can be retrieved or the mapping entry is faulty, the default LayoutController of the factory is returned.
 ILayoutController LayoutControllerFactory.getLayoutController(IProxy proxy, ITypedResourceList resourcelist)
          Returns a new instance of a ILayoutController If no configuration for the set of parameters can be retrieved or the mapping entry is faulty, the default LayoutController of the factory is returned.
 void ILayoutComponent.setProxy(IProxy proxy)
          sets the proxy-attribute for the layout-controller.
 void AbstractLayoutController.setProxy(IProxy proxy)
           
 void AbstractLayoutComposer.setProxy(IProxy proxy)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.property
 

Methods in com.sapportals.wcm.rendering.property with parameters of type IProxy
static Component ResourceLinkUtil.renderResourceLink(IResource resource, Component comp, IProxy proxy, IParameters params)
           
static String ResourceLinkUtil.getResourceLinkUrl(IResource resource, IProxy proxy, IParameters params)
           
static String ResourceLinkUtil.getContentLinkUrl(IResource resource, IProxy proxy, IParameters params)
           
static Component PropertyRendererUtil.renderProperty(IProperty property, IMetaName metaName, IResource resource, IProxy ctrl, IParameters parameters)
          This Class allows standard (and special rendering of properties
Rendering Classes .
static Component MetaPropertyRendererUtil.render(IMetaName metaName, IResource resource, IParameters params, IProxy proxy, boolean contentLink, ResourceStateType state)
           
 Component IModelledPropertyRenderer.renderProperty(IProperty property, IMetaName metaName, IResource resource, IProxy proxy, IParameters parameters)
          Renders a Component for a given IMetaName, IResource, IProxy and IParameters configured for the resource renderer
 

Uses of IProxy in com.sapportals.wcm.rendering.readymades
 

Methods in com.sapportals.wcm.rendering.readymades with parameters of type IProxy
static Component ColumnRenderer.renderPropertyColumn(IResource resource, IPropertyColumn propertyColumn, boolean useSecondaryStyle, IProxy proxy, IParameters parameters)
           
static Component ColumnRenderer.renderMetaProperty(IMetaName metaName, boolean hasContentLink, boolean useSecondaryStyle, IParameters parameters, IProxy proxy, IResource resource)
           
 

Constructors in com.sapportals.wcm.rendering.readymades with parameters of type IProxy
UICommandComponent(IResource res, IProxy proxy, IParameterName parameterName, IParameters parameters)
          simple constructor to be used by parameterized components of the FlexUI, such as an ICollectionRenderer or an IResourceRenderer.
UICommandComponent(IResource res, IProxy proxy, String groupID, String menuType)
          constructor to be used if no parameterization is available or is not used on purpose.
ResourceLink(IResource resource, Component comp, IProxy proxy, IParameters parameters)
           
ResourceImage(IResource resource, IParameters params, IProxy proxy, com.sapportals.wcm.rendering.readymades.ResourceImage.Mode mode)
           
PropertyComponent(IResource resource, IProxy proxy, IProperty property, int linktype, IParameters parameters)
           
MetaPropertyComponent(IResource resource, IProxy proxy, IMetaName metaName, boolean hasContentLink, IParameters parameters, ResourceStateType state)
          this constructor must be used when creating the component for rendering.
MenuBarComponent(IProxy proxy, IResource resource, String group)
           
EmptyCollectionInfo(IProxy proxy, IParameters parameters)
           
CommandRenderer(IProxy proxy, IResource resource, String commandAlias, String commandStyle, boolean expanded, String imagePath)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.resource
 

Methods in com.sapportals.wcm.rendering.resource with parameters of type IProxy
 IResourceRenderer ResourceRendererFactory.getResourceRenderer(IProxy proxy, IResource outerResource, IResource resource, IFlavor flavor)
          returns a new instance of an IResourceRenderer.
 IResourceRenderer ResourceRendererFactory.getResourceRenderer(IProxy proxy, ITypedResourceList list, IResource resource, IFlavor flavor)
          returns a new instance of an IResourceRenderer.
 

Constructors in com.sapportals.wcm.rendering.resource with parameters of type IProxy
ResourceNavigationRenderer(LayoutObject layoutObject, IProxy proxy)
          Sets the two member variables of the renderer with the values of the given parameters.
AbstractResourceRenderer(IProxy proxy, IResource res)
          Constructor for the AbstractResourceRenderer object
 

Uses of IProxy in com.sapportals.wcm.rendering.uicommand
 

Methods in com.sapportals.wcm.rendering.uicommand that return IProxy
 IProxy AbstractMassCommand.getProxy()
          Gets the proxy attribute of the AbstractUICommand object
 

Methods in com.sapportals.wcm.rendering.uicommand with parameters of type IProxy
 Component UIMenuFactory.getRenderMenu(IResource resource, String menuType, IParameterName group, IFlavor flavor, IProxy proxy)
          Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data
 Component UIMenuFactory.renderMenuForGroup(IResource resource, String menuType, IUIGroupCommand groupCommand, IProxy proxy)
          Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data
 Component UIMenuFactory.getRenderMenu(IResource resource, String menuType, IParameterName group, String groupID, IFlavor flavor, IProxy proxy)
          Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data
 IUIBaseCommand UICommandFactory.decodeTargetCommand(ArrayList values, IResourceContext context, IProxy proxy)
          returns a properly created instance of an IUICommand as it was encoded in the given array list by the factories createTarget.
 IExecCommand UICommandFactory.decodeTarget(ArrayList values, IResourceContext context, IProxy proxy)
          returns a properly created instance of an IUICommand as it was encoded in the given array list by the factories createTarget.
 IMassExecCommand UICommandFactory.decodeMassTarget(ArrayList values, IResourceContext context, IProxy proxy)
          returns a properly created instance of an IUIMassCommand as it was encoded in the given array list by the factories createTarget .
 IRenderingEvent ISelector.execute(IResourceList list, IProxy currentproxy)
          Carries out the action on the IResourceList found in the imported list, using the information from the current screen found inside the proxy.
 

Constructors in com.sapportals.wcm.rendering.uicommand with parameters of type IProxy
UICommandRenderer(IParameters parameters, IProxy proxy)
           
UICommandRenderer(LayoutObject layoutObject, IProxy proxy)
          Sets the two member variables of the renderer with the values of the given parameters.
UICommandRenderer(ILayoutObject layoutObject, IProxy proxy)
          Sets the two member variables of the renderer with the values of the given parameters.
 



Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.