Interface SmallSwitchComponent.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<SmallSwitchComponent>,org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<SmallSwitchComponent>
- All Known Implementing Classes:
SmallSwitchComponentView
- Enclosing class:
- SmallSwitchComponent
public static interface SmallSwitchComponent.View extends org.uberfire.client.mvp.UberElemental<SmallSwitchComponent>, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetValue()voidsetOnValueChanged(Consumer<Boolean> onValueChanged)voidsetValue(boolean value)
-