|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebIcon | |
---|---|
org.gwe.app.client.web.request | |
org.gwe.utils.web |
Uses of WebIcon in org.gwe.app.client.web.request |
---|
Methods in org.gwe.app.client.web.request that return WebIcon | |
---|---|
WebIcon |
Operation.getImage()
|
Uses of WebIcon in org.gwe.utils.web |
---|
Methods in org.gwe.utils.web that return WebIcon | |
---|---|
static WebIcon |
WebIcon.getImageById(java.lang.String id)
|
static WebIcon |
WebIcon.getImageFor(java.lang.Object value)
|
static WebIcon |
WebIcon.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WebIcon[] |
WebIcon.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in org.gwe.utils.web with parameters of type WebIcon | |
---|---|
HtmlContent(java.lang.Object caption,
HtmlLink link,
WebIcon image)
|
|
HtmlImage(WebIcon image,
java.lang.Object caption)
|
|
HtmlTableCell(java.lang.String caption,
java.lang.String tooltip,
HtmlLink link,
WebIcon image)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |