public class BindingSaveEvent
extends org.zkoss.zk.ui.event.Event
| Constructor and Description |
|---|
BindingSaveEvent(String name,
org.zkoss.zk.ui.Component target,
org.zkoss.zk.ui.Component reference,
Binding binding,
Object value)
Deprecated.
Constructs a binding-relevant event.
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
getBinding()
Deprecated.
Gets the associate binding of this event.
|
org.zkoss.zk.ui.Component |
getReference()
Deprecated.
Gets the reference component that "trigger" sending of this event.
|
Object |
getValue()
Deprecated.
Gets the value to be saved after "onBindingSave" event.
|
public BindingSaveEvent(String name, org.zkoss.zk.ui.Component target, org.zkoss.zk.ui.Component reference, Binding binding, Object value)
name - the event nametarget - the target that receive the eventreference - the reference component that "trigger" the eventbinding - the associated binding of this event.value - the value associated with the binding.public org.zkoss.zk.ui.Component getReference()
public Binding getBinding()
Binding.getExpression().
Furthermore, the bean can be retrieved by use of
Binding.getBean(org.zkoss.zk.ui.Component).public Object getValue()
Copyright © 2015. All rights reserved.