|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
BeanFormRows.getProperty()
|
BeanProperty |
BeanFormRowComponent.getProperty()
|
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. |
| 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 org.apache.tapestry.form.IFormComponent |
BeanFormComponent.getCustomField(BeanProperty property)
|
protected org.apache.tapestry.components.Block |
BeanFormComponent.getCustomFieldBlock(BeanProperty property)
|
protected String |
BeanFormComponent.getCustomFieldBlockName(BeanProperty property)
|
protected String |
BeanFormComponent.getCustomFieldName(BeanProperty property)
|
Map<String,org.apache.tapestry.IBinding> |
BeanForm.getFieldBindingsFor(BeanProperty property)
|
protected org.apache.tapestry.form.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 | |
|---|---|
static Integer |
IntegratorChain.getMaxLength(BeanProperty prop)
|
Integer |
Integrator.getMaxLength(BeanProperty prop)
|
Integer |
HibernateIntegrator.getMaxLength(BeanProperty prop)
|
Integer |
Ejb3Integrator.getMaxLength(BeanProperty prop)
|
static String |
IntegratorChain.getValidation(BeanProperty prop)
|
SortedMap<String,String> |
Integrator.getValidation(BeanProperty prop)
|
SortedMap<String,String> |
HibernateIntegrator.getValidation(BeanProperty prop)
|
SortedMap<String,String> |
Ejb3Integrator.getValidation(BeanProperty prop)
|
static boolean |
IntegratorChain.isNullable(BeanProperty prop)
|
boolean |
Integrator.isNullable(BeanProperty prop)
|
boolean |
HibernateIntegrator.isNullable(BeanProperty prop)
|
boolean |
Ejb3Integrator.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<org.apache.tapestry.form.validator.Validator> |
CachingValidatorFactoryImpl.constructValidatorList(org.apache.tapestry.IComponent component,
BeanProperty property)
|
List<org.apache.tapestry.form.validator.Validator> |
CachingValidatorFactory.constructValidatorList(org.apache.tapestry.IComponent component,
BeanProperty property)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||