Uses of Enum Class
com.flowingcode.vaadin.addons.easygrid.actions.RowActionsStyle
Packages that use RowActionsStyle
-
Uses of RowActionsStyle in com.flowingcode.vaadin.addons.easygrid.actions
Methods in com.flowingcode.vaadin.addons.easygrid.actions that return RowActionsStyleModifier and TypeMethodDescriptionstatic RowActionsStyleReturns the enum constant of this class with the specified name.static RowActionsStyle[]RowActionsStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.easygrid.actions with parameters of type RowActionsStyleModifier and TypeMethodDescriptiondefault voidHasRowActions.setRowActionsStyle(@NonNull RowActionsStyle style) Sets the style used to present row actions: inline buttons, a dropdown overflow menu, or a right-click context menu.