Uses of Interface
com.levigo.jadice.web.client.ui.PopupExecutor
Packages that use PopupExecutor
-
Uses of PopupExecutor in com.levigo.jadice.web.client.ui
Methods in com.levigo.jadice.web.client.ui with parameters of type PopupExecutorModifier and TypeMethodDescriptionprotected voidJadiceButton.init(Action action, PopupExecutor popupExecutor) protected voidJadiceDefaultButton.init(Action action, boolean showLabel, JadiceButtonStyle style, PopupExecutor popupExecutor, com.google.gwt.aria.client.Role role) JadiceButtonBuilder.setPopupExecutor(PopupExecutor popupExecutor) Constructors in com.levigo.jadice.web.client.ui with parameters of type PopupExecutorModifierConstructorDescriptionJadiceDefaultButton(Action action, boolean showLabel, JadiceButtonStyle style, PopupExecutor popupExecutor) Creates a new button with the given action, the given style and the givenPopupExecutor.JadiceDefaultButton(Action action, boolean showLabel, JadiceButtonStyle style, PopupExecutor popupExecutor, com.google.gwt.aria.client.Role role) Creates a new button with the given action, the given style and the givenPopupExecutor.JadiceSubmenuButton(Action action, boolean showLabel, JadiceButtonStyle css, PopupExecutor popupExecutor)