@HtmlImport(value="bower_components/paper-card/paper-card.html")
@NpmPackage(value="@polymer/paper-card",
version="3.0.1")
@JsModule(value="@polymer/paper-card/paper-card.js")
@Tag(value="paper-card")
@Deprecated
public class PaperCard
extends com.vaadin.flow.component.Component
implements com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.orderedlayout.ThemableLayout
| Constructor and Description |
|---|
PaperCard()
Deprecated.
|
PaperCard(com.vaadin.flow.component.Component cardContent,
MenuItem... cardActions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCardActions(MenuItem... cardActions)
Deprecated.
|
void |
setCardContent(com.vaadin.flow.component.Component content)
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, waitgetHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, setHeight, setHeightFull, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFulladdClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNamepublic PaperCard()
public PaperCard(com.vaadin.flow.component.Component cardContent,
MenuItem... cardActions)
public void setCardActions(MenuItem... cardActions)
public void setCardContent(com.vaadin.flow.component.Component content)
Copyright © 2018–2019 Flowing Code. All rights reserved.