Uses of Class
org.nuiton.util.beans.BinderModel

Packages that use BinderModel
org.nuiton.util.beans Packages for all stuff of bean transformations (binder, and others...). 
 

Uses of BinderModel in org.nuiton.util.beans
 

Fields in org.nuiton.util.beans declared as BinderModel
protected  BinderModel<I,O> Binder.model
          the model of the binder
protected  BinderModel<?,?> BinderBuilder.model
          current model used to build the binder
 

Methods in org.nuiton.util.beans that return BinderModel
protected  BinderModel<I,O> Binder.getModel()
          Get the model of the binder.
protected  BinderModel<?,?> BinderBuilder.getModel()
           
 

Methods in org.nuiton.util.beans with parameters of type BinderModel
protected  void Binder.setModel(BinderModel<?,?> model)
          Set the model of the binder.
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.