Package org.vaadin.firitin.fluency.ui
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:
DefaultButton,VButton,VDatePicker,VDateTimePicker,VFormLayout,VHorizontalLayout,VTimePicker,VVerticalLayout
public interface FluentThemableLayout<S extends FluentThemableLayout<S>> extends com.vaadin.flow.component.orderedlayout.ThemableLayout, HasPadding<S>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SwithBoxSizing(com.vaadin.flow.component.orderedlayout.BoxSizing boxSizing)default SwithMargin(boolean margin)default SwithPadding(boolean padding)default SwithSpacing(boolean spacing)-
Methods inherited from interface org.vaadin.firitin.util.style.HasPadding
setPadding, setPadding, setPadding, withPadding, withPadding, withPadding
-
-