Package com.vaadin.flow.component
Interface HasOrderedComponents
- All Superinterfaces:
HasComponents,HasElement,HasEnabled,Serializable
@Deprecated(since="25.1.0",
forRemoval=true)
public interface HasOrderedComponents
extends HasComponents
Deprecated, for removal: This API element is subject to removal in a future version.
since 25.1.0, for removal in 26.0.0.
A component which the children components are ordered, so the index of each
child matters for the layout.
Note: The default methods have been moved to HasComponents, so that
they are available for all components, not just those implementing
HasOrderedComponents. This interface is left for backward
compatibility, but it is not needed anymore.
- Since:
- 1.0
-
Method Summary
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, add, addComponentAsFirst, addComponentAtIndex, bindChildren, getChildren, getComponentAt, getComponentCount, indexOf, remove, remove, removeAll, replaceMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasEnabled
bindEnabled, isEnabled, setEnabled