public abstract class AbstractLayout
extends com.vaadin.flow.demo.DemoView
| Constructor and Description |
|---|
AbstractLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected com.vaadin.flow.component.Component |
createBoxSizingButtons(ThemableLayout layout,
String idPrefix) |
protected com.vaadin.flow.component.html.Div |
createComponent(int index,
String color) |
protected com.vaadin.flow.component.html.Div |
createLoremIpsum() |
<T extends Enum> |
createRadioButtonGroup(T[] values,
Consumer<T> consumer,
T defaultValue) |
static Checkbox |
createToggleThemeCheckbox(String themeName,
Consumer<Boolean> toggleAction,
boolean defaultValue) |
static Checkbox |
createToggleThemeCheckbox(ThemableLayout layout,
String themeName) |
add, addCard, addCard, addVariantsDemo, initView, onAttach, populateSources, setParameteraddListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addComponentAsFirst, addComponentAtIndex, remove, removeAllprotected com.vaadin.flow.component.html.Div createComponent(int index,
String color)
public static Checkbox createToggleThemeCheckbox(ThemableLayout layout, String themeName)
public static Checkbox createToggleThemeCheckbox(String themeName, Consumer<Boolean> toggleAction, boolean defaultValue)
protected com.vaadin.flow.component.Component createBoxSizingButtons(ThemableLayout layout, String idPrefix)
public <T extends Enum> RadioButtonGroup<T> createRadioButtonGroup(T[] values, Consumer<T> consumer, T defaultValue)
protected com.vaadin.flow.component.html.Div createLoremIpsum()
Copyright © 2022. All rights reserved.