Interface HasOrderedComponents

All Superinterfaces:
HasComponents, HasElement, HasEnabled, Serializable
All Known Subinterfaces:
FlexComponent
All Known Implementing Classes:
Article, Aside, Board, Div, FlexLayout, Footer, Header, HorizontalLayout, HtmlObject, Main, NativeTableBody, NativeTableFooter, NativeTableHeader, NativeTableRow, Nav, Row, Section, VerticalLayout

@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