Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.model.beans
Interface DynamicReadOnly  view DynamicReadOnly download DynamicReadOnly.java


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)