|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.rendering.uicommand.LinkAttributes
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)
Constructor for the LinkAttributes object |
|
LinkAttributes(String reference,
String target,
boolean isJavaScript)
Constructor for the LinkAttributes object |
|
| Method Summary | |
String |
getReference()
Gets the reference attribute of the LinkAttributes object |
String |
getTarget()
Gets the target attribute of the LinkAttributes object |
boolean |
isJavaScript()
Gets the javaScript attribute of the LinkAttributes object |
void |
setJavaScript(boolean useJavaScript)
Sets the javaScript attribute of the LinkAttributes object if the reference contains or not javascript code |
void |
setReference(String reference)
Sets the reference attribute of the LinkAttributes object |
void |
setTarget(String target)
Sets the target attribute of the LinkAttributes object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LinkAttributes(String reference,
String target)
reference - the link referencetarget - the link target
public LinkAttributes(String reference,
String target,
boolean isJavaScript)
reference - the link referencetarget - the link targetisJavaScript - is true when the reference contains Javascript code| Method Detail |
public String getReference()
public void setReference(String reference)
reference - The new reference valuepublic String getTarget()
public void setTarget(String target)
target - The new target valuepublic boolean isJavaScript()
public void setJavaScript(boolean useJavaScript)
useJavaScript - The new javaScript value
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||