Uses of Enum Class
com.vaadin.flow.component.contextmenu.ContextMenuPosition
-
Uses of ContextMenuPosition in com.vaadin.flow.component.contextmenu
Methods in com.vaadin.flow.component.contextmenu that return ContextMenuPositionModifier and TypeMethodDescriptionContextMenu.getPosition()Gets position of the context menu with respect to itstarget.static ContextMenuPositionReturns the enum constant of this class with the specified name.static ContextMenuPosition[]ContextMenuPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.contextmenu with parameters of type ContextMenuPositionModifier and TypeMethodDescriptionvoidContextMenu.setPosition(ContextMenuPosition position) Sets position of the context menu with respect to its target.