|
|||||||||
| Home >> All >> org >> scopemvc >> model >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.model.beans
Interface DynamicReadOnly

- public interface DynamicReadOnly
BeansPropertyManager queries models that implement this for whether a property is read-only before falling back on simply looking for a setter/getter. If access to properties in a model can be dynamically changed then implement this.
***** This can't handle JavaBeans indexed properties.
- Version:
- $Revision: 1.2 $ $Date: 2002/01/12 09:35:40 $
| Method Summary | |
boolean |
isPropertyReadOnly(org.scopemvc.core.Selector inSelector)
|
| Method Detail |
isPropertyReadOnly
public boolean isPropertyReadOnly(org.scopemvc.core.Selector inSelector)
|
|||||||||
| Home >> All >> org >> scopemvc >> model >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC