Uses of Interface
de.mhus.lib.form.DataSource
-
Packages that use DataSource Package Description de.mhus.lib.form -
-
Uses of DataSource in de.mhus.lib.form
Classes in de.mhus.lib.form that implement DataSource Modifier and Type Class Description classDummyDataSourceclassModelDataSourceclassPojoDataSourceclassPropertiesDataSourceFields in de.mhus.lib.form declared as DataSource Modifier and Type Field Description protected DataSourceMForm. dataSourceMethods in de.mhus.lib.form that return DataSource Modifier and Type Method Description DataSourceMForm. getDataSource()DataSourceDataSource. getNext()DataSourceDummyDataSource. getNext()DataSourceModelDataSource. getNext()DataSourcePojoDataSource. getNext()DataSourcePropertiesDataSource. getNext()Methods in de.mhus.lib.form with parameters of type DataSource Modifier and Type Method Description voidMutableMForm. setDataSource(DataSource dataSource)voidModelDataSource. setNext(DataSource chain)Constructors in de.mhus.lib.form with parameters of type DataSource Constructor Description ModelDataSource(DataSource next)
-