aokell.lib.control.binding
Class FlatTemplateBindingControllerImpl

java.lang.Object
  extended by aokell.lib.control.binding.AbstractBindingControllerImpl
      extended by aokell.lib.control.binding.FlatBindingControllerImpl
          extended by aokell.lib.control.binding.FlatTemplateBindingControllerImpl
All Implemented Interfaces:
BindingControllerItf, Controller, BindingController

public class FlatTemplateBindingControllerImpl
extends FlatBindingControllerImpl

Implementation of the binding controller for flat template components.

Author:
Lionel Seinturier

Field Summary
 
Fields inherited from class aokell.lib.control.binding.AbstractBindingControllerImpl
compctrl, reverseBindings
 
Fields inherited from interface aokell.lib.control.binding.BindingControllerItf
NAME, TYPE
 
Constructor Summary
FlatTemplateBindingControllerImpl()
           
 
Method Summary
protected  void testLifeCyleBeforeUnbinding(Component arg0)
           
 
Methods inherited from class aokell.lib.control.binding.AbstractBindingControllerImpl
addFcCollectionInterfaceNames, bindFc, bindFcContent, cloneFcCtrl, getFcClientItf, getFcSingletonClientItfs, initFcCtrl, isFcBound, isFcReverseBound, listFc, lookupFc, reverseBindFc, reverseLookupFc, reverseUnbindFc, setFcCompCtrl, testLegalBinding, unbindFc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface aokell.lib.control.binding.BindingControllerItf
addFcCollectionInterfaceNames, isFcBound, isFcReverseBound, reverseBindFc, reverseLookupFc, reverseUnbindFc
 
Methods inherited from interface org.objectweb.fractal.api.control.BindingController
bindFc, listFc, lookupFc, unbindFc
 

Constructor Detail

FlatTemplateBindingControllerImpl

public FlatTemplateBindingControllerImpl()
Method Detail

testLifeCyleBeforeUnbinding

protected void testLifeCyleBeforeUnbinding(Component arg0)
                                    throws IllegalLifeCycleException
Overrides:
testLifeCyleBeforeUnbinding in class AbstractBindingControllerImpl
Throws:
IllegalLifeCycleException