|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the attributes for an image
Method Summary | |
java.lang.String |
getAlternate()
Returns the text to display if the image can't be displayed. |
int |
getHeight()
Returns the height of the image |
java.lang.String |
getSource()
Returns the URL of the image to be displayed |
java.lang.String |
getStyle()
Returns the Style |
java.lang.String |
getStyleClass()
Returns the StyleClass |
java.lang.String |
getStyleId()
returns the StyleId |
java.lang.String |
getTooltip()
Returns a tooltip text for this image |
int |
getWidth()
Returns the width of the image |
void |
setStyle(java.lang.String style)
Sets the Style |
void |
setStyleClass(java.lang.String styleClass)
Sets the StyleClass |
void |
setStyleId(java.lang.String styleId)
Sets the StyleId |
Methods inherited from interface com.cc.framework.ui.WebResourceAccess |
getBase, setBase |
Method Detail |
public int getHeight()
public int getWidth()
public java.lang.String getSource()
public java.lang.String getAlternate()
public java.lang.String getTooltip()
public void setStyle(java.lang.String style)
style
- Style constantpublic java.lang.String getStyle()
public void setStyleId(java.lang.String styleId)
styleId
- HTML-Id of the elementpublic java.lang.String getStyleId()
public void setStyleClass(java.lang.String styleClass)
styleClass
- StyleClasspublic java.lang.String getStyleClass()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |