Uses of Class
net.moewes.cloudui.vaadin.Button.IconPlacement
-
Packages that use Button.IconPlacement Package Description net.moewes.cloudui.vaadin -
-
Uses of Button.IconPlacement in net.moewes.cloudui.vaadin
Methods in net.moewes.cloudui.vaadin that return Button.IconPlacement Modifier and Type Method Description static Button.IconPlacement
Button.IconPlacement. valueOf(String name)
Returns the enum constant of this type with the specified name.static Button.IconPlacement[]
Button.IconPlacement. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.moewes.cloudui.vaadin with parameters of type Button.IconPlacement Modifier and Type Method Description void
Button. setIcon(net.moewes.cloudui.UiComponent icon, Button.IconPlacement placement)
-