Contents
Class BorderLayout
java.lang.Object
com.vaadin.flow.component.Component
org.vaadin.firitin.layouts.BorderLayout
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier
,com.vaadin.flow.component.DetachNotifier
,com.vaadin.flow.component.HasComponents
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,com.vaadin.flow.component.HasStyle
,Serializable
@Tag("border-layout")
public class BorderLayout
extends com.vaadin.flow.component.Component
implements com.vaadin.flow.component.HasComponents
A simple container that can position children in 5 regions, namely:
NORTH, SOUTH, EAST, WEST, CENTER.
Similar to https://docs.oracle.com/javase/7/docs/api/java/awt/BorderLayout.html
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
removeChildAt
(BorderLayout.Region region) void
setChildAt
(BorderLayout.Region region, com.vaadin.flow.component.Component component) Methods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait