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,java.lang.Iterable<com.vaadin.flow.component.Component>,java.io.Serializable
public interface Layout extends ComponentContainer
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
ComponentContainerinterface 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 Classes Modifier and Type Interface Description static interfaceLayout.AlignmentHandlerAlignmentHandler is most commonly an advancedLayoutthat can align its components.static interfaceLayout.MarginHandlerThis type of layout supports automatic addition of margins (space around its components).static interfaceLayout.SpacingHandlerThis 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, replaceComponent
-
Methods inherited from interface com.vaadin.classic.v8.ui.HasComponents
iterator
-
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAll
-
Methods inherited from interface com.vaadin.classic.v8.ui.HasComponents.ComponentAttachDetachNotifier
addComponentAttachListener, addComponentDetachListener
-
-