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 TypeMethodDescriptionvoidPopupExecutor.execute(Command command, Collection<Object> context, Rectangle iconBounds, PopupExecutor.PreferredPosition preferredPosition) voidHasPreferedPopupPosition.setPrefered(PopupExecutor.PreferredPosition position) voidJadiceButton.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)