Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.standard.api
Interface IWDLinkToURL

All Superinterfaces:
IWDAbstractCaption, IWDLink, IWDTableCellEditor, IWDUIElement, IWDViewElement

public interface IWDLinkToURL
extends IWDLink

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

DEFAULT_REFERENCE

public static final java.lang.String DEFAULT_REFERENCE
Default value of property reference.

DEFAULT_TARGET

public static final java.lang.String DEFAULT_TARGET
Default value of property target.

DEFAULT_TYPE

public static final WDLinkType DEFAULT_TYPE
Default value of property type.
Method Detail

bindReference

public void bindReference(java.lang.String path)
Binds property reference to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the reference property is bound

bindReference

public void bindReference(IWDAttributeInfo attributeInfo)
Binds property reference to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the reference property is bound

bindingOfReference

public java.lang.String bindingOfReference()
Binding path of property reference.
Returns:
the path of the context attribute to which the reference is currently bound

getReference

public java.lang.String getReference()
Returns the value of the reference property. The initial value is "". Determines the URL that is requested when the link is navigated.
Returns:
the current value of the reference property
See Also:
setReference(String)

setReference

public void setReference(java.lang.String value)
Sets property reference to the new value.
Parameters:
value - the new value of the reference property
See Also:
getReference()

bindTarget

public void bindTarget(java.lang.String path)
Binds property target to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the target property is bound

bindTarget

public void bindTarget(IWDAttributeInfo attributeInfo)
Binds property target to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the target property is bound

bindingOfTarget

public java.lang.String bindingOfTarget()
Binding path of property target.
Returns:
the path of the context attribute to which the target is currently bound

getTarget

public java.lang.String getTarget()
Returns the value of the 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.
Returns:
the current value of the target property
See Also:
setTarget(String)

setTarget

public void setTarget(java.lang.String value)
Sets property target to the new value.
Parameters:
value - the new value of the target property
See Also:
getTarget()

bindType

public void bindType(java.lang.String path)
Binds property type to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the type property is bound

bindType

public void bindType(IWDAttributeInfo attributeInfo)
Binds property type to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the type property is bound

bindingOfType

public java.lang.String bindingOfType()
Binding path of property type.
Returns:
the path of the context attribute to which the type is currently bound

getType

public WDLinkType getType()
Returns the value of the 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'.
Returns:
the current value of the type property
See Also:
setType(WDLinkType)

setType

public void setType(WDLinkType value)
Sets property type to the new value.
Parameters:
value - the new value of the type property
See Also:
getType()

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15