public abstract class AbstractEntityViewBuilder<T extends AbstractEntityView> extends AbstractComponentBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
protected Entity |
entity |
protected Node |
node |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEntityViewBuilder(ViewContext context,
String tagName,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
AbstractEntityViewBuilder<T> |
entity(Entity entity) |
AbstractEntityViewBuilder<T> |
node(Node node) |
Object |
parseConstraint(String constraint) |
doNotAddToParentContainer, getAttribute, getAttributes, getComponent, getContext, getParentContainer, getTagName, hasAttribute, setParentContainerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprotected AbstractEntityViewBuilder(ViewContext context, String tagName, Map<String,String> attributes)
public AbstractEntityViewBuilder<T> node(Node node)
public AbstractEntityViewBuilder<T> entity(Entity entity)
Copyright © 2022. All Rights Reserved.