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