Class AddDoubleValueModal
- java.lang.Object
-
- org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<AddDoubleValueModal.View>
-
- org.kie.workbench.common.screens.library.client.settings.util.modal.doublevalue.AddDoubleValueModal
-
@Dependent public class AddDoubleValueModal extends org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<AddDoubleValueModal.View>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAddDoubleValueModal.View
-
Constructor Summary
Constructors Constructor Description AddDoubleValueModal(AddDoubleValueModal.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd()voidcancel()voidsetup(String headerKey, String nameKey, String valueKey)voidshow(BiConsumer<String,String> onAdd)
-
-
-
Constructor Detail
-
AddDoubleValueModal
@Inject public AddDoubleValueModal(AddDoubleValueModal.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-