org.millstone.base.data
Interface Container.Viewer

All Known Subinterfaces:
Container.Editor
All Known Implementing Classes:
Select
Enclosing interface:
Container

public static interface Container.Viewer

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


Method Summary
 Container getContainerDataSource()
          Get the Container serving as the data source of the viewer.
 void setContainerDataSource(Container newDataSource)
          Set the Container that serves as the data source of the viewer.
 

Method Detail

setContainerDataSource

public void setContainerDataSource(Container newDataSource)
Set the Container that serves as the data source of the viewer.

Parameters:
newDataSource - The new data source Item

getContainerDataSource

public Container getContainerDataSource()
Get the Container serving as the data source of the viewer.

Returns:
data source Container


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