Class CommonModalBuilder


  • public class CommonModalBuilder
    extends Object
    • Constructor Detail

      • CommonModalBuilder

        public CommonModalBuilder()
    • Method Detail

      • addBody

        public CommonModalBuilder addBody​(org.jboss.errai.common.client.dom.HTMLElement element)
      • addFooter

        public CommonModalBuilder addFooter​(org.gwtbootstrap3.client.ui.ModalFooter footer)
      • addFooter

        public CommonModalBuilder addFooter​(org.jboss.errai.common.client.dom.HTMLElement element)
      • addFooter

        public CommonModalBuilder addFooter​(elemental2.dom.HTMLElement htmlElement)
      • build

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

        protected org.uberfire.ext.widgets.common.client.common.popups.BaseModal getModal()
      • buildPanel

        protected org.gwtbootstrap3.client.ui.gwt.FlowPanel buildPanel​(org.jboss.errai.common.client.dom.HTMLElement element,
                                                                       org.gwtbootstrap3.client.ui.gwt.FlowPanel panel)
      • buildPanel

        protected org.gwtbootstrap3.client.ui.gwt.FlowPanel buildPanel​(elemental2.dom.HTMLElement element,
                                                                       org.gwtbootstrap3.client.ui.gwt.FlowPanel panel)