Uses of Class
org.uberfire.ext.widgets.common.client.select.SelectOptionComponent
-
Packages that use SelectOptionComponent Package Description org.uberfire.ext.widgets.common.client.select -
-
Uses of SelectOptionComponent in org.uberfire.ext.widgets.common.client.select
Methods in org.uberfire.ext.widgets.common.client.select that return SelectOptionComponent Modifier and Type Method Description protected SelectOptionComponentSelectComponent. createSelectedOptionComponent(SelectOption selectOption)Methods in org.uberfire.ext.widgets.common.client.select with parameters of type SelectOptionComponent Modifier and Type Method Description voidSelectComponent.View. addOption(SelectOptionComponent selectOptionComponent)voidSelectView. addOption(SelectOptionComponent selectOptionComponent)voidSelectOptionView. init(SelectOptionComponent presenter)Method parameters in org.uberfire.ext.widgets.common.client.select with type arguments of type SelectOptionComponent Modifier and Type Method Description voidSelectComponent.View. addOptions(List<SelectOptionComponent> components)voidSelectView. addOptions(List<SelectOptionComponent> components)Constructor parameters in org.uberfire.ext.widgets.common.client.select with type arguments of type SelectOptionComponent Constructor Description SelectComponent(SelectComponent.View view, org.jboss.errai.ioc.client.api.ManagedInstance<SelectOptionComponent> selectOptionComponent)
-