com.sapportals.wcm.service.propertyconfig

Interface IPropertyRendererProxy


public interface IPropertyRendererProxy


Field Summary
static String DEPENDENCE_EVENT
           
static String DISPATCH_EVENT
           
 
Method Summary
 ArrayList decodeValues(Event event)
          Returns the values created via the dispatchableControlIDWithValues or dispatchableControlID methods and returns the list of parameters in the same order they were when submitting them.
 String dispatchableControlID(String value)
          Adds a string to the given parameter to ensure a unique id within a DynPage under certain conditions:
the idpart given is unique within this proxy.
 String dispatchableControlIDWithValues(ArrayList values)
          Create an id that contains dispatch information.
 String getUniqueComponentId(IMetaName metaName, String key)
           
 

Field Detail

DISPATCH_EVENT

public static final String DISPATCH_EVENT
See Also:
Constant Field Values

DEPENDENCE_EVENT

public static final String DEPENDENCE_EVENT
See Also:
Constant Field Values
Method Detail

getUniqueComponentId

public String getUniqueComponentId(IMetaName metaName,
                                   String key)

dispatchableControlIDWithValues

public String dispatchableControlIDWithValues(ArrayList values)
                                       throws WcmException
Create an id that contains dispatch information.

Parameters:
values - A string array parameter that could be readed inside the event handler with decodeValues() (might be null)
Returns:
String The dispatchableControlID, created by a control.
Throws:
WdfException - Exception raised in failure situation
<{WcmException}>
WcmException

dispatchableControlID

public String dispatchableControlID(String value)
                             throws WcmException
Adds a string to the given parameter to ensure a unique id within a DynPage under certain conditions:
the idpart given is unique within this proxy. This means, that no two elements that are rendered by any classes that are again rendered within this proxy must call this method with the same parameter. If several proxies are rendered within one DynPage, the page itself must ensure that the proxies are configured to create different strings to add to the given parameters. So, if Class A, rendered within proxy B calls this method, submitting String S1, the resulting String Unique1 must be different from the String Unique2, that is created when Class A, rendered within proxy C calls this method, submitting String S1

Returns:
a String
Throws:
WcmException

decodeValues

public ArrayList decodeValues(Event event)
                       throws WcmException
Returns the values created via the dispatchableControlIDWithValues or dispatchableControlID methods and returns the list of parameters in the same order they were when submitting them. There will be no en- or decoding done to take care of special characters. If the dispatchableControlID(String, String) method is used, a List with only one entry will be returned.

Parameters:
event - The event that contains the encoded values.
Returns:
String (cardinality = 1)
Throws:
WcmException


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.