@Tag(value="wc-stories")
@NpmPackage(value="web-animations-js",version="^2.3.1") @NpmPackage(value="@gugadev/wc-stories",version="^1.0.0") @NpmPackage(value="custom-elements-native-shim",version="1.0.0")
@JsModule(value="web-animations-js/web-animations.min.js") @JsModule(value="./storify/dist/index.js")
public class WCStories
extends com.vaadin.flow.component.Component
implements com.vaadin.flow.component.HasComponents
| Modifier and Type | Method and Description |
|---|---|
void |
setDuration(Integer duration) |
void |
setHeight(Integer height) |
void |
setRadius(Integer radius) |
void |
setStartAt(Integer startAt) |
void |
setStories(List<WCStoriesStory> stories) |
void |
setWidth(Integer width) |
void |
setWithShadow(Boolean withShadow) |
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, waitpublic void setRadius(Integer radius)
public void setStartAt(Integer startAt)
public void setDuration(Integer duration)
public void setHeight(Integer height)
public void setWidth(Integer width)
public void setWithShadow(Boolean withShadow)
public void setStories(List<WCStoriesStory> stories)
Copyright © 2020–2021 Flowing Code. All rights reserved.