Uses of Interface
jaxx.runtime.JAXXBinding
-
Packages that use JAXXBinding Package Description jaxx.runtime jaxx.runtime.binding -
-
Uses of JAXXBinding in jaxx.runtime
Methods in jaxx.runtime that return JAXXBinding Modifier and Type Method Description JAXXBindingJAXXObject. getDataBinding(String bindingId)Obtain a binding given his id.JAXXBinding[]JAXXObject. getDataBindings()Methods in jaxx.runtime with parameters of type JAXXBinding Modifier and Type Method Description voidJAXXObject. registerDataBinding(JAXXBinding binding)Register a new binding in the jaxx object.static voidJAXXUtil. reloadBinding(JAXXBinding binding)To reload a binding, the method will invokeremoveDataBinding()applyDataBinding() -
Uses of JAXXBinding in jaxx.runtime.binding
Classes in jaxx.runtime.binding that implement JAXXBinding Modifier and Type Class Description classDefaultJAXXBindingAPropertyChangeListenerwhich processes a data binding when it receives aPropertyChangeEvent.classSimpleJAXXObjectBindingCreated: 5 déc. 2009
-