Class AppLauncherItemView
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.popups.launcher.AppLauncherItemView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement
@Dependent @Templated(stylesheet="AppLauncherItemView.css") public class AppLauncherItemView extends Object implements org.jboss.errai.common.client.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description AppLauncherItemView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()StringgetName()voidsetIcon(String iconClass)voidsetName(String name)voidsetURL(String url)
-
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
setName
public void setName(String name)
-
setURL
public void setURL(String url)
-
setIcon
public void setIcon(String iconClass)
-
getName
public String getName()
-
-