org.millstone.base.data
Interface Property.Viewer

All Known Subinterfaces:
Property.Editor
All Known Implementing Classes:
AbstractField, Label
Enclosing interface:
Property

public static interface Property.Viewer

Interface implemented by the viewer classes capable of using a Property as a data source.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.

Method Summary
 Property getPropertyDataSource()
          Get the Property serving as the data source of the viewer.
 void setPropertyDataSource(Property newDataSource)
          Set the Property that serves as the data source of the viewer.
 

Method Detail

setPropertyDataSource

public void setPropertyDataSource(Property newDataSource)
Set the Property that serves as the data source of the viewer.

Parameters:
newDataSource - the new data source Property

getPropertyDataSource

public Property getPropertyDataSource()
Get the Property serving as the data source of the viewer.

Returns:
the Property serving as the viewers data source


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.