public abstract class WrapInProvider<T extends RadComponent>
extends java.lang.Object
| Constructor and Description |
|---|
WrapInProvider(MetaManager metaManager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MetaModel> |
getModels() |
abstract RadComponent |
wrapIn(T parent,
java.util.List<T> components,
MetaModel target) |
public WrapInProvider(MetaManager metaManager)
public java.util.List<MetaModel> getModels()
public abstract RadComponent wrapIn(T parent, java.util.List<T> components, MetaModel target) throws java.lang.Exception
java.lang.Exception