Uses of Class
org.uberfire.client.views.pfly.widgets.KebabMenu.ItemsAlignment
-
Packages that use KebabMenu.ItemsAlignment Package Description org.uberfire.client.views.pfly.widgets -
-
Uses of KebabMenu.ItemsAlignment in org.uberfire.client.views.pfly.widgets
Methods in org.uberfire.client.views.pfly.widgets that return KebabMenu.ItemsAlignment Modifier and Type Method Description static KebabMenu.ItemsAlignmentKebabMenu.ItemsAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static KebabMenu.ItemsAlignment[]KebabMenu.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 KebabMenu.ItemsAlignment Modifier and Type Method Description voidKebabMenu. setItemsAlignment(KebabMenu.ItemsAlignment alignment)
-