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

- 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)
|
|||||||||
| Home >> All >> org >> scopemvc >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC