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(java.lang.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 |
---|---|
java.util.Map<java.lang.String,Property> |
ValidationContext.getProperties(java.lang.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(java.lang.String name) |
Property |
ValidationContextImpl.getProperty() |
Property |
SavePropertyBindingImpl.getValidate(BindContext ctx) |
Property |
SaveFormBindingImpl.getValidate(BindContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected static java.util.Set<Property> |
AbstractBindingHandler.getNotifys(BindContext ctx) |
java.util.Map<java.lang.String,Property> |
ValidationContextImpl.getProperties(java.lang.Object base) |
java.util.Set<Property> |
SaveFormBindingImpl.getValidates(BindContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
BinderImpl.doExecute(Component comp,
java.lang.String command,
java.util.Map<java.lang.String,java.lang.Object> commandArgs,
BindContext ctx,
java.util.Set<Property> notifys) |
protected void |
BinderImpl.doSaveAfter(Component comp,
java.lang.String command,
Event evt,
BindContext ctx,
java.util.Set<Property> notifys) |
protected void |
BinderImpl.doSaveBefore(Component comp,
java.lang.String command,
Event evt,
BindContext ctx,
java.util.Set<Property> notifys) |
protected boolean |
BinderImpl.doValidate(Component comp,
java.lang.String command,
Event evt,
BindContext ctx,
java.util.Set<Property> notifys) |
protected void |
BinderImpl.fireNotifyChanges(java.util.Set<Property> notifys) |
Constructor and Description |
---|
ValidationContextImpl(java.lang.String command,
Property property,
java.util.Map<java.lang.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 |
---|---|
java.util.Set<Property> |
SaveFormBinding.getValidates(BindContext ctx)
Returns
Property s to be validated, includes the member field of the form |
Modifier and Type | Method and Description |
---|---|
static Property |
BindELContext.prepareProperty(java.lang.Object base,
java.lang.String prop,
java.lang.Object value,
BindContext ctx) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Property> |
BindELContext.getNotifys(BindContext ctx) |
static java.util.Set<Property> |
BindELContext.getNotifys(java.lang.reflect.Method m,
java.lang.Object base,
java.lang.String prop,
java.lang.Object value,
BindContext ctx) |
Modifier and Type | Method and Description |
---|---|
static void |
BindELContext.addNotifys(java.util.Set<Property> props,
BindContext ctx) |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.