Uses of Interface
org.uberfire.ext.widgets.common.client.select.SelectOption
-
Packages that use SelectOption Package Description org.uberfire.ext.widgets.common.client.select -
-
Uses of SelectOption in org.uberfire.ext.widgets.common.client.select
Classes in org.uberfire.ext.widgets.common.client.select that implement SelectOption Modifier and Type Class Description classNullSelectOptionclassSelectOptionImplMethods in org.uberfire.ext.widgets.common.client.select that return SelectOption Modifier and Type Method Description SelectOptionSelectComponent. getSelected()Methods in org.uberfire.ext.widgets.common.client.select with parameters of type SelectOption Modifier and Type Method Description protected SelectOptionComponentSelectComponent. createSelectedOptionComponent(SelectOption selectOption)voidSelectOptionComponent. initialize(SelectOption selectOption, Consumer<SelectOption> callback)voidSelectComponent. setSelected(SelectOption selected)Method parameters in org.uberfire.ext.widgets.common.client.select with type arguments of type SelectOption Modifier and Type Method Description voidSelectOptionComponent. initialize(SelectOption selectOption, Consumer<SelectOption> callback)protected voidSelectComponent. setSelectOptions(List<SelectOption> options)voidSelectComponent. setup(List<SelectOption> options, Consumer<SelectOption> selectCallback)voidSelectComponent. setup(List<SelectOption> options, Consumer<SelectOption> selectCallback)
-