@Templated public class AddDoubleValueModalView extends Object implements AddDoubleValueModal.View
| Constructor and Description |
|---|
AddDoubleValueModalView() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearForm() |
void |
focus() |
elemental2.dom.HTMLElement |
getBody() |
elemental2.dom.HTMLElement |
getFooter() |
String |
getHeader() |
String |
getName() |
String |
getValue() |
void |
init(AddDoubleValueModal presenter) |
void |
setHeader(String header) |
void |
setNameLabel(String label) |
void |
setValueLabel(String label) |
public void init(AddDoubleValueModal presenter)
init in interface org.uberfire.client.mvp.HasPresenter<AddDoubleValueModal>public void clearForm()
clearForm in interface AddDoubleValueModal.Viewpublic void focus()
focus in interface AddDoubleValueModal.Viewpublic String getValue()
getValue in interface AddDoubleValueModal.Viewpublic String getName()
getName in interface AddDoubleValueModal.Viewpublic String getHeader()
getHeader in interface org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<AddDoubleValueModal>public void setHeader(String header)
setHeader in interface AddDoubleValueModal.Viewpublic elemental2.dom.HTMLElement getBody()
getBody in interface org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<AddDoubleValueModal>public elemental2.dom.HTMLElement getFooter()
getFooter in interface org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<AddDoubleValueModal>public void setNameLabel(String label)
setNameLabel in interface AddDoubleValueModal.Viewpublic void setValueLabel(String label)
setValueLabel in interface AddDoubleValueModal.ViewCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.