com.sapportals.wcm.rendering.uicommand

Class LinkAttributes

java.lang.Object
  extended by com.sapportals.wcm.rendering.uicommand.LinkAttributes

Deprecated. As of NetWeaver 7.1

public final class LinkAttributes
extends Object

Contains the attributes needed for creating a link It is used by IUICommand when the Command raise no event, rather ein link.


Constructor Summary
LinkAttributes(String reference, String target)
          Deprecated. As of NetWeaver 7.1
LinkAttributes(String reference, String target, boolean isJavaScript)
          Deprecated. As of NetWeaver 7.1
 
Method Summary
 String getReference()
          Deprecated. As of NetWeaver 7.1
 String getTarget()
          Deprecated. As of NetWeaver 7.1
 boolean isJavaScript()
          Deprecated. As of NetWeaver 7.1
 void setJavaScript(boolean useJavaScript)
          Deprecated. As of NetWeaver 7.1
 void setReference(String reference)
          Deprecated. As of NetWeaver 7.1
 void setTarget(String target)
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkAttributes

public LinkAttributes(String reference,
                      String target)
Deprecated. As of NetWeaver 7.1

Constructor for the LinkAttributes object

Parameters:
reference - the link reference
target - the link target

LinkAttributes

public LinkAttributes(String reference,
                      String target,
                      boolean isJavaScript)
Deprecated. As of NetWeaver 7.1

Constructor for the LinkAttributes object

Parameters:
reference - the link reference
target - the link target
isJavaScript - is true when the reference contains Javascript code
Method Detail

getReference

public String getReference()
Deprecated. As of NetWeaver 7.1

Gets the reference attribute of the LinkAttributes object

Returns:
The reference value

setReference

public void setReference(String reference)
Deprecated. As of NetWeaver 7.1

Sets the reference attribute of the LinkAttributes object

Parameters:
reference - The new reference value

getTarget

public String getTarget()
Deprecated. As of NetWeaver 7.1

Gets the target attribute of the LinkAttributes object

Returns:
The target value

setTarget

public void setTarget(String target)
Deprecated. As of NetWeaver 7.1

Sets the target attribute of the LinkAttributes object

Parameters:
target - The new target value

isJavaScript

public boolean isJavaScript()
Deprecated. As of NetWeaver 7.1

Gets the javaScript attribute of the LinkAttributes object

Returns:
The javaScript value

setJavaScript

public void setJavaScript(boolean useJavaScript)
Deprecated. As of NetWeaver 7.1

Sets the javaScript attribute of the LinkAttributes object if the reference contains or not javascript code

Parameters:
useJavaScript - The new javaScript value
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