Class BootstrapLayoutGeneratorDriver

    • Constructor Detail

      • BootstrapLayoutGeneratorDriver

        public BootstrapLayoutGeneratorDriver()
    • Method Detail

      • createRow

        public org.jboss.errai.common.client.dom.HTMLElement createRow​(org.uberfire.ext.layout.editor.api.editor.LayoutRow layoutRow)
        Specified by:
        createRow in interface LayoutGeneratorDriver
      • createColumn

        public org.jboss.errai.common.client.dom.HTMLElement createColumn​(org.uberfire.ext.layout.editor.api.editor.LayoutColumn layoutColumn)
        Specified by:
        createColumn in interface LayoutGeneratorDriver
      • createComponent

        public com.google.gwt.user.client.ui.IsWidget createComponent​(org.jboss.errai.common.client.dom.HTMLElement column,
                                                                      org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent)
        Specified by:
        createComponent in interface LayoutGeneratorDriver
      • lookupComponent

        protected LayoutDragComponent lookupComponent​(org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent)