Package jaxx.runtime

Interface Summary
DataContext.UpdateDataContext<D extends DataContext>  
JAXXAction This is the contract to be realized by any class to be used as Action class for an ui.
JAXXContext The JAXXContext contract defines a generic context.
JAXXObject The JAXXObject interface is implemented by all classes produced by the JAXX compiler.
JAXXValidator The contract of a validator-able object.
 

Class Summary
BeanValidatorUtil The helper class for validation module.
ComponentDescriptor  
DataBindingListener A PropertyChangeListener which processes a data binding when it receives a PropertyChangeEvent.
DataBindingUpdateListener A PropertyChangeListener which removes and re-applies a data binding when it receives a PropertyChangeEvent.
DataContext Un contexte de données qui permet l'utilisation des bindings sur les entrées du contexte.
DataContext.DataContextEntry<E>  
DataContext.DataContextEntryIterator  
Decorator<O> A simple contract to define a String decorator on any java objet.
DecoratorUtils Some usefull methods on Decorator to store and obtain decorators.
DecoratorUtils.DecoratorContext<T>  
DefaultApplicationContext The default context to be used for an application.
DefaultJAXXContext The default JAXXContext to be used in a JAXXObject by delegation.
JAXXContextEntryDef<O> To qualify an entry in a JAXXContext.
JAXXInitialContext An initial context to be inject in a JAXXObject.
JAXXObjectDescriptor  
JXPathDecorator<O> JXPath decorator based on String.format(String, Object[]) method.
JXPathDecorator.Context<O>  
JXPathDecorator.JXPathComparator<O>  
MultiJXPathDecorator<O> TODO
PropertyDecorator<O> Simple property decorator based on String.format(String, Object[]) method.
Util  
 

Annotation Types Summary
DefaultApplicationContext.AutoLoad A class annotated @AutoLoad is used by context to auto instanciate the class when required.
DefaultApplicationContext.MethodAccess A class annotated @MethodAccess is used by context to obtain the value of an entry via a declared method.
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.