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