Interface Binding

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getArgs()
      Returns an argument <tags, object> pairs map(read only).
      Binder getBinder()
      Returns the owner binder of this binding.
      org.zkoss.zk.ui.Component getComponent()
      Returns the associated component of this binding.
    • Method Detail

      • getBinder

        Binder getBinder()
        Returns the owner binder of this binding.
        Returns:
        the owner binder of this binding.
      • getComponent

        org.zkoss.zk.ui.Component getComponent()
        Returns the associated component of this binding.
        Returns:
        the associated component of this binding.
      • getArgs

        java.util.Map<java.lang.String,​java.lang.Object> getArgs()
        Returns an argument <tags, object> pairs map(read only).
        Returns:
        an argument <tags, object> pairs map(read only).