org.zkoss.bind.sys
Interface Binding

All Known Subinterfaces:
ChildrenBinding, CommandBinding, FormBinding, InitChildrenBinding, InitFormBinding, InitPropertyBinding, LoadBinding, LoadChildrenBinding, LoadFormBinding, LoadPropertyBinding, PropertyBinding, ReferenceBinding, SaveBinding, SaveFormBinding, SavePropertyBinding
All Known Implementing Classes:
BindingImpl, ChildrenBindingImpl, CommandBindingImpl, FormBindingImpl, InitChildrenBindingImpl, InitFormBindingImpl, InitPropertyBindingImpl, LoadChildrenBindingImpl, LoadFormBindingImpl, LoadPropertyBindingImpl, PropertyBindingImpl, ReferenceBindingImpl, SaveFormBindingImpl, SavePropertyBindingImpl

public interface Binding

A Binding represent a relation between a source object (usually an UI component) and a target object(usually a backing bean).

Since:
6.0.0
Author:
henrichen

Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getArgs()
          Returns an argument pairs map(read only).
 Binder getBinder()
          Returns the owner binder of this binding.
 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

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 pairs map(read only).

Returns:
an argument pairs map(read only).


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo