Interface PerspectiveDragConfigModal.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<PerspectiveDragConfigModal>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<PerspectiveDragConfigModal>
- All Known Implementing Classes:
PerspectiveDragConfigModalView
- Enclosing class:
- PerspectiveDragConfigModal
public static interface PerspectiveDragConfigModal.View extends org.uberfire.client.mvp.UberView<PerspectiveDragConfigModal>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddItem(String name, com.google.gwt.user.client.Command onSelect)voidclearItems()voidhide()voidsetCurrentSelection(String name)voidsetHelpText(String text)voidshow()
-