Class AddDoubleValueModalView
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.settings.util.modal.doublevalue.AddDoubleValueModalView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,AddDoubleValueModal.View,org.uberfire.client.mvp.HasPresenter<AddDoubleValueModal>,org.uberfire.client.mvp.UberElemental<AddDoubleValueModal>,org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<AddDoubleValueModal>
@Templated public class AddDoubleValueModalView extends Object implements AddDoubleValueModal.View
-
-
Constructor Summary
Constructors Constructor Description AddDoubleValueModalView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearForm()voidfocus()elemental2.dom.HTMLElementgetBody()elemental2.dom.HTMLElementgetFooter()StringgetHeader()StringgetName()StringgetValue()voidinit(AddDoubleValueModal presenter)voidsetHeader(String header)voidsetNameLabel(String label)voidsetValueLabel(String label)
-
-
-
Method Detail
-
init
public void init(AddDoubleValueModal presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<AddDoubleValueModal>
-
clearForm
public void clearForm()
- Specified by:
clearFormin interfaceAddDoubleValueModal.View
-
focus
public void focus()
- Specified by:
focusin interfaceAddDoubleValueModal.View
-
getValue
public String getValue()
- Specified by:
getValuein interfaceAddDoubleValueModal.View
-
getName
public String getName()
- Specified by:
getNamein interfaceAddDoubleValueModal.View
-
getHeader
public String getHeader()
- Specified by:
getHeaderin interfaceorg.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<AddDoubleValueModal>
-
setHeader
public void setHeader(String header)
- Specified by:
setHeaderin interfaceAddDoubleValueModal.View
-
getBody
public elemental2.dom.HTMLElement getBody()
- Specified by:
getBodyin interfaceorg.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<AddDoubleValueModal>
-
getFooter
public elemental2.dom.HTMLElement getFooter()
- Specified by:
getFooterin interfaceorg.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<AddDoubleValueModal>
-
setNameLabel
public void setNameLabel(String label)
- Specified by:
setNameLabelin interfaceAddDoubleValueModal.View
-
setValueLabel
public void setValueLabel(String label)
- Specified by:
setValueLabelin interfaceAddDoubleValueModal.View
-
-