Uses of Interface
org.zkoss.bind.sys.PropertyBinding

Packages that use PropertyBinding
org.zkoss.bind.impl Core Implementation for ZK Bind 
org.zkoss.bind.sys System level classes for ZK Bind 
 

Uses of PropertyBinding in org.zkoss.bind.impl
 

Classes in org.zkoss.bind.impl that implement PropertyBinding
 class InitPropertyBindingImpl
          Implementation of InitPropertyBinding.
 class LoadPropertyBindingImpl
          Implementation of LoadPropertyBinding.
 class PropertyBindingImpl
          A base implementation of PropertyBinding.
 class SavePropertyBindingImpl
          Implementation of SavePropertyBinding.
 

Methods in org.zkoss.bind.impl with parameters of type PropertyBinding
static void BindContextUtil.setConverterArgs(Binder binder, Component comp, BindContext ctx, PropertyBinding binding)
           
 

Uses of PropertyBinding in org.zkoss.bind.sys
 

Subinterfaces of PropertyBinding in org.zkoss.bind.sys
 interface InitPropertyBinding
          PropertyBinding for init-loading into component attribute from backing bean property.
 interface LoadPropertyBinding
          PropertyBinding for load into component attribute from backing bean property.
 interface SavePropertyBinding
          PropertyBinding for save from component attribute into backing bean property.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo