Interface BaseMenuView<M extends BaseMenu>
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<M>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<M>
- All Known Subinterfaces:
CellContextMenuView,RowContextMenuView
- All Known Implementing Classes:
BaseMenuViewImpl,CellContextMenuViewImpl,RowContextMenuViewImpl
public interface BaseMenuView<M extends BaseMenu> extends org.uberfire.client.mvp.UberView<M>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBaseMenuView.BaseMenuPresenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenableElement(com.google.gwt.dom.client.Element element, boolean enabled)booleanisDisabled(com.google.gwt.dom.client.Element element)
-