Interface AddDoubleValueModal.View
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<AddDoubleValueModal>,org.uberfire.client.mvp.HasPresenter<AddDoubleValueModal>,org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<AddDoubleValueModal>
- All Known Implementing Classes:
AddDoubleValueModalView
- Enclosing class:
- AddDoubleValueModal
public static interface AddDoubleValueModal.View extends org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<AddDoubleValueModal>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearForm()voidfocus()StringgetName()StringgetValue()voidsetHeader(String header)voidsetNameLabel(String label)voidsetValueLabel(String label)
-