|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface of IlsDataSourceContainer. Must be implemented in order to contains data sources. This interface represent a dynamic view and all the data sources contained in this view.
| Inner Class Summary | |
static interface |
IlsDataSourceContainer.Finder
Interface of Finder Must be implemented by IlsDataSourceContainer in order to find a data source. |
| Method Summary | |
abstract void |
addDataSource(IlsDataSource dataSource)
Add a data source to the conatiner. |
abstract void |
addDSRepresentationListener(DSRepresentationListener l)
|
abstract void |
close(IlsDSRepresentation repres)
This method is invoked by the representation when closing this view. |
abstract java.util.Iterator |
dataSources()
|
abstract void |
dsClose()
Close the view represented by this container. |
abstract IlsDataSource |
getDataSource(IlsDataSourceContainer.Finder finder)
|
abstract void |
open(IlsDSRepresentation repres,
java.util.Map properties)
This method is invoked by the component when opening a view. |
abstract void |
propertiesChange(IlsDSRepresentation repres,
java.util.Map properties)
This method is invoked by the server to notify that properties (attributes) on the representation object IlsDSRepresentation
have changed. |
abstract void |
removeDataSource(IlsDataSource dataSource)
Remove a data source to the container. |
abstract void |
removeDSRepresentationListener(DSRepresentationListener l)
|
| Method Detail |
public java.util.Iterator dataSources()
Iterator of data source owned by this
container.public IlsDataSource getDataSource(IlsDataSourceContainer.Finder finder)
finder - An implementation of Finderdata source found or null otherwiseIlsDataSourceContainer.Finder
public void open(IlsDSRepresentation repres,
java.util.Map properties)
repres - The representation target of the eventproperties - The properties to initialize the
IlsDataSourceContainer.public void close(IlsDSRepresentation repres)
repres - The representation target of the eventproperties - The properties to initialize the
IlsDataSourceContainer.
public void propertiesChange(IlsDSRepresentation repres,
java.util.Map properties)
IlsDSRepresentation
have changed.repres - The representation target of the eventThe - properties.public void dsClose()
public void addDataSource(IlsDataSource dataSource)
public void removeDataSource(IlsDataSource dataSource)
public void addDSRepresentationListener(DSRepresentationListener l)
public void removeDSRepresentationListener(DSRepresentationListener l)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||