Interface ShortcutPresenter.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ShortcutPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<ShortcutPresenter>
- All Known Implementing Classes:
ShortcutView
- Enclosing class:
- ShortcutPresenter
public static interface ShortcutPresenter.View extends org.uberfire.client.mvp.UberElement<ShortcutPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddIconClass(String iconClass)voidaddSubHeadingChild(org.jboss.errai.common.client.api.IsElement child)voidsetAction(org.uberfire.mvp.Command action)voidsetHeading(String heading)
-