Uses of Interface
org.primefaces.util.SerializableSupplier
Packages that use SerializableSupplier
-
Uses of SerializableSupplier in org.primefaces.model
Fields in org.primefaces.model declared as SerializableSupplierModifier and TypeFieldDescriptionprotected SerializableSupplier<javax.persistence.EntityManager>JpaLazyDataModel.entityManagerMethods in org.primefaces.model with parameters of type SerializableSupplierModifier and TypeMethodDescriptionDefaultStreamedContent.Builder.stream(SerializableSupplier<InputStream> is) Constructors in org.primefaces.model with parameters of type SerializableSupplierModifierConstructorDescriptionJpaLazyDataModel(Class<T> entityClass, SerializableSupplier<javax.persistence.EntityManager> entityManager) Constructs a JpaLazyDataModel for usage without enabled selection.JpaLazyDataModel(Class<T> entityClass, SerializableSupplier<javax.persistence.EntityManager> entityManager, String rowKeyField) Constructs a JpaLazyDataModel with selection support.JpaLazyDataModel(Class<T> entityClass, SerializableSupplier<javax.persistence.EntityManager> entityManager, javax.faces.convert.Converter converter) Constructs a JpaLazyDataModel with selection support, with an already existingConverter. -
Uses of SerializableSupplier in org.primefaces.util
Methods in org.primefaces.util with parameters of type SerializableSupplierConstructors in org.primefaces.util with parameters of type SerializableSupplier