public abstract class AbstractElementBindingHandler<T> extends AbstractElementMetaBase implements ElementBindingHandler
| Constructor and Description |
|---|
AbstractElementBindingHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindChild(Element childElement)
Do the binding of this child to the parent object.
|
abstract void |
bindChild(Element childElement,
T parentObject,
Object childObject) |
protected void |
createChild(Element parentElement,
Object childObject) |
void |
createChilderen(Element parentElement)
Creates the childeren of the parent object.
|
abstract void |
createChilderen(Element parentElement,
T parentObject) |
getDescription, getId, setDescription, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBindChildClasses, getBindParentClassgetDescription, getId, setDescription, setIdpublic abstract void bindChild(Element childElement, T parentObject, Object childObject) throws ElementBindingHandlerException
ElementBindingHandlerExceptionpublic abstract void createChilderen(Element parentElement, T parentObject) throws ElementBindingHandlerException
ElementBindingHandlerExceptionpublic void bindChild(Element childElement) throws ElementBindingHandlerException
ElementBindingHandlerbindChild in interface ElementBindingHandlerchildElement - The child element to bind to the parent.'ElementBindingHandlerException - When binding could not happen.public void createChilderen(Element parentElement) throws ElementBindingHandlerException
ElementBindingHandlercreateChilderen in interface ElementBindingHandlerparentElement - The parent element to create the childeren from.'ElementBindingHandlerException - When binding could not happen.Copyright © 2004-2013 X4O. All Rights Reserved.