Uses of Enum Class
com.levigo.jadice.web.client.ui.PopupExecutor.PreferredPosition
Packages that use PopupExecutor.PreferredPosition
-
Uses of PopupExecutor.PreferredPosition in com.levigo.jadice.web.client.ui
Methods in com.levigo.jadice.web.client.ui that return PopupExecutor.PreferredPositionModifier and TypeMethodDescriptionPopupExecutor.PreferredPosition.getOpposite()
PopupExecutor.PreferredPosition.getOther()
Returns the enum constant of this class with the specified name.static PopupExecutor.PreferredPosition[]
PopupExecutor.PreferredPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client.ui with parameters of type PopupExecutor.PreferredPositionModifier and TypeMethodDescriptionvoid
PopupExecutor.execute
(Command command, Collection<Object> context, Rectangle iconBounds, PopupExecutor.PreferredPosition preferredPosition) void
HasPreferedPopupPosition.setPrefered
(PopupExecutor.PreferredPosition position) void
JadiceButton.setPrefered
(PopupExecutor.PreferredPosition position) Constructors in com.levigo.jadice.web.client.ui with parameters of type PopupExecutor.PreferredPositionModifierConstructorDescriptionAbstractBar
(T widget, BarStyle style, PopupExecutor.PreferredPosition preferredPosition) ToolbarSubmenu
(BarStyle style, Action closeAction, T panel, PopupExecutor.PreferredPosition position)