Class Chip
java.lang.Object
com.vaadin.flow.component.Component
com.flowingcode.vaadin.addons.chipfield.Chip
- All Implemented Interfaces:
AttachNotifier,DetachNotifier,HasElement,HasStyle,HasTheme,Serializable
@Tag("paper-chip")
@NpmPackage(value="@polymer/iron-a11y-keys",version="3.0.1") @NpmPackage(value="@polymer/iron-a11y-keys-behavior",version="3.0.1") @NpmPackage(value="@polymer/iron-icons",version="3.0.1") @NpmPackage(value="@polymer/paper-icon-button",version="3.0.2") @NpmPackage(value="@polymer/paper-input",version="3.0.1") @NpmPackage(value="@polymer/paper-item",version="3.0.1") @NpmPackage(value="@polymer/paper-listbox",version="3.0.1") @NpmPackage(value="@polymer/paper-material",version="3.0.1") @NpmPackage(value="@polymer/paper-ripple",version="3.0.1") @NpmPackage(value="@polymer/paper-styles",version="3.0.1")
@JsModule("./paper-chip.js")
public class Chip
extends Component
implements HasTheme, HasStyle
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()getLabel()booleanvoidsetClosable(boolean closable) voidvoidMethods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNameMethods inherited from interface com.vaadin.flow.component.HasTheme
addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName
-
Field Details
-
CHIP_LABEL
- See Also:
-
-
Constructor Details
-
Chip
-
Chip
-
-
Method Details
-
getLabel
-
setLabel
-
isClosable
public boolean isClosable() -
setClosable
public void setClosable(boolean closable) -
getIcon
-
setIcon
-