jaxx.runtime
Interface JAXXBinding

All Superinterfaces:
EventListener, PropertyChangeListener
All Known Implementing Classes:
DefaultJAXXBinding, SimpleJAXXObjectBinding

public interface JAXXBinding
extends PropertyChangeListener

Created: 5 déc. 2009

Version:
$Revision: 2118 $

Mise a jour: $Date: 2010-10-26 19:44:57 +0200 (Tue, 26 Oct 2010) $ par : $Author: tchemit $

Author:
tchemit

Method Summary
 void applyDataBinding()
          Apply the binding without processing it (say just install listeners).
 String getId()
           
 JAXXObject getSource()
           
 boolean isDefaultBinding()
          This state is not used actually, but will be usefull later...
 void processDataBinding()
          Processes the binding.
 void removeDataBinding()
          Remove the binding.
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Method Detail

getId

String getId()
Returns:
the unique id of a binding

getSource

JAXXObject getSource()
Returns:
the JAXXObject which owns the binding

isDefaultBinding

boolean isDefaultBinding()
This state is not used actually, but will be usefull later...

Returns:
true if binding was registred as a default binding, false otherwise

applyDataBinding

void applyDataBinding()
Apply the binding without processing it (say just install listeners).


processDataBinding

void processDataBinding()
Processes the binding.


removeDataBinding

void removeDataBinding()
Remove the binding.



Copyright © 2008-2010 CodeLutin. All Rights Reserved.