|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.zkoss.bind | |
| org.zkoss.bind.impl | |
| org.zkoss.bind.sys | |
| org.zkoss.bind.xel.zel | |
| Uses of Property in org.zkoss.bind |
|---|
| Methods in org.zkoss.bind that return Property | |
|---|---|
Property[] |
ValidationContext.getProperties(java.lang.String name)
get collected properties that need to be validated by a property name. |
Property |
ValidationContext.getProperty()
get the main property that need to be validated. |
| Uses of Property in org.zkoss.bind.impl |
|---|
| Classes in org.zkoss.bind.impl that implement Property | |
|---|---|
class |
PropertyImpl
Implementation of a property. |
| 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 | |
|---|---|
java.util.Set<Property> |
SaveFormBindingImpl.getValidates(BindContext ctx)
|
| Methods in org.zkoss.bind.impl with parameters of type Property | |
|---|---|
java.lang.String |
ValidationContextImpl.getMessage(Property property)
|
void |
ValidationContextImpl.setMessage(Property property,
java.lang.String message)
|
| 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 types with arguments of type Property | |
|---|---|
static java.util.Set<Property> |
BindELContext.getNotifys(java.lang.reflect.Method m,
java.lang.Object base,
java.lang.String prop,
java.lang.Object value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||