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

Quick Search    Search Deep

org.scopemvc.core
Interface PropertyView  view PropertyView download PropertyView.java

All Superinterfaces:
View

public interface PropertyView
extends View

A View that can be bound to a property by specifying a Selector. Most view implementations will implement this interface.

Version:
$Revision: 1.2 $ $Date: 2002/01/12 09:35:40 $

Method Summary
 Selector getSelector()
           
 void setSelector(Selector inSelector)
           
 
Methods inherited from interface org.scopemvc.core.View
getBoundModel, getController, issueControl, setBoundModel, setController
 

Method Detail

getSelector

public Selector getSelector()

setSelector

public void setSelector(Selector inSelector)