Interface FluentThemableLayout<S extends FluentThemableLayout<S>>

All Superinterfaces:
com.vaadin.flow.component.HasElement, HasPadding<S>, com.vaadin.flow.component.HasStyle, Serializable, com.vaadin.flow.component.orderedlayout.ThemableLayout
All Known Implementing Classes:
ConfirmButton, DefaultButton, DeleteButton, HorizontalFloatLayout, VButton, VDatePicker, VDateTimePicker, VFormLayout, VHorizontalLayout, VTimePicker, VVerticalLayout

public interface FluentThemableLayout<S extends FluentThemableLayout<S>> extends com.vaadin.flow.component.orderedlayout.ThemableLayout, HasPadding<S>