|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
BeansPropertyManager queries models that implement this for whether a
property is read-only before falling back on simply looking for a
setter/getter.
If you have properties on a model that can become read-only at runtime, then implement this interface on your model class.
Warning: This can't handle JavaBeans indexed properties.
| Method Summary | |
boolean |
isPropertyReadOnly(Selector inSelector)
Returns true if the property is read-only with this model in its current state. |
| Method Detail |
public boolean isPropertyReadOnly(Selector inSelector)
inSelector - Selector for a property directly in this model. inSelector.getNext()
is guaranteed to be null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||