public class BindingValidateEvent extends Event
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toStringpublic 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.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()
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.