Interface ComponentReceiver
Deprecated.
Collector for the form components.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addComponent
(Component comp) Deprecated.void
addComponent
(Component comp, int index) Deprecated.<T extends Component>
TgetComponent
(String name, Class<T> type) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getTemplate
(String templateName) Deprecated.Deprecated.boolean
isNameReserved
(String name) Deprecated.void
removeComponent
(Component comp) Deprecated.
-
Method Details
-
addComponent
Deprecated. -
addComponent
Deprecated. -
removeComponent
Deprecated. -
getComponent
Deprecated.- Throws:
ModelBuildException
-
isNameReserved
Deprecated. -
getParent
Component getParent()Deprecated. -
getParentDisplayType
Component.DisplayType getParentDisplayType()Deprecated. -
getDisplayValueFactory
DisplayValueFactory getDisplayValueFactory()Deprecated. -
getPathFactory
DataPathFactory getPathFactory()Deprecated. -
getContextFactory
ComponentHandlerContextFactory getContextFactory()Deprecated. -
getTemplate
Deprecated. -
getTypeManager
TypeManager getTypeManager()Deprecated.
-