Package com.vaadin.classic.v8.ui
Interface Layout
- All Superinterfaces:
ComponentContainer,HasComponents,com.vaadin.flow.component.HasComponents,HasComponents.ComponentAttachDetachNotifier,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,Iterable<com.vaadin.flow.component.Component>,Serializable
Legacy version of Layout interface that resembles Vaadin 7/8's Layout
interface API as closely as possible in order to facilitate migration to
newer versions of Vaadin.
Extension to the ComponentContainer interface which adds the
layouting control to the elements in the container. This is required by the
various layout components to enable them to place other components in
specific locations in the UI.
- Author:
- Vaadin Ltd.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAlignmentHandler is most commonly an advancedLayoutthat can align its components.static interfaceThis type of layout supports automatic addition of margins (space around its components).static interfaceThis type of layout supports automatic addition of space between its components.Nested classes/interfaces inherited from interface com.vaadin.classic.v8.ui.HasComponents
HasComponents.ComponentAttachDetachNotifier, HasComponents.ComponentAttachEvent, HasComponents.ComponentAttachListener, HasComponents.ComponentDetachEvent, HasComponents.ComponentDetachListener -
Method Summary
Methods inherited from interface com.vaadin.classic.v8.ui.ComponentContainer
addComponent, addComponents, getComponentCount, moveComponentsFrom, removeAllComponents, removeComponent, replaceComponentMethods inherited from interface com.vaadin.classic.v8.ui.HasComponents
iteratorMethods inherited from interface com.vaadin.flow.component.HasComponents
add, add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAllMethods inherited from interface com.vaadin.classic.v8.ui.HasComponents.ComponentAttachDetachNotifier
addComponentAttachListener, addComponentDetachListenerMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabledMethods inherited from interface java.lang.Iterable
forEach, spliterator