public class BindingValidateEvent
extends org.zkoss.zk.ui.event.Event
| Constructor and Description |
|---|
BindingValidateEvent(String name,
org.zkoss.zk.ui.Component target,
List<org.zkoss.zk.ui.Component> references,
List<Binding> bindings,
List<Object> values)
Deprecated.
Constructs a binding-relevant event.
|
| Modifier and Type | Method and Description |
|---|---|
List<Binding> |
getBindings()
Deprecated.
Gets the list of the associate bindings of this event (
Binding). |
List<org.zkoss.zk.ui.Component> |
getReferences()
Deprecated.
Gets the list of the reference components that "trigger" sending of this event.
|
List<Object> |
getValues()
Deprecated.
Gets the list of the value to be saved after "onBindingValidate" event.
|
public BindingValidateEvent(String name, org.zkoss.zk.ui.Component target, List<org.zkoss.zk.ui.Component> references, List<Binding> bindings, List<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 List<org.zkoss.zk.ui.Component> getReferences()
public 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).Copyright © 2015. All rights reserved.