JavaScript is disabled on your browser.
java.lang.Object
com.vaadin.flow.component.Component
com.flowingcode.addons.applayout.PaperButton
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, Serializable
@Tag(value="paper-button")
@HtmlImport(value="bower_components/paper-button/paper-button.html")
public class PaperButton
extends com.vaadin.flow.component.Component
Component that renders a paper-button
Author:
mlopez
See Also:
Serialized Form
Method Summary
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
Copyright © 2018–2019 Flowing Code . All rights reserved.