Uses of Class
org.uberfire.client.views.pfly.widgets.DropdownMenu.ItemsAlignment
-
Packages that use DropdownMenu.ItemsAlignment Package Description org.uberfire.client.views.pfly.widgets -
-
Uses of DropdownMenu.ItemsAlignment in org.uberfire.client.views.pfly.widgets
Methods in org.uberfire.client.views.pfly.widgets that return DropdownMenu.ItemsAlignment Modifier and Type Method Description static DropdownMenu.ItemsAlignmentDropdownMenu.ItemsAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static DropdownMenu.ItemsAlignment[]DropdownMenu.ItemsAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.client.views.pfly.widgets with parameters of type DropdownMenu.ItemsAlignment Modifier and Type Method Description voidDropdownMenu. setItemsAlignment(DropdownMenu.ItemsAlignment alighment)
-