|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro Image API.
Image is used to display an image resource.
The image source is given by an URL specified in source,
if the image cannot be loaded, the alternative text is given by
alt.
The size of the image is specified by height and
width.
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 boolean |
DEFAULT_ADJUST_IMAGE_SIZE
Default value of the adjustImageSize property is false. |
static String |
DEFAULT_ALT
Default value of the alt property is "". |
static int |
DEFAULT_BORDER
Default value of the border property is 0. |
static String |
DEFAULT_HEIGHT
Default value of the height property is "". |
static boolean |
DEFAULT_IS_DECORATIVE
Default value of the isDecorative property is false. |
static String |
DEFAULT_SOURCE
Default value of the source property is "". |
static String |
DEFAULT_WIDTH
Default value of the width property is "". |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
void |
bindAdjustImageSize(IWDAttributeInfo attributeInfo)
Binds the adjustImageSize property to the context attribute specified by the given attribute info. |
void |
bindAdjustImageSize(String path)
Binds the adjustImageSize property to the context attribute specified by the given path. |
void |
bindAlt(IWDAttributeInfo attributeInfo)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Unnecessary attribute if the tooltip contains semantic information about the image. |
void |
bindAlt(String path)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Unnecessary attribute if the tooltip contains semantic information about the image. |
void |
bindBorder(IWDAttributeInfo attributeInfo)
Binds the border property to the context attribute specified by the given attribute info. |
void |
bindBorder(String path)
Binds the border property to the context attribute specified by the given path. |
void |
bindHeight(IWDAttributeInfo attributeInfo)
Binds the height property to the context attribute specified by the given attribute info. |
void |
bindHeight(String path)
Binds the height property to the context attribute specified by the given path. |
String |
bindingOfAdjustImageSize()
Returns the binding path of the adjustImageSize property. |
String |
bindingOfAlt()
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Unnecessary attribute if the tooltip contains semantic information about the image. |
String |
bindingOfBorder()
Returns the binding path of the border property. |
String |
bindingOfHeight()
Returns the binding path of the height property. |
String |
bindingOfIsDecorative()
Returns the binding path of the isDecorative property. |
String |
bindingOfSource()
Returns the binding path of the source property. |
String |
bindingOfWidth()
Returns the binding path of the width property. |
void |
bindIsDecorative(IWDAttributeInfo attributeInfo)
Binds the isDecorative property to the context attribute specified by the given attribute info. |
void |
bindIsDecorative(String path)
Binds the isDecorative property to the context attribute specified by the given path. |
void |
bindSource(IWDAttributeInfo attributeInfo)
Binds the source property to the context attribute specified by the given attribute info. |
void |
bindSource(String path)
Binds the source property to the context attribute specified by the given path. |
void |
bindWidth(IWDAttributeInfo attributeInfo)
Binds the width property to the context attribute specified by the given attribute info. |
void |
bindWidth(String path)
Binds the width property to the context attribute specified by the given path. |
void |
destroyMenu()
Destroys the aggregated Menu element.
|
boolean |
getAdjustImageSize()
Returns the value of the adjustImageSize property.
|
String |
getAlt()
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Unnecessary attribute if the tooltip contains semantic information about the image. |
int |
getBorder()
Returns the value of the border property.
|
String |
getHeight()
Returns the value of the height property.
|
boolean |
getIsDecorative()
Returns the value of the isDecorative property.
|
IWDMenu |
getMenu()
Returns the aggregated Menu element.
|
String |
getSource()
Returns the value of the source property.
|
String |
getWidth()
Returns the value of the width property.
|
void |
setAdjustImageSize(boolean value)
Sets the adjustImageSize property to the given value. |
void |
setAlt(String value)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Unnecessary attribute if the tooltip contains semantic information about the image. |
void |
setBorder(int value)
Sets the border property to the given value. |
void |
setHeight(String value)
Sets the height property to the given value. |
void |
setIsDecorative(boolean value)
Sets the isDecorative property to the given value. |
void |
setMenu(IWDMenu menu)
Sets the aggregated Menu element. |
void |
setSource(String value)
Sets the source property to the given value. |
void |
setWidth(String value)
Sets the width property to the given value. |
| 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 boolean DEFAULT_ADJUST_IMAGE_SIZE
adjustImageSize property is false.
public static final String DEFAULT_ALT
alt property is "".
public static final int DEFAULT_BORDER
border property is 0.
public static final String DEFAULT_HEIGHT
height property is "".
public static final boolean DEFAULT_IS_DECORATIVE
isDecorative property is false.
public static final String DEFAULT_SOURCE
source property is "".
public static final String DEFAULT_WIDTH
width property is "".
| Method Detail |
public void bindAdjustImageSize(String path)
adjustImageSize property to the context attribute specified by the given path.
path - the context path of the attribute to which the adjustImageSize property will be boundpublic void bindAdjustImageSize(IWDAttributeInfo attributeInfo)
adjustImageSize property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the adjustImageSize property will be boundpublic String bindingOfAdjustImageSize()
adjustImageSize property.
adjustImageSize property is currently boundpublic boolean getAdjustImageSize()
adjustImageSize property.
The initial value is false.
adjustImageSize propertysetAdjustImageSize(boolean)public void setAdjustImageSize(boolean value)
adjustImageSize property to the given value.
value - the new value of the adjustImageSize propertygetAdjustImageSize()public void bindAlt(String path)
alt property to the context attribute specified by the given path.
path - the context path of the attribute to which the alt property will be boundpublic void bindAlt(IWDAttributeInfo attributeInfo)
alt property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the alt property will be boundpublic String bindingOfAlt()
alt property.
alt property is currently boundpublic String getAlt()
alt property.
The initial value is "".
alt propertysetAlt(String)public void setAlt(String value)
alt property to the given value.
value - the new value of the alt propertygetAlt()public void bindBorder(String path)
border property to the context attribute specified by the given path.
path - the context path of the attribute to which the border property will be boundpublic void bindBorder(IWDAttributeInfo attributeInfo)
border property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the border property will be boundpublic String bindingOfBorder()
border property.
border property is currently boundpublic int getBorder()
border property.
The initial value is 0.
border propertysetBorder(int)public void setBorder(int value)
border property to the given value.
value - the new value of the border propertygetBorder()public void bindHeight(String path)
height property to the context attribute specified by the given path.
path - the context path of the attribute to which the height property will be boundpublic void bindHeight(IWDAttributeInfo attributeInfo)
height property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the height property will be boundpublic String bindingOfHeight()
height property.
height property is currently boundpublic String getHeight()
height property.
The initial value is "".
height propertysetHeight(String)public void setHeight(String value)
height property to the given value.
value - the new value of the height propertygetHeight()public void bindIsDecorative(String path)
isDecorative property to the context attribute specified by the given path.
path - the context path of the attribute to which the isDecorative property will be boundpublic void bindIsDecorative(IWDAttributeInfo attributeInfo)
isDecorative property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the isDecorative property will be boundpublic String bindingOfIsDecorative()
isDecorative property.
isDecorative property is currently boundpublic boolean getIsDecorative()
isDecorative property.
The initial value is false.
isDecorative propertysetIsDecorative(boolean)public void setIsDecorative(boolean value)
isDecorative property to the given value.
value - the new value of the isDecorative propertygetIsDecorative()public void bindSource(String path)
source property to the context attribute specified by the given path.
path - the context path of the attribute to which the source property will be boundpublic void bindSource(IWDAttributeInfo attributeInfo)
source property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the source property will be boundpublic String bindingOfSource()
source property.
source property is currently boundpublic String getSource()
source property.
The initial value is "".
source propertysetSource(String)public void setSource(String value)
source property to the given value.
value - the new value of the source propertygetSource()public void bindWidth(String path)
width property to the context attribute specified by the given path.
path - the context path of the attribute to which the width property will be boundpublic void bindWidth(IWDAttributeInfo attributeInfo)
width property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the width property will be boundpublic String bindingOfWidth()
width property.
width property is currently boundpublic String getWidth()
width property.
The initial value is "".
width propertysetWidth(String)public void setWidth(String value)
width property to the given value.
value - the new value of the width propertygetWidth()public IWDMenu getMenu()
Menu element.
The attached menu.
Menu elementsetMenu(IWDMenu)public void setMenu(IWDMenu menu)
Menu element.
menu - the new menugetMenu()public void destroyMenu()
Menu element.
Destroyed view elements do not exist any longer in their view, i.e. a new element may be
created with the same ID.
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||