Uses of Class
com.flowingcode.vaadin.addons.gridexporter.ButtonsAlignment
-
-
Uses of ButtonsAlignment in com.flowingcode.vaadin.addons.gridexporter
Methods in com.flowingcode.vaadin.addons.gridexporter that return ButtonsAlignment Modifier and Type Method Description static ButtonsAlignment
ButtonsAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ButtonsAlignment[]
ButtonsAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flowingcode.vaadin.addons.gridexporter with parameters of type ButtonsAlignment Modifier and Type Method Description void
GridExporter. setButtonsAlignment(ButtonsAlignment buttonsAlignment)
-