Package org.zkoss.bind.impl
Class LoadTemplateBindingImpl
- java.lang.Object
-
- org.zkoss.bind.impl.BindingImpl
-
- org.zkoss.bind.impl.LoadTemplateBindingImpl
-
- All Implemented Interfaces:
java.io.Serializable
,Binding
,LoadBinding
,LoadTemplateBinding
public abstract class LoadTemplateBindingImpl extends BindingImpl implements LoadTemplateBinding
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoadTemplateBindingImpl(Binder binder, Component comp, java.util.Map<java.lang.String,java.lang.Object> args)
-
Method Summary
-
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, toString, wait, wait, wait
-
Methods inherited from interface org.zkoss.bind.sys.Binding
getArgs, getBinder, getComponent
-
Methods inherited from interface org.zkoss.bind.sys.LoadBinding
load
-
-