|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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!
| Field Summary | |
static java.lang.String |
DEFAULT_IMAGE_HEIGHT
Default value of property imageHeight. |
static java.lang.String |
DEFAULT_IMAGE_WIDTH
Default value of property imageWidth. |
static WDLinkSize |
DEFAULT_SIZE
Default value of property size. |
static java.lang.String |
DEFAULT_TEXT
Default value of property text. |
static boolean |
DEFAULT_WRAPPING
Default value of property 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 |
bindImageHeight(IWDAttributeInfo attributeInfo)
Binds property imageHeight to the context attribute
specified by the given attribute info. |
void |
bindImageHeight(java.lang.String path)
Binds property imageHeight to the context attribute
specified by path. |
void |
bindImageWidth(IWDAttributeInfo attributeInfo)
Binds property imageWidth to the context attribute
specified by the given attribute info. |
void |
bindImageWidth(java.lang.String path)
Binds property imageWidth to the context attribute
specified by path. |
java.lang.String |
bindingOfImageHeight()
Binding path of property imageHeight. |
java.lang.String |
bindingOfImageWidth()
Binding path of property imageWidth. |
java.lang.String |
bindingOfSize()
Binding path of property size. |
java.lang.String |
bindingOfText()
Binding path of property text. |
java.lang.String |
bindingOfWrapping()
Binding path of property wrapping. |
void |
bindSize(IWDAttributeInfo attributeInfo)
Binds property size to the context attribute
specified by the given attribute info. |
void |
bindSize(java.lang.String path)
Binds property size to the context attribute
specified by path. |
void |
bindText(IWDAttributeInfo attributeInfo)
Binds property text to the context attribute
specified by the given attribute info. |
void |
bindText(java.lang.String path)
Binds property text to the context attribute
specified by path. |
void |
bindWrapping(IWDAttributeInfo attributeInfo)
Binds property wrapping to the context attribute
specified by the given attribute info. |
void |
bindWrapping(java.lang.String path)
Binds property wrapping to the context attribute
specified by path. |
java.lang.String |
getImageHeight()
Returns the value of the imageHeight property. |
java.lang.String |
getImageWidth()
Returns the value of the imageWidth property. |
WDLinkSize |
getSize()
Returns the value of the size property. |
java.lang.String |
getText()
Returns the value of the text property. |
boolean |
getWrapping()
Returns the value of the wrapping property. |
void |
setImageHeight(java.lang.String value)
Sets property imageHeight to the new value. |
void |
setImageWidth(java.lang.String value)
Sets property imageWidth to the new value. |
void |
setSize(WDLinkSize value)
Sets property size to the new value. |
void |
setText(java.lang.String value)
Sets property text to the new value. |
void |
setWrapping(boolean value)
Sets property wrapping to the new 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 |
getId, getView, requestFocus |
| Field Detail |
public static final java.lang.String DEFAULT_IMAGE_HEIGHT
imageHeight.public static final java.lang.String DEFAULT_IMAGE_WIDTH
imageWidth.public static final WDLinkSize DEFAULT_SIZE
size.public static final java.lang.String DEFAULT_TEXT
text.public static final boolean DEFAULT_WRAPPING
wrapping.| Method Detail |
public void bindImageHeight(java.lang.String path)
imageHeight to the context attribute
specified by path.path - the path of the context attribute to which the imageHeight
property is boundpublic void bindImageHeight(IWDAttributeInfo attributeInfo)
imageHeight to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
imageHeight property is boundpublic java.lang.String bindingOfImageHeight()
imageHeight.public java.lang.String getImageHeight()
imageHeight property.
The initial value is "".
Determines the height (CSS size) of the image.setImageHeight(String)public void setImageHeight(java.lang.String value)
imageHeight to the new value.value - the new value of the imageHeight propertygetImageHeight()public void bindImageWidth(java.lang.String path)
imageWidth to the context attribute
specified by path.path - the path of the context attribute to which the imageWidth
property is boundpublic void bindImageWidth(IWDAttributeInfo attributeInfo)
imageWidth to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
imageWidth property is boundpublic java.lang.String bindingOfImageWidth()
imageWidth.public java.lang.String getImageWidth()
imageWidth property.
The initial value is "".
Determines the width (CSS size) of the image.setImageWidth(String)public void setImageWidth(java.lang.String value)
imageWidth to the new value.value - the new value of the imageWidth propertygetImageWidth()public void bindSize(java.lang.String path)
size to the context attribute
specified by path.path - the path of the context attribute to which the size
property is boundpublic void bindSize(IWDAttributeInfo attributeInfo)
size to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
size property is boundpublic java.lang.String bindingOfSize()
size.public WDLinkSize getSize()
size property.
The initial value is WDLinkSize.STANDARD.
Determines the symbolic size of this link.setSize(WDLinkSize)public void setSize(WDLinkSize value)
size to the new value.value - the new value of the size propertygetSize()public void bindText(java.lang.String path)
text to the context attribute
specified by path.path - the path of the context attribute to which the text
property is boundpublic void bindText(IWDAttributeInfo attributeInfo)
text to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
text property is boundpublic java.lang.String bindingOfText()
text.public java.lang.String getText()
text property.
The initial value is null.
The text of the caption.setText(String)public void setText(java.lang.String value)
text to the new value.value - the new value of the text propertygetText()public void bindWrapping(java.lang.String path)
wrapping to the context attribute
specified by path.path - the path of the context attribute to which the wrapping
property is boundpublic void bindWrapping(IWDAttributeInfo attributeInfo)
wrapping to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
wrapping property is boundpublic java.lang.String bindingOfWrapping()
wrapping.public boolean getWrapping()
wrapping property.
The initial value is false.
Determines if the link wraps its text.setWrapping(boolean)public void setWrapping(boolean value)
wrapping to the new value.value - the new value of the wrapping propertygetWrapping()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||