|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| 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 |
| Uses of Property in org.zkoss.bind |
|---|
| Methods in org.zkoss.bind that return Property | |
|---|---|
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. |
| Methods in org.zkoss.bind that return types with arguments of type Property | |
|---|---|
java.util.Map<java.lang.String,Property> |
ValidationContext.getProperties(java.lang.Object base)
get dependent properties by a base object. |
| Uses of Property in org.zkoss.bind.impl |
|---|
| Classes in org.zkoss.bind.impl that implement Property | |
|---|---|
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. |
| Methods in org.zkoss.bind.impl that return Property | |
|---|---|
Property[] |
ValidationContextImpl.getProperties(java.lang.String name)
|
Property |
ValidationContextImpl.getProperty()
|
Property |
SavePropertyBindingImpl.getValidate(BindContext ctx)
|
Property |
SaveFormBindingImpl.getValidate(BindContext ctx)
|
| Methods in org.zkoss.bind.impl that return types with arguments of type Property | |
|---|---|
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)
|
| Constructors in org.zkoss.bind.impl with parameters of type Property | |
|---|---|
ValidationContextImpl(java.lang.String command,
Property property,
java.util.Map<java.lang.String,Property[]> properties,
BindContext ctx,
boolean valid)
|
|
| Uses of Property in org.zkoss.bind.sys |
|---|
| Methods in org.zkoss.bind.sys that return Property | |
|---|---|
Property |
SaveBinding.getValidate(BindContext ctx)
Returns Property to be validated. |
| Methods in org.zkoss.bind.sys that return types with arguments of type Property | |
|---|---|
java.util.Set<Property> |
SaveFormBinding.getValidates(BindContext ctx)
Returns Propertys to be validated, includes the member field of the form |
| Uses of Property in org.zkoss.bind.xel.zel |
|---|
| Methods in org.zkoss.bind.xel.zel that return Property | |
|---|---|
static Property |
BindELContext.prepareProperty(java.lang.Object base,
java.lang.String prop,
java.lang.Object value,
BindContext ctx)
|
| Methods in org.zkoss.bind.xel.zel that return types with arguments of type Property | |
|---|---|
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)
|
| Method parameters in org.zkoss.bind.xel.zel with type arguments of type Property | |
|---|---|
static void |
BindELContext.addNotifys(java.util.Set<Property> props,
BindContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||