Class SelectOptionComponent
- java.lang.Object
-
- org.uberfire.ext.widgets.common.client.select.SelectOptionComponent
-
public class SelectOptionComponent extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSelectOptionComponent.View
-
Constructor Summary
Constructors Constructor Description SelectOptionComponent(SelectOptionComponent.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()voiddeactivate()SelectOptionComponent.ViewgetView()voidinitialize(SelectOption selectOption, Consumer<SelectOption> callback)voidselect()
-
-
-
Constructor Detail
-
SelectOptionComponent
@Inject public SelectOptionComponent(SelectOptionComponent.View view)
-
-
Method Detail
-
initialize
public void initialize(SelectOption selectOption, Consumer<SelectOption> callback)
-
select
public void select()
-
activate
public void activate()
-
deactivate
public void deactivate()
-
getView
public SelectOptionComponent.View getView()
-
-