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