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