public interface ElementBindingHandler extends ElementMetaBase
Modifier and Type | Method and Description |
---|---|
void |
bindChild(Element childElement)
Do the binding of this child to the parent object.
|
void |
createChilderen(Element parentElement)
Creates the childeren of the parent object.
|
Class<?>[] |
getBindChildClasses() |
Class<?> |
getBindParentClass() |
getDescription, getId, setDescription, setId
Class<?> getBindParentClass()
Class<?>[] getBindChildClasses()
void bindChild(Element childElement) throws ElementBindingHandlerException
childElement
- The child element to bind to the parent.'ElementBindingHandlerException
- When binding could not happen.void createChilderen(Element parentElement) throws ElementBindingHandlerException
parentElement
- The parent element to create the childeren from.'ElementBindingHandlerException
- When binding could not happen.Copyright © 2004-2013 X4O. All Rights Reserved.