Class Elemental2Modal<V extends Elemental2Modal.View>

    • Constructor Detail

      • Elemental2Modal

        public Elemental2Modal​(V view)
    • Method Detail

      • setup

        public void setup()
      • superSetup

        public void superSetup()
      • show

        public void show()
      • setWidth

        protected void setWidth​(String width)
      • hide

        public void hide()
      • isShowing

        public boolean isShowing()
      • getView

        public V getView()
      • getModal

        public org.uberfire.ext.widgets.common.client.common.popups.BaseModal getModal()