Uses of Class
com.sapportals.wcm.rendering.base.AbstractProxyControl

Packages that use AbstractProxyControl
com.sapportals.wcm.rendering.base Contains interfaces for flexible rendering of explorer controls.  
com.sapportals.wcm.rendering.uicommand Contains interfaces to render and execute commands for one or more resources.  
 

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

Methods in com.sapportals.wcm.rendering.base with parameters of type AbstractProxyControl
 void IUIBaseCommand.setProxy(AbstractProxyControl proxy)
          Sets the proxy attribute of the IUIBaseCommand object
 

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

Fields in com.sapportals.wcm.rendering.uicommand declared as AbstractProxyControl
 AbstractProxyControl AbstractUICommand.proxy
          command proxy
 AbstractProxyControl AbstractCommand.proxy
          Description of the Field
 

Methods in com.sapportals.wcm.rendering.uicommand that return AbstractProxyControl
 AbstractProxyControl AbstractUIMassCommand.getProxy()
          Deprecated. Gets the proxy attribute of the AbstractUICommand object
 AbstractProxyControl AbstractUICommand.getProxy()
          Gets the command proxy
 AbstractProxyControl AbstractCommand.getProxy()
          Gets the proxy attribute of the AbstractUICommand object
 

Methods in com.sapportals.wcm.rendering.uicommand with parameters of type AbstractProxyControl
 Component UIVerticalLinkMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a link menu component according with the input parameters
 Component UIToolbarButtonMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a small button menu component according with the input parameters
 Component UITabMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a link menu component according with the input parameters
protected  Component UITabMenu.getCommandLink(IExecCommand command, AbstractProxyControl proxy, boolean renderDots)
           
 Component UISmallButtonMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a small button menu component according with the input parameters
 void UIMenuCommand.setProxy(AbstractProxyControl proxy)
           
 Component UIMenuBar.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          creates a menu bar component according with the input parameters
 Component UILinkMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a link menu component according with the input parameters
 Component UIIconMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a link menu component according with the input parameters
 Component UIHoverMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a hover menu component according with the input parameters
 UIBaseCommandList UIGroupCommand.getResourceCommands(IResource resource, AbstractProxyControl proxy)
          Gets the resourceCommands attribute of the IUIGroupCommand object
 void UIGroupCommand.setProxy(AbstractProxyControl proxy)
          Sets the proxy attribute of the UIGroupCommand object
 UIBaseCommandList UIGroupCommand.getListWithReplaceCommands(IResource resource, AbstractProxyControl proxy)
          Gets the resourceCommands attribute of the IUIGroupCommand object
 Component UIButtonMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl proxy)
          Creates a button menu component according with the input parameters
 Component IUIMenu.renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl newProxy)
          Creates a menu component according with the input parameters
 UIBaseCommandList IUIGroupCommand.getResourceCommands(IResource resource, AbstractProxyControl proxy)
          Gets the IUIBaseCommands list for the givven resource
 UIBaseCommandList IUIGroupCommand.getListWithReplaceCommands(IResource resource, AbstractProxyControl proxy)
          Parses the commans list and
 HoverMenu AbstractUIMenu.renderHoverMenu(IUIGroupCommand group, IResource resource, AbstractProxyControl proxy)
          Render a hover menu for a IUIGroupCommand given
protected  boolean AbstractUIMenu.renderGroup(IUIGroupCommand group, HoverMenu hoverMenu, IResource resource, AbstractProxyControl proxy, boolean showSeparator, boolean groupExpanded, boolean groupIncluded)
          Creates a hover menu component according with the input parameters
 String AbstractUIMenu.createTarget(IUIGroupCommand group, AbstractProxyControl proxy)
          Creates a unique Id as String where are encoded the IUIGroupCommand data
 String AbstractUIMenu.createTarget(IExecCommand command, AbstractProxyControl proxy)
          Creates a unique Id as String where are encoded the IExecCommand data
 String AbstractUIMenu.createTarget(IMassExecCommand command, AbstractProxyControl proxy)
          Creates a unique Id as String where are encoded the IUIMassExecCommand data
protected  Component AbstractUIMenu.getCommandLink(IExecCommand command, AbstractProxyControl proxy, boolean renderDots)
           
protected  Component AbstractUIMenu.getCommandLink(IResource resource, IExecCommand command, AbstractProxyControl proxy, boolean renderDots)
           
 void AbstractUIMassCommand.setProxy(AbstractProxyControl proxy)
          Deprecated. Sets the proxy attribute of the AbstractUICommand object
 UIBaseCommandList AbstractUIGroupCommand.getListWithReplaceCommands(IResource resource, AbstractProxyControl proxy)
           
 UIBaseCommandList AbstractUIGroupCommand.getResourceCommands(IResource resource, AbstractProxyControl proxy)
           
 void AbstractUIGroupCommand.setProxy(AbstractProxyControl proxy)
          Sets the proxy attribute of the UIStatemanagementGroupCommand object
 void AbstractUICommand.setProxy(AbstractProxyControl proxy)
          Sets the proxy for the command
 void AbstractMassCommand.setProxy(AbstractProxyControl proxy)
          Sets the proxy attribute of the AbstractUICommand object
 void AbstractCommand.setProxy(AbstractProxyControl proxy)
          Sets the proxy attribute of the AbstractUICommand object
 



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.