Uses of Class
net.sf.beanform.prop.BeanProperty

Packages that use BeanProperty
net.sf.beanform   
net.sf.beanform.integration   
net.sf.beanform.prop   
net.sf.beanform.validator   
 

Uses of BeanProperty in net.sf.beanform
 

Methods in net.sf.beanform that return BeanProperty
 BeanProperty BeanForm.getProperty()
          This method exists only for the convenience of users who wish to reference the current property from within OGNL binding overrides that are applied to all property input fields.
 BeanProperty BeanFormRowComponent.getProperty()
           
 BeanProperty BeanFormRows.getProperty()
           
 

Methods in net.sf.beanform that return types with arguments of type BeanProperty
 List<BeanProperty> BeanForm.getBeanProperties()
           
 List<BeanProperty> BeanFormRows.getProperties()
           
 

Methods in net.sf.beanform with parameters of type BeanProperty
protected  IFormComponent BeanFormComponent.getCustomField(BeanProperty property)
           
protected  Block BeanFormComponent.getCustomFieldBlock(BeanProperty property)
           
protected  String BeanFormComponent.getCustomFieldBlockName(BeanProperty property)
           
protected  String BeanFormComponent.getCustomFieldName(BeanProperty property)
           
 Map<String,IBinding> BeanForm.getFieldBindingsFor(BeanProperty property)
           
protected  IPropertySelectionModel BeanFormComponent.getPropertySelectionModel(BeanProperty prop, boolean useCache)
           
protected  boolean BeanFormComponent.hasCustomField(BeanProperty property)
           
protected  boolean BeanFormComponent.hasPropertySelectionModel(BeanProperty prop, boolean useCache)
           
 void BeanFormRows.setProperty(BeanProperty property)
           
 

Uses of BeanProperty in net.sf.beanform.integration
 

Methods in net.sf.beanform.integration with parameters of type BeanProperty
 Integer Ejb3Integrator.getMaxLength(BeanProperty prop)
           
 Integer HibernateIntegrator.getMaxLength(BeanProperty prop)
           
 Integer Integrator.getMaxLength(BeanProperty prop)
           
static Integer IntegratorChain.getMaxLength(BeanProperty prop)
           
 SortedMap<String,String> Ejb3Integrator.getValidation(BeanProperty prop)
           
 SortedMap<String,String> HibernateIntegrator.getValidation(BeanProperty prop)
           
 SortedMap<String,String> Integrator.getValidation(BeanProperty prop)
           
static String IntegratorChain.getValidation(BeanProperty prop)
           
 boolean Ejb3Integrator.isNullable(BeanProperty prop)
           
 boolean HibernateIntegrator.isNullable(BeanProperty prop)
           
 boolean Integrator.isNullable(BeanProperty prop)
           
static boolean IntegratorChain.isNullable(BeanProperty prop)
           
 

Uses of BeanProperty in net.sf.beanform.prop
 

Subclasses of BeanProperty in net.sf.beanform.prop
 class PseudoProperty
          A fake bean property that can be used to insert extra input fields into a BeanForm, allowing us to mix bean property fields with custom fields that do not correspond to bean properties.
 

Uses of BeanProperty in net.sf.beanform.validator
 

Methods in net.sf.beanform.validator with parameters of type BeanProperty
 List<Validator> CachingValidatorFactory.constructValidatorList(IComponent component, BeanProperty property)
           
 List<Validator> CachingValidatorFactoryImpl.constructValidatorList(IComponent component, BeanProperty property)
           
 



Copyright © 2006 Daniel Gredler. All Rights Reserved.