public interface LayoutGeneratorDriver
Modifier and Type | Method and Description |
---|---|
org.jboss.errai.common.client.dom.HTMLElement |
createColumn(LayoutColumn layoutColumn) |
com.google.gwt.user.client.ui.IsWidget |
createComponent(org.jboss.errai.common.client.dom.HTMLElement column,
LayoutComponent layoutComponent) |
org.jboss.errai.common.client.dom.HTMLElement |
createContainer() |
org.jboss.errai.common.client.dom.HTMLElement |
createRow(LayoutRow layoutRow) |
default Optional<com.google.gwt.user.client.ui.IsWidget> |
getComponentPart(org.jboss.errai.common.client.dom.HTMLElement column,
LayoutComponent layoutComponent,
String partId) |
org.jboss.errai.common.client.dom.HTMLElement createContainer()
org.jboss.errai.common.client.dom.HTMLElement createRow(LayoutRow layoutRow)
org.jboss.errai.common.client.dom.HTMLElement createColumn(LayoutColumn layoutColumn)
com.google.gwt.user.client.ui.IsWidget createComponent(org.jboss.errai.common.client.dom.HTMLElement column, LayoutComponent layoutComponent)
default Optional<com.google.gwt.user.client.ui.IsWidget> getComponentPart(org.jboss.errai.common.client.dom.HTMLElement column, LayoutComponent layoutComponent, String partId)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.