|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro FileDownload API. Used to download files from the server to the client. The attribute data determines the data source in the context.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Field Summary | |
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 | |
void |
bindData(IWDAttributeInfo attributeInfo)
Note: This property must be bound to the context! Binds property data to the context attribute
specified by the given attribute info. |
void |
bindData(java.lang.String path)
Note: This property must be bound to the context! Binds property data to the context attribute
specified by path. |
java.lang.String |
bindingOfData()
Note: This property must be bound to the context! Binding path of property data. |
java.lang.String |
bindingOfTarget()
Binding path of property target. |
java.lang.String |
bindingOfType()
Binding path of property type. |
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.Object |
getData()
Note: This property must be bound to the context! Returns the value of the data property. |
java.lang.String |
getTarget()
Returns the value of the target property. |
WDLinkType |
getType()
Returns the value of the type property. |
void |
setData(java.lang.Object value)
Note: This property must be bound to the context! Sets property data 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_TARGET
target.public static final WDLinkType DEFAULT_TYPE
type.| Method Detail |
public void bindData(java.lang.String path)
data to the context attribute
specified by path.path - the path of the context attribute to which the data
property is boundpublic void bindData(IWDAttributeInfo attributeInfo)
data to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
data property is boundpublic java.lang.String bindingOfData()
data.public java.lang.Object getData()
data property.
The initial value is null.
Determines the downloaded data.setData(Object)public void setData(java.lang.Object value)
data to the new value.value - the new value of the data propertygetData()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.
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 | |||||||||