|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.bean.AbstractBeanInitializer | +--com.primix.tapestry.bean.PropertyBeanInitializer
Initializes a helper bean property from a property path (relative
to the bean's IComponent
).
Fields inherited from class com.primix.tapestry.bean.AbstractBeanInitializer |
propertyName |
Constructor Summary | |
PropertyBeanInitializer(java.lang.String propertyName,
java.lang.String propertyPath)
|
Method Summary | |
void |
setBeanProperty(IBeanProvider provider,
java.lang.Object bean)
Invoked by the IBeanProvider to initialize
a property of the bean. |
Methods inherited from class com.primix.tapestry.bean.AbstractBeanInitializer |
getPropertyName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyBeanInitializer(java.lang.String propertyName, java.lang.String propertyPath)
Method Detail |
public void setBeanProperty(IBeanProvider provider, java.lang.Object bean)
IBeanInitializer
IBeanProvider
to initialize
a property of the bean.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |