Class ShortcutView
- java.lang.Object
-
- org.kie.workbench.common.screens.home.client.widgets.shortcut.ShortcutView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,ShortcutPresenter.View,org.uberfire.client.mvp.HasPresenter<ShortcutPresenter>,org.uberfire.client.mvp.UberElement<ShortcutPresenter>
@Templated public class ShortcutView extends Object implements ShortcutPresenter.View, org.jboss.errai.ui.client.local.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description ShortcutView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddIconClass(String iconClass)voidaddSubHeadingChild(org.jboss.errai.common.client.api.IsElement child)voidinit(ShortcutPresenter presenter)voidsetAction(org.uberfire.mvp.Command action)voidsetHeading(String heading)
-
-
-
Method Detail
-
init
public void init(ShortcutPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ShortcutPresenter>
-
addIconClass
public void addIconClass(String iconClass)
- Specified by:
addIconClassin interfaceShortcutPresenter.View
-
setHeading
public void setHeading(String heading)
- Specified by:
setHeadingin interfaceShortcutPresenter.View
-
setAction
public void setAction(org.uberfire.mvp.Command action)
- Specified by:
setActionin interfaceShortcutPresenter.View
-
addSubHeadingChild
public void addSubHeadingChild(org.jboss.errai.common.client.api.IsElement child)
- Specified by:
addSubHeadingChildin interfaceShortcutPresenter.View
-
-