Class ButtonLayout

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.orderedlayout.FlexLayout
com.storedobject.vaadin.ButtonLayout
All Implemented Interfaces:
StickyElement, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.orderedlayout.FlexLayout>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasOrderedComponents, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.orderedlayout.FlexComponent, Serializable
Direct Known Subclasses:
AcceptAbandonButtons, CenteredLayout, LinkGridButtons

public class ButtonLayout extends com.vaadin.flow.component.orderedlayout.FlexLayout implements StickyElement
A responsive layout that can be used to display components (typically Buttons horizontally). Unlike HorizontalLayout, this wraps its components to more than one row if required.
Author:
Syam
See Also: