Class ReferenceBindingHandlerImpl

  • All Implemented Interfaces:
    java.io.Serializable, org.zkoss.bind.impl.ReferenceBindingHandler

    public class ReferenceBindingHandlerImpl
    extends org.zkoss.bind.impl.AbstractBindingHandler
    implements org.zkoss.bind.impl.ReferenceBindingHandler
    Author:
    dennis
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.zkoss.bind.impl.AbstractBindingHandler

        _binder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addReferenceBinding​(org.zkoss.zk.ui.Component comp, java.lang.String attr, org.zkoss.bind.sys.ReferenceBinding binding)  
      void removeReferenceBinding​(org.zkoss.zk.ui.Component comp)  
      void removeReferenceBinding​(org.zkoss.zk.ui.Component comp, java.lang.String attr)  
      • Methods inherited from class org.zkoss.bind.impl.AbstractBindingHandler

        addBinding, clearValidationMessages, doPostPhase, doPrePhase, getLoadBindingDebugInfo, getNotifys, getSaveBindingDebugInfo, setBinder
      • 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.impl.ReferenceBindingHandler

        setBinder
    • Constructor Detail

      • ReferenceBindingHandlerImpl

        public ReferenceBindingHandlerImpl()
    • Method Detail

      • addReferenceBinding

        public void addReferenceBinding​(org.zkoss.zk.ui.Component comp,
                                        java.lang.String attr,
                                        org.zkoss.bind.sys.ReferenceBinding binding)
        Specified by:
        addReferenceBinding in interface org.zkoss.bind.impl.ReferenceBindingHandler
      • removeReferenceBinding

        public void removeReferenceBinding​(org.zkoss.zk.ui.Component comp)
        Specified by:
        removeReferenceBinding in interface org.zkoss.bind.impl.ReferenceBindingHandler
      • removeReferenceBinding

        public void removeReferenceBinding​(org.zkoss.zk.ui.Component comp,
                                           java.lang.String attr)
        Specified by:
        removeReferenceBinding in interface org.zkoss.bind.impl.ReferenceBindingHandler