Interface LayoutGeneratorDriver
-
- All Known Implementing Classes:
BootstrapLayoutGeneratorDriver
public interface LayoutGeneratorDriver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementcreateColumn(org.uberfire.ext.layout.editor.api.editor.LayoutColumn layoutColumn)com.google.gwt.user.client.ui.IsWidgetcreateComponent(org.jboss.errai.common.client.dom.HTMLElement column, org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent)org.jboss.errai.common.client.dom.HTMLElementcreateContainer()org.jboss.errai.common.client.dom.HTMLElementcreateRow(org.uberfire.ext.layout.editor.api.editor.LayoutRow layoutRow)default Optional<com.google.gwt.user.client.ui.IsWidget>getComponentPart(org.jboss.errai.common.client.dom.HTMLElement column, org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent, String partId)
-
-
-
Method Detail
-
createContainer
org.jboss.errai.common.client.dom.HTMLElement createContainer()
-
createRow
org.jboss.errai.common.client.dom.HTMLElement createRow(org.uberfire.ext.layout.editor.api.editor.LayoutRow layoutRow)
-
createColumn
org.jboss.errai.common.client.dom.HTMLElement createColumn(org.uberfire.ext.layout.editor.api.editor.LayoutColumn layoutColumn)
-
createComponent
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)
-
-