Uses of Class
com.github.loyada.jdollarx.singlebrowser.AgGrid.SortDirection
-
Packages that use AgGrid.SortDirection Package Description com.github.loyada.jdollarx.singlebrowser Simplified API for interaction with a single instance of browser -
-
Uses of AgGrid.SortDirection in com.github.loyada.jdollarx.singlebrowser
Methods in com.github.loyada.jdollarx.singlebrowser that return AgGrid.SortDirection Modifier and Type Method Description static AgGrid.SortDirectionAgGrid.SortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static AgGrid.SortDirection[]AgGrid.SortDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.loyada.jdollarx.singlebrowser with parameters of type AgGrid.SortDirection Modifier and Type Method Description voidAgGrid. sortBy(String headerText, AgGrid.SortDirection direction)Click on 'sort' so that the given column is sorted in the direction provided.
-