Class SmallSwitchComponent
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.listview.common.SmallSwitchComponent
-
@Dependent public class SmallSwitchComponent extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSmallSwitchComponent.View
-
Constructor Summary
Constructors Constructor Description SmallSwitchComponent(SmallSwitchComponent.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLElementgetElement()booleangetValue()voidsetOnValueChanged(Consumer<Boolean> onValueChanged)voidsetValue(boolean value)
-
-
-
Constructor Detail
-
SmallSwitchComponent
@Inject public SmallSwitchComponent(SmallSwitchComponent.View view)
-
-