@Dependent @Templated public class KebabMenuItem extends Object implements org.jboss.errai.common.client.api.elemental2.IsElement
Constructor and Description |
---|
KebabMenuItem() |
Modifier and Type | Method and Description |
---|---|
elemental2.dom.HTMLElement |
getElement() |
void |
onClick(elemental2.dom.Event event) |
void |
setClickHandler(org.uberfire.mvp.Command clickHandler) |
void |
setText(String text) |
public elemental2.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.elemental2.IsElement
public void setText(String text)
public void setClickHandler(org.uberfire.mvp.Command clickHandler)
@EventHandler(value="anchor") public void onClick(@ForEvent(value="click") elemental2.dom.Event event)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.