org.zkoss.bind.impl
Class InitPropertyBindingImpl
java.lang.Object
org.zkoss.bind.impl.BindingImpl
org.zkoss.bind.impl.PropertyBindingImpl
org.zkoss.bind.impl.InitPropertyBindingImpl
- All Implemented Interfaces:
- java.io.Serializable, Binding, InitPropertyBinding, LoadBinding, LoadPropertyBinding, PropertyBinding
public class InitPropertyBindingImpl
- extends PropertyBindingImpl
- implements InitPropertyBinding
Implementation of InitPropertyBinding
.
- Since:
- 6.0.0
- Author:
- Dennis
- See Also:
- Serialized Form
Constructor Summary |
InitPropertyBindingImpl(Binder binder,
Component comp,
java.lang.String attr,
java.lang.String loadAttr,
java.lang.Class<?> attrType,
java.lang.String initExpr,
java.util.Map<java.lang.String,java.lang.Object> bindingArgs,
java.lang.String converterExpr,
java.util.Map<java.lang.String,java.lang.Object> converterArgs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InitPropertyBindingImpl
public InitPropertyBindingImpl(Binder binder,
Component comp,
java.lang.String attr,
java.lang.String loadAttr,
java.lang.Class<?> attrType,
java.lang.String initExpr,
java.util.Map<java.lang.String,java.lang.Object> bindingArgs,
java.lang.String converterExpr,
java.util.Map<java.lang.String,java.lang.Object> converterArgs)
ignoreTracker
protected boolean ignoreTracker()
- Overrides:
ignoreTracker
in class PropertyBindingImpl
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
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.