Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionsince 25.0, and will be removed in Vaadin 26. Use
TreeGridElement.scrollToRowByFlatIndex(int)instead.since 25.0 and will be removed in Vaadin 26. UseTreeGridElement.scrollToRowByPath(int...)with a single index instead.since 25.0 and will be removed in Vaadin 26. UseTreeGridElement.scrollToRowByPath(int...)instead.
-
Deprecated MethodsMethodDescriptionsince 25.0, and will be removed in Vaadin 26. Use
TreeGridElement.scrollToRowByFlatIndex(int)instead.since 25.0. Please update your code to useTreeGridElement.scrollToRowByPath(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 asTreeGridElement.scrollToRowByFlatIndex(int), which may break tests if not updated.since 25.0 and will be removed in Vaadin 26. UseTreeGridElement.scrollToRowByPath(int...)with a single index instead.since 25.0 and will be removed in Vaadin 26. UseTreeGridElement.scrollToRowByPath(int...)instead.