| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.ui | |
| com.vaadin.client.ui.orderedlayout |
| Modifier and Type | Method and Description |
|---|---|
Icon |
ApplicationConnection.getIcon(String uri)
Gets an
Icon instance corresponding to a URI. |
| Modifier and Type | Class and Description |
|---|---|
class |
FontIcon
A font-based icon implementation.
|
class |
ImageIcon
A image based implementation of
Icon. |
| Modifier and Type | Field and Description |
|---|---|
Icon |
VCheckBox.icon
For internal use only.
|
Icon |
VButton.icon
For internal use only.
|
Icon |
VLink.icon
For internal use only.
|
Icon |
VNativeButton.icon
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
protected Icon |
AbstractComponentConnector.getIcon()
Gets the icon set for this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slot.setCaption(String captionText,
Icon icon,
List<String> styles,
String error,
boolean showError,
boolean required,
boolean enabled)
Set the caption of the slot as text.
|
void |
Slot.setCaption(String captionText,
Icon icon,
List<String> styles,
String error,
boolean showError,
boolean required,
boolean enabled,
boolean captionAsHtml)
Set the caption of the slot.
|
void |
Slot.setCaption(String captionText,
Icon icon,
List<String> styles,
String error,
ErrorLevel errorLevel,
boolean showError,
boolean required,
boolean enabled,
boolean captionAsHtml)
Set the caption of the slot.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.