|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.event.Event
org.zkoss.zkplus.databind.BindingSaveEvent
public class BindingSaveEvent
Event used when DataBinder send "onBindingSave" events.
| Constructor Summary | |
|---|---|
BindingSaveEvent(java.lang.String name,
Component target,
Component reference,
Binding binding,
java.lang.Object value)
Deprecated. Constructs a binding-relevant event. |
|
| Method Summary | |
|---|---|
Binding |
getBinding()
Deprecated. Gets the associate binding of this event. |
Component |
getReference()
Deprecated. Gets the reference component that "trigger" sending of this event. |
java.lang.Object |
getValue()
Deprecated. Gets the value to be saved after "onBindingSave" event. |
| Methods inherited from class org.zkoss.zk.ui.event.Event |
|---|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BindingSaveEvent(java.lang.String name,
Component target,
Component reference,
Binding binding,
java.lang.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.| Method Detail |
|---|
public Component getReference()
public Binding getBinding()
Binding.getExpression().
Furthermore, the bean can be retrieved by use of
Binding.getBean(org.zkoss.zk.ui.Component).
public java.lang.Object getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||