public static interface SelectComponent.View extends UberElemental<SelectComponent>
Modifier and Type | Method and Description |
---|---|
void |
addOption(SelectOptionComponent selectOptionComponent) |
void |
addOptions(List<SelectOptionComponent> components) |
void |
clear() |
void |
setSelected(String label) |
init
void addOption(SelectOptionComponent selectOptionComponent)
void setSelected(String label)
void addOptions(List<SelectOptionComponent> components)
void clear()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.