@Dependent @Templated public class DropdownMenu extends Object implements org.jboss.errai.common.client.api.elemental2.IsElement
Modifier and Type | Class and Description |
---|---|
static class |
DropdownMenu.ItemsAlignment |
Constructor and Description |
---|
DropdownMenu() |
Modifier and Type | Method and Description |
---|---|
void |
addDropdownItem(elemental2.dom.HTMLLIElement item) |
elemental2.dom.HTMLElement |
getElement() |
void |
setItemsAlignment(DropdownMenu.ItemsAlignment alighment) |
void |
setText(String text) |
public void setText(String text)
public void addDropdownItem(elemental2.dom.HTMLLIElement item)
public void setItemsAlignment(DropdownMenu.ItemsAlignment alighment)
public elemental2.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.elemental2.IsElement
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.