Uses of Interface
de.xima.fc.interfaces.ISerializableSupplier
- 
Packages that use ISerializableSupplier Package Description de.xima.fc.gui.model.lazydata de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiert - 
- 
Uses of ISerializableSupplier in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata with parameters of type ISerializableSupplier Modifier and Type Method Description DaoLazyDataModel.Builder<T>DaoLazyDataModel.Builder. withEntityContextSupplier(ISerializableSupplier<? extends IEntityContext> entityContextSupplier) - 
Uses of ISerializableSupplier in de.xima.fc.mdl
Constructors in de.xima.fc.mdl with parameters of type ISerializableSupplier Constructor Description LargeString(ISerializableSupplier<String> supplier)A new large string that reads the data from the given supplier. 
 -