|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro Link API. Link is the abstract base class of UI elements that represent a hypertext link.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static String |
DEFAULT_IMAGE_HEIGHT
Default value of the imageHeight property is "". |
static String |
DEFAULT_IMAGE_WIDTH
Default value of the imageWidth property is "". |
static WDLinkSize |
DEFAULT_SIZE
Default value of the size property is WDLinkSize.STANDARD. |
static String |
DEFAULT_TEXT
Default value of the text property is "". |
static boolean |
DEFAULT_WRAPPING
Default value of the wrapping property is false. |
| 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 |
bindImageHeight(IWDAttributeInfo attributeInfo)
Binds the imageHeight property to the context attribute specified by the given attribute info. |
void |
bindImageHeight(String path)
Binds the imageHeight property to the context attribute specified by the given path. |
void |
bindImageWidth(IWDAttributeInfo attributeInfo)
Binds the imageWidth property to the context attribute specified by the given attribute info. |
void |
bindImageWidth(String path)
Binds the imageWidth property to the context attribute specified by the given path. |
String |
bindingOfImageHeight()
Returns the binding path of the imageHeight property. |
String |
bindingOfImageWidth()
Returns the binding path of the imageWidth property. |
String |
bindingOfSize()
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Small UIElements are not supported anymore. |
String |
bindingOfText()
Returns the binding path of the text property. |
String |
bindingOfWrapping()
Returns the binding path of the wrapping property. |
void |
bindSize(IWDAttributeInfo attributeInfo)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Small UIElements are not supported anymore. |
void |
bindSize(String path)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Small UIElements are not supported anymore. |
void |
bindText(IWDAttributeInfo attributeInfo)
Binds the text property to the context attribute specified by the given attribute info. |
void |
bindText(String path)
Binds the text property to the context attribute specified by the given path. |
void |
bindWrapping(IWDAttributeInfo attributeInfo)
Binds the wrapping property to the context attribute specified by the given attribute info. |
void |
bindWrapping(String path)
Binds the wrapping property to the context attribute specified by the given path. |
String |
getImageHeight()
Returns the value of the imageHeight property.
|
String |
getImageWidth()
Returns the value of the imageWidth property.
|
WDLinkSize |
getSize()
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Small UIElements are not supported anymore. |
String |
getText()
Returns the value of the text property.
|
boolean |
getWrapping()
Returns the value of the wrapping property.
|
void |
setImageHeight(String value)
Sets the imageHeight property to the given value. |
void |
setImageWidth(String value)
Sets the imageWidth property to the given value. |
void |
setSize(WDLinkSize value)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Small UIElements are not supported anymore. |
void |
setText(String value)
Sets the text property to the given value. |
void |
setWrapping(boolean value)
Sets the wrapping property to the given value. |
| 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 |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final String DEFAULT_IMAGE_HEIGHT
imageHeight property is "".
public static final String DEFAULT_IMAGE_WIDTH
imageWidth property is "".
public static final WDLinkSize DEFAULT_SIZE
size property is WDLinkSize.STANDARD.
public static final String DEFAULT_TEXT
text property is "".
public static final boolean DEFAULT_WRAPPING
wrapping property is false.
| Method Detail |
public void bindImageHeight(String path)
imageHeight property to the context attribute specified by the given path.
path - the context path of the attribute to which the imageHeight property will be boundpublic void bindImageHeight(IWDAttributeInfo attributeInfo)
imageHeight property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the imageHeight property will be boundpublic String bindingOfImageHeight()
imageHeight property.
imageHeight property is currently boundpublic String getImageHeight()
imageHeight property.
The initial value is "".
imageHeight propertysetImageHeight(String)public void setImageHeight(String value)
imageHeight property to the given value.
value - the new value of the imageHeight propertygetImageHeight()public void bindImageWidth(String path)
imageWidth property to the context attribute specified by the given path.
path - the context path of the attribute to which the imageWidth property will be boundpublic void bindImageWidth(IWDAttributeInfo attributeInfo)
imageWidth property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the imageWidth property will be boundpublic String bindingOfImageWidth()
imageWidth property.
imageWidth property is currently boundpublic String getImageWidth()
imageWidth property.
The initial value is "".
imageWidth propertysetImageWidth(String)public void setImageWidth(String value)
imageWidth property to the given value.
value - the new value of the imageWidth propertygetImageWidth()public void bindSize(String path)
size property to the context attribute specified by the given path.
path - the context path of the attribute to which the size property will be boundpublic void bindSize(IWDAttributeInfo attributeInfo)
size property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the size property will be boundpublic String bindingOfSize()
size property.
size property is currently boundpublic WDLinkSize getSize()
size property.
The initial value is WDLinkSize.STANDARD.
size propertysetSize(WDLinkSize)public void setSize(WDLinkSize value)
size property to the given value.
value - the new value of the size propertygetSize()public void bindText(String path)
text property to the context attribute specified by the given path.
path - the context path of the attribute to which the text property will be boundpublic void bindText(IWDAttributeInfo attributeInfo)
text property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the text property will be boundpublic String bindingOfText()
text property.
text property is currently boundpublic String getText()
text property.
The initial value is null.
text propertysetText(String)public void setText(String value)
text property to the given value.
value - the new value of the text propertygetText()public void bindWrapping(String path)
wrapping property to the context attribute specified by the given path.
path - the context path of the attribute to which the wrapping property will be boundpublic void bindWrapping(IWDAttributeInfo attributeInfo)
wrapping property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the wrapping property will be boundpublic String bindingOfWrapping()
wrapping property.
wrapping property is currently boundpublic boolean getWrapping()
wrapping property.
The initial value is false.
wrapping propertysetWrapping(boolean)public void setWrapping(boolean value)
wrapping property to the given value.
value - the new value of the wrapping propertygetWrapping()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||