Package org.zkoss.bind.impl
Class InitFormBindingImpl
- java.lang.Object
-
- org.zkoss.bind.impl.BindingImpl
-
- org.zkoss.bind.impl.FormBindingImpl
-
- org.zkoss.bind.impl.InitFormBindingImpl
-
- All Implemented Interfaces:
java.io.Serializable,Binding,FormBinding,InitFormBinding,LoadBinding,LoadFormBinding
public class InitFormBindingImpl extends FormBindingImpl implements InitFormBinding
Implementation ofInitPropertyBinding.- Since:
- 6.0.0
- Author:
- Dennis
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.bind.impl.FormBindingImpl
_accessInfo, _formId
-
-
Constructor Summary
Constructors Constructor Description InitFormBindingImpl(Binder binder, org.zkoss.zk.ui.Component comp, java.lang.String formId, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanignoreTracker()voidload(BindContext ctx)Load data into the source attribute from the target property.-
Methods inherited from class org.zkoss.bind.impl.FormBindingImpl
getBaseExpression, getCommandName, getConditionType, getFieldExpression, getFormBean, getFormExpression, getFormId, getPropertyString, initFormBean, 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.Binding
getArgs, getBinder, getComponent
-
Methods inherited from interface org.zkoss.bind.sys.FormBinding
getCommandName, getConditionType, getFieldExpression, getFormBean, getFormExpression, getFormId, getPropertyString
-
-
-
-
Constructor Detail
-
InitFormBindingImpl
public InitFormBindingImpl(Binder binder, org.zkoss.zk.ui.Component comp, java.lang.String formId, java.lang.String initExpr, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)
-
-
Method Detail
-
ignoreTracker
protected boolean ignoreTracker()
- Overrides:
ignoreTrackerin classFormBindingImpl
-
load
public void load(BindContext ctx)
Description copied from interface:LoadBindingLoad data into the source attribute from the target property.- Specified by:
loadin interfaceLoadBinding- Parameters:
ctx- the binding runtime context
-
-