Uses of Interface
org.zkoss.bind.Property

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 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 SaveFormBindingImpl.getValidate(BindContext ctx)
           
 Property SavePropertyBindingImpl.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 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(java.lang.reflect.Method m, java.lang.Object base, java.lang.String prop, java.lang.Object value, BindContext ctx)
           
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo