org.cruxframework.crux.core.client.datasource
Interface HasDataSource<T extends DataSource<?>>

All Known Subinterfaces:
Pageable<T>
All Known Implementing Classes:
AbstractPageable

public interface HasDataSource<T extends DataSource<?>>

Interface to be implemented by classes that are capable of using data sources.

Author:
Gesse S. F. Dafe

Method Summary
 T getDataSource()
           
 void setDataSource(T datasource, boolean autoLoadData)
           
 

Method Detail

setDataSource

void setDataSource(T datasource,
                   boolean autoLoadData)

getDataSource

T getDataSource()


Copyright © 2014. All rights reserved.