|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zk.ui.event.Event org.zkoss.zkplus.databind.BindingValidateEvent
public class BindingValidateEvent
Event used when DataBinder send "onBindingValidate" events.
Constructor Summary | |
---|---|
BindingValidateEvent(java.lang.String name,
Component target,
java.util.List<Component> references,
java.util.List<Binding> bindings,
java.util.List<java.lang.Object> values)
Deprecated. Constructs a binding-relevant event. |
Method Summary | |
---|---|
java.util.List<Binding> |
getBindings()
Deprecated. Gets the list of the associate bindings of this event ( Binding ). |
java.util.List<Component> |
getReferences()
Deprecated. Gets the list of the reference components that "trigger" sending of this event. |
java.util.List<java.lang.Object> |
getValues()
Deprecated. Gets the list of the value to be saved after "onBindingValidate" 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 BindingValidateEvent(java.lang.String name, Component target, java.util.List<Component> references, java.util.List<Binding> bindings, java.util.List<java.lang.Object> values)
name
- the event nametarget
- the target that receive the eventreferences
- the list of the reference components that "trigger" the eventbindings
- the list of the associated bindings of this event.values
- the list of the values associated with the binding.Method Detail |
---|
public java.util.List<Component> getReferences()
public java.util.List<Binding> getBindings()
Binding
).
The property that causes the binding can be found by use of
Binding.getExpression()
.
Furthermore, the bean can be retrieved by use of
Binding.getBean(org.zkoss.zk.ui.Component)
.
public java.util.List<java.lang.Object> getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |