Class Modal
- java.lang.Object
-
- org.uberfire.client.views.pfly.widgets.Modal
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement
@Dependent public class Modal extends Object implements org.jboss.errai.common.client.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description Modal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()voidhide()protected voidhide(org.jboss.errai.common.client.dom.Element e)voidshow()protected voidshow(org.jboss.errai.common.client.dom.Element e)
-
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
show
public void show()
-
hide
public void hide()
-
show
protected void show(org.jboss.errai.common.client.dom.Element e)
-
hide
protected void hide(org.jboss.errai.common.client.dom.Element e)
-
-