Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionsince 25.0, and will be removed in Vaadin 26. Use
scrollToRowByFlatIndex(int)instead.since 25.0 and will be removed in Vaadin 26. UsescrollToRowByPath(int...)with a single index instead.since 25.0 and will be removed in Vaadin 26. UsescrollToRowByPath(int...)instead.
-
Deprecated MethodsMethodDescriptionsince 25.0, and will be removed in Vaadin 26. Use
scrollToRowByFlatIndex(int)instead.since 25.0. Please update your code to usescrollToRowByPath(int...)with a single index where you want to scroll to a root-level row. In Vaadin 26, this deprecated method will be changed to accept a flat index and behave asscrollToRowByFlatIndex(int), which may break tests if not updated.since 25.0 and will be removed in Vaadin 26. UsescrollToRowByPath(int...)with a single index instead.since 25.0 and will be removed in Vaadin 26. UsescrollToRowByPath(int...)instead.