public class SimpleComponentDecorator<T extends Component> extends AbstractComponentBuilder<T>
A component builder that takes a prebuilt component in its constructor, and thus acts more like a component decorator. This is used by the annotation processor for building components that don’t have explicit builders defined.
| Constructor and Description |
|---|
SimpleComponentDecorator(T component,
ViewContext context,
String tagName,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
T |
build() |
Object |
parseConstraint(String constraint) |
doNotAddToParentContainer, getAttribute, getAttributes, getComponent, getContext, getParentContainer, getTagName, hasAttribute, setParentContainerCopyright © 2022. All Rights Reserved.