Uses of Interface
com.vaadin.flow.function.SerializableFunction
-
-
Uses of SerializableFunction in com.vaadin.flow.component
Subinterfaces of SerializableFunction in com.vaadin.flow.component Modifier and Type Interface Description interfaceItemLabelGenerator<T>ItemLabelGeneratorcan be used to customize the string shown to the user for an item.Constructors in com.vaadin.flow.component with parameters of type SerializableFunction Constructor Description AbstractSinglePropertyField(String propertyName, T defaultValue, Class<P> elementPropertyType, SerializableFunction<P,T> presentationToModel, SerializableFunction<T,P> modelToPresentation)Creates a new field that uses a property value with the given stateless converters for producing a model value. -
Uses of SerializableFunction in com.vaadin.flow.component.internal
Constructors in com.vaadin.flow.component.internal with parameters of type SerializableFunction Constructor Description DependencyTreeCache(SerializableFunction<T,Collection<T>> dependencyParser)Creates a dependency cache with the given dependency parser. -
Uses of SerializableFunction in com.vaadin.flow.function
Subinterfaces of SerializableFunction in com.vaadin.flow.function Modifier and Type Interface Description interfaceValueProvider<SOURCE,TARGET>A callback interface for providing values from a given source.Methods in com.vaadin.flow.function that return SerializableFunction Modifier and Type Method Description static <T> SerializableFunction<T,T>SerializableFunction. identity()Returns a function that always returns its input argument. -
Uses of SerializableFunction in com.vaadin.flow.internal
Constructors in com.vaadin.flow.internal with parameters of type SerializableFunction Constructor Description ReflectionCache(SerializableFunction<Class<C>,T> valueProvider)Creates a new reflection cache with the given value provider. -
Uses of SerializableFunction in com.vaadin.flow.server.communication
Subinterfaces of SerializableFunction in com.vaadin.flow.server.communication Modifier and Type Interface Description interfacePushConnectionFactoryFactory that produces instances ofPushConnection. -
Uses of SerializableFunction in com.vaadin.flow.server.webcomponent
Classes in com.vaadin.flow.server.webcomponent that implement SerializableFunction Modifier and Type Class Description classWebComponentExporterTagExtractorRetrieves web component tag from aWebComponentExporterFactoryobject.
-