Uses of Class
org.apache.tapestry.spec.BindingType

Packages that use BindingType
org.apache.tapestry.spec Classes to represent application and component specifications. 
 

Uses of BindingType in org.apache.tapestry.spec
 

Fields in org.apache.tapestry.spec declared as BindingType
static BindingType BindingType.PREFIXED
          Indicates that the binding value is a prefixed locator, ready for use with BindingSource.
static BindingType BindingType.INHERITED
           
 

Methods in org.apache.tapestry.spec that return BindingType
 BindingType BindingSpecification.getType()
           
 BindingType IBindingSpecification.getType()
          Returns the type of binding specification; this is generally PREFIXED.
 

Methods in org.apache.tapestry.spec with parameters of type BindingType
 void BindingSpecification.setType(BindingType type)
           
 void IBindingSpecification.setType(BindingType type)