|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectUIObject
com.vaadin.client.ui.Icon
public abstract class Icon
An abstract representation of an icon.
| Field Summary | |
|---|---|
static java.lang.String |
CLASSNAME
|
| Constructor Summary | |
|---|---|
Icon()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getUri()
Gets the current URI for this icon. |
abstract void |
setAlternateText(java.lang.String alternateText)
Sets the alternate text for the icon. |
abstract void |
setUri(java.lang.String uri)
Sets the URI for the icon. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASSNAME
| Constructor Detail |
|---|
public Icon()
| Method Detail |
|---|
public abstract void setUri(java.lang.String uri)
ApplicationConnection.translateVaadinUri(String) before setting.
This might be a URL referencing a image (e.g ImageIcon) or a
custom URI (e.g FontIcon).
uri - the URI for this iconpublic abstract java.lang.String getUri()
public abstract void setAlternateText(java.lang.String alternateText)
alternateText - with the alternate text.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||