public class BindingImpl extends Object implements Binding, Serializable
Binding| Modifier | Constructor and Description |
|---|---|
protected |
BindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
Map<String,Object> args) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsAttribute(BindContext ctx,
Object key) |
Map<String,Object> |
getArgs()
Returns an argument
|
protected Object |
getAttribute(BindContext ctx,
Object key) |
Binder |
getBinder()
Returns the owner binder of this binding.
|
org.zkoss.zk.ui.Component |
getComponent()
Returns the associated component of this binding.
|
protected Object |
setAttribute(BindContext ctx,
Object key,
Object value) |
public org.zkoss.zk.ui.Component getComponent()
BindinggetComponent in interface Bindingpublic Binder getBinder()
Bindingpublic Map<String,Object> getArgs()
Bindingprotected Object setAttribute(BindContext ctx, Object key, Object value)
protected Object getAttribute(BindContext ctx, Object key)
protected boolean containsAttribute(BindContext ctx, Object key)
Copyright © 2020. All rights reserved.