public abstract class AbstractLayoutGenerator extends Object implements LayoutGenerator
| Constructor and Description |
|---|
AbstractLayoutGenerator() |
| Modifier and Type | Method and Description |
|---|---|
LayoutInstance |
build(LayoutTemplate layoutTemplate) |
protected abstract org.jboss.errai.common.client.dom.HTMLElement |
createColumn(LayoutColumn layoutColumn) |
protected abstract org.jboss.errai.common.client.dom.HTMLElement |
createContainer(LayoutTemplate layoutTemplate) |
protected abstract org.jboss.errai.common.client.dom.HTMLElement |
createRow(LayoutRow layoutRow) |
protected abstract LayoutDragComponent |
lookupLayoutDragComponent(LayoutComponent layoutComponent) |
public LayoutInstance build(LayoutTemplate layoutTemplate)
build in interface LayoutGeneratorprotected abstract LayoutDragComponent lookupLayoutDragComponent(LayoutComponent layoutComponent)
protected abstract org.jboss.errai.common.client.dom.HTMLElement createContainer(LayoutTemplate layoutTemplate)
protected abstract org.jboss.errai.common.client.dom.HTMLElement createRow(LayoutRow layoutRow)
protected abstract org.jboss.errai.common.client.dom.HTMLElement createColumn(LayoutColumn layoutColumn)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.