| Package | Description |
|---|---|
| org.zkoss.bind |
ZK Bind Library
|
| org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
| org.zkoss.bind.sys |
System level classes for ZK Bind
|
| org.zkoss.bind.xel.zel |
ZEL of XEL for ZK Bind
|
| Modifier and Type | Method and Description |
|---|---|
Property[] |
ValidationContext.getProperties(String name)
get dependent properties by the property name.
|
Property |
ValidationContext.getProperty()
get the main property that need to be validated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Property> |
ValidationContext.getProperties(Object base)
get dependent properties by a base object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyImpl
Implementation of a property.
|
class |
WrongValuePropertyImpl
// ZK-878 Exception if binding a form with errorMessage
To handle wrong value exception when getting a component value.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
SavePropertyBindingImpl.getBasePropertyIfFromCollection()
Internal use only, only for collections
|
Property[] |
ValidationContextImpl.getProperties(String name) |
Property |
ValidationContextImpl.getProperty() |
Property |
SavePropertyBindingImpl.getValidate(BindContext ctx) |
Property |
SaveFormBindingImpl.getValidate(BindContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected static Set<Property> |
AbstractBindingHandler.getNotifys(BindContext ctx) |
Map<String,Property> |
ValidationContextImpl.getProperties(Object base) |
Set<Property> |
SaveFormBindingImpl.getValidates(BindContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BinderImpl.doExecute(org.zkoss.zk.ui.Component comp,
String command,
Map<String,Object> commandArgs,
BindContext ctx,
Set<Property> notifys) |
protected void |
BinderImpl.doSaveAfter(org.zkoss.zk.ui.Component comp,
String command,
org.zkoss.zk.ui.event.Event evt,
BindContext ctx,
Set<Property> notifys) |
protected void |
BinderImpl.doSaveBefore(org.zkoss.zk.ui.Component comp,
String command,
org.zkoss.zk.ui.event.Event evt,
BindContext ctx,
Set<Property> notifys) |
protected boolean |
BinderImpl.doValidate(org.zkoss.zk.ui.Component comp,
String command,
org.zkoss.zk.ui.event.Event evt,
BindContext ctx,
Set<Property> notifys) |
protected void |
BinderImpl.fireNotifyChanges(Set<Property> notifys) |
| Constructor and Description |
|---|
ValidationContextImpl(String command,
Property property,
Map<String,Property[]> properties,
BindContext ctx,
boolean valid) |
| Modifier and Type | Method and Description |
|---|---|
Property |
SaveBinding.getValidate(BindContext ctx)
Returns
Property to be validated. |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
SaveFormBinding.getValidates(BindContext ctx)
Returns
Propertys to be validated, includes the member field of the form |
| Modifier and Type | Method and Description |
|---|---|
static Property |
BindELContext.prepareProperty(Object base,
String prop,
Object value,
BindContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Property> |
BindELContext.getNotifys(BindContext ctx) |
static Set<Property> |
BindELContext.getNotifys(Method m,
Object base,
String prop,
Object value,
BindContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BindELContext.addNotifys(Set<Property> props,
BindContext ctx) |
Copyright © 2020. All rights reserved.