@HtmlImport(value="bower_components/paper-item/paper-icon-item.html")
@NpmPackage(value="@polymer/paper-item",
version="3.0.1")
@JsModule(value="@polymer/paper-item/paper-icon-item.js")
@Tag(value="paper-icon-item")
@Deprecated
public class PaperIconItem
extends com.vaadin.flow.component.Component
implements com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasText, com.vaadin.flow.component.HasSize
| Constructor and Description |
|---|
PaperIconItem(String title,
String icon)
Deprecated.
|
PaperIconItem(String title,
String icon,
com.vaadin.flow.server.Command command)
Deprecated.
|
PaperIconItem(String title,
String icon,
com.vaadin.flow.server.Command command,
AppDrawer appDrawer)
Deprecated.
|
PaperIconItem(String title,
URL image)
Deprecated.
|
PaperIconItem(String title,
URL image,
com.vaadin.flow.server.Command command)
Deprecated.
|
PaperIconItem(String title,
URL image,
com.vaadin.flow.server.Command command,
AppDrawer appDrawer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setIcon(String icon)
Deprecated.
|
void |
setImage(URL image)
Deprecated.
|
void |
setTitle(String title)
Deprecated.
|
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, addComponentAsFirst, addComponentAtIndex, remove, removeAllpublic PaperIconItem(String title, String icon, com.vaadin.flow.server.Command command)
public PaperIconItem(String title, String icon, com.vaadin.flow.server.Command command, AppDrawer appDrawer)
public PaperIconItem(String title, URL image, com.vaadin.flow.server.Command command)
Copyright © 2018–2019 Flowing Code. All rights reserved.