|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro LinkToURL API. LinkToAction represents a hypertext link that triggers off access to an external Web resource.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Field Summary | |
static java.lang.String |
DEFAULT_REFERENCE
Default value of property reference. |
static java.lang.String |
DEFAULT_TARGET
Default value of property target. |
static WDLinkType |
DEFAULT_TYPE
Default value of property type. |
| Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDLink |
DEFAULT_IMAGE_HEIGHT, DEFAULT_IMAGE_WIDTH, DEFAULT_SIZE, DEFAULT_TEXT, DEFAULT_WRAPPING |
| Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractCaption |
DEFAULT_IMAGE_ALT, DEFAULT_IMAGE_FIRST, DEFAULT_IMAGE_SOURCE, DEFAULT_TEXT_DIRECTION |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
java.lang.String |
bindingOfReference()
Binding path of property reference. |
java.lang.String |
bindingOfTarget()
Binding path of property target. |
java.lang.String |
bindingOfType()
Binding path of property type. |
void |
bindReference(IWDAttributeInfo attributeInfo)
Binds property reference to the context attribute
specified by the given attribute info. |
void |
bindReference(java.lang.String path)
Binds property reference to the context attribute
specified by path. |
void |
bindTarget(IWDAttributeInfo attributeInfo)
Binds property target to the context attribute
specified by the given attribute info. |
void |
bindTarget(java.lang.String path)
Binds property target to the context attribute
specified by path. |
void |
bindType(IWDAttributeInfo attributeInfo)
Binds property type to the context attribute
specified by the given attribute info. |
void |
bindType(java.lang.String path)
Binds property type to the context attribute
specified by path. |
java.lang.String |
getReference()
Returns the value of the reference property. |
java.lang.String |
getTarget()
Returns the value of the target property. |
WDLinkType |
getType()
Returns the value of the type property. |
void |
setReference(java.lang.String value)
Sets property reference to the new value. |
void |
setTarget(java.lang.String value)
Sets property target to the new value. |
void |
setType(WDLinkType value)
Sets property type to the new value. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDLink |
bindImageHeight, bindImageHeight, bindImageWidth, bindImageWidth, bindingOfImageHeight, bindingOfImageWidth, bindingOfSize, bindingOfText, bindingOfWrapping, bindSize, bindSize, bindText, bindText, bindWrapping, bindWrapping, getImageHeight, getImageWidth, getSize, getText, getWrapping, setImageHeight, setImageWidth, setSize, setText, setWrapping |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractCaption |
bindImageAlt, bindImageAlt, bindImageFirst, bindImageFirst, bindImageSource, bindImageSource, bindingOfImageAlt, bindingOfImageFirst, bindingOfImageSource, bindingOfTextDirection, bindTextDirection, bindTextDirection, getImageAlt, getImageFirst, getImageSource, getTextDirection, setImageAlt, setImageFirst, setImageSource, setTextDirection |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
bindEnabled, bindEnabled, bindingOfEnabled, bindingOfTooltip, bindingOfVisible, bindTooltip, bindTooltip, bindVisible, bindVisible, createLayoutData, getContainer, getEnabled, getLayoutData, getTooltip, getVisible, setEnabled, setTooltip, setVisible |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final java.lang.String DEFAULT_REFERENCE
reference.public static final java.lang.String DEFAULT_TARGET
target.public static final WDLinkType DEFAULT_TYPE
type.| Method Detail |
public void bindReference(java.lang.String path)
reference to the context attribute
specified by path.path - the path of the context attribute to which the reference
property is boundpublic void bindReference(IWDAttributeInfo attributeInfo)
reference to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
reference property is boundpublic java.lang.String bindingOfReference()
reference.public java.lang.String getReference()
reference property.
The initial value is "".
Determines the URL that is requested when the link is navigated.setReference(String)public void setReference(java.lang.String value)
reference to the new value.value - the new value of the reference propertygetReference()public void bindTarget(java.lang.String path)
target to the context attribute
specified by path.path - the path of the context attribute to which the target
property is boundpublic void bindTarget(IWDAttributeInfo attributeInfo)
target to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
target property is boundpublic java.lang.String bindingOfTarget()
target.public java.lang.String getTarget()
target property.
The initial value is "_blank".
Determines the target browser window ID when this link is activated. The window ID is a user defined identifier or the special value _blank which opens a new unnamed window.setTarget(String)public void setTarget(java.lang.String value)
target to the new value.value - the new value of the target propertygetTarget()public void bindType(java.lang.String path)
type to the context attribute
specified by path.path - the path of the context attribute to which the type
property is boundpublic void bindType(IWDAttributeInfo attributeInfo)
type to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
type property is boundpublic java.lang.String bindingOfType()
type.public WDLinkType getType()
type property.
The initial value is WDLinkType.NAVIGATION.
Sets the type for the Link control. For the parameter values see enumeration 'LinkType'. Default is 'NAVIGATION'.setType(WDLinkType)public void setType(WDLinkType value)
type to the new value.value - the new value of the type propertygetType()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||