org.zkoss.bind.impl
Class LoadChildrenBindingImpl

java.lang.Object
  extended by org.zkoss.bind.impl.BindingImpl
      extended by org.zkoss.bind.impl.ChildrenBindingImpl
          extended by org.zkoss.bind.impl.LoadChildrenBindingImpl
All Implemented Interfaces:
java.io.Serializable, Binding, ChildrenBinding, LoadBinding, LoadChildrenBinding

public class LoadChildrenBindingImpl
extends ChildrenBindingImpl
implements LoadChildrenBinding

Implementation of LoadChildrenBinding.

Since:
6.0.0
Author:
dennis
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.zkoss.bind.impl.ChildrenBindingImpl
_accessInfo
 
Constructor Summary
LoadChildrenBindingImpl(Binder binder, Component comp, 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)
           
 
Method Summary
 void addDependsOnTrackings(java.util.List<java.lang.String> srcpath, java.lang.String basepath, java.lang.String[] props)
          Internal Use Only.
 void load(BindContext ctx)
          Load data into the source attribute from the target property.
 
Methods inherited from class org.zkoss.bind.impl.ChildrenBindingImpl
getCommandName, getConditionType, getConverter, getPropertyString, ignoreTracker, toString
 
Methods inherited from class org.zkoss.bind.impl.BindingImpl
containsAttribute, getArgs, getAttribute, getBinder, getComponent, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.zkoss.bind.sys.ChildrenBinding
getCommandName, getConditionType, getPropertyString
 
Methods inherited from interface org.zkoss.bind.sys.Binding
getArgs, getBinder, getComponent
 

Constructor Detail

LoadChildrenBindingImpl

public LoadChildrenBindingImpl(Binder binder,
                               Component comp,
                               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)
Method Detail

load

public void load(BindContext ctx)
Description copied from interface: LoadBinding
Load data into the source attribute from the target property.

Specified by:
load in interface LoadBinding
Parameters:
ctx - the binding runtime context

addDependsOnTrackings

public void addDependsOnTrackings(java.util.List<java.lang.String> srcpath,
                                  java.lang.String basepath,
                                  java.lang.String[] props)
Internal Use Only.



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