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

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

Uses of LoadPropertyBinding in org.zkoss.bind.impl
 

Classes in org.zkoss.bind.impl that implement LoadPropertyBinding
 class InitPropertyBindingImpl
          Implementation of InitPropertyBinding.
 class LoadPropertyBindingImpl
          Implementation of LoadPropertyBinding.
 

Methods in org.zkoss.bind.impl that return LoadPropertyBinding
protected  LoadPropertyBinding BinderImpl.newLoadPropertyBinding(Component comp, java.lang.String attr, java.lang.String loadAttr, java.lang.Class<?> attrType, java.lang.String loadExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)
          Make this extenable.
 

Uses of LoadPropertyBinding in org.zkoss.bind.sys
 

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



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