|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.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(java.lang.String reference,
java.lang.String target)
Constructor for the LinkAttributes object |
|
LinkAttributes(java.lang.String reference,
java.lang.String target,
boolean isJavaScript)
Constructor for the LinkAttributes object |
|
| Method Summary | |
java.lang.String |
getReference()
Gets the reference attribute of the LinkAttributes object |
java.lang.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(java.lang.String reference)
Sets the reference attribute of the LinkAttributes object |
void |
setTarget(java.lang.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(java.lang.String reference,
java.lang.String target)
reference - the link referencetarget - the link target
public LinkAttributes(java.lang.String reference,
java.lang.String target,
boolean isJavaScript)
reference - the link referencetarget - the link targetisJavaScript - is true when the reference contains Javascript code| Method Detail |
public java.lang.String getReference()
public void setReference(java.lang.String reference)
reference - The new reference valuepublic java.lang.String getTarget()
public void setTarget(java.lang.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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||