aokell.lib.control.binding
Class CompositeBindingControllerImpl
java.lang.Object
aokell.lib.control.binding.AbstractBindingControllerImpl
aokell.lib.control.binding.PrimitiveBindingControllerImpl
aokell.lib.control.binding.CompositeBindingControllerImpl
- All Implemented Interfaces:
- BindingControllerItf, Controller, BindingController
- Direct Known Subclasses:
- CompositeAutoBindingControllerImpl, CompositeTemplateBindingControllerImpl
public class CompositeBindingControllerImpl
- extends PrimitiveBindingControllerImpl
- implements BindingControllerItf
Implementation of the binding controller for composite components.
- Author:
- Lionel Seinturier
Methods inherited from class aokell.lib.control.binding.AbstractBindingControllerImpl |
addFcCollectionInterfaceNames, bindFc, bindFcContent, cloneFcCtrl, initFcCtrl, isFcBound, isFcReverseBound, listFc, lookupFc, reverseBindFc, reverseLookupFc, reverseUnbindFc, setFcCompCtrl, testLifeCyleBeforeUnbinding, unbindFc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeBindingControllerImpl
public CompositeBindingControllerImpl()
getFcClientItf
protected Object getFcClientItf(String itfName)
throws NoSuchInterfaceException
- Return the interface whose name is given.
- Overrides:
getFcClientItf
in class AbstractBindingControllerImpl
- Throws:
NoSuchInterfaceException
getFcSingletonClientItfs
protected List getFcSingletonClientItfs()
- Return the list of client interfaces for the component attached to this
controller.
- Overrides:
getFcSingletonClientItfs
in class AbstractBindingControllerImpl