Class CenteredLayout

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.orderedlayout.FlexLayout
com.storedobject.vaadin.ButtonLayout
com.storedobject.vaadin.CenteredLayout
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

public class CenteredLayout extends ButtonLayout
A simple layout that can be used as a component of the View. Typically, it is used to contain only one component that will be displayed at the center of the viewing area in its original size.
Author:
Syam
See Also: