Skip to content

Used StreamResource is deprecated since Vaadin 24.8 and marked forRemoval #11

@JuergenLudwig

Description

@JuergenLudwig

Your class is very helpful! Thank you very much!

But now, when compiled with vaadin 24.8.8, a "Deprecated"-warning is shown for the vaadin class StreamResource.

The following 3 public methods are involved:

public Column setHierarchyColumn(
ValueProvider<T, ?> valueProvider,
ValueProvider<T, VaadinIcon> iconProvider,
ValueProvider<T, StreamResource> iconSrcProvider,
ValueProvider<T, String> tooltipProvider)

public void setItemIconSrcProvider(ValueProvider<T, StreamResource> iconSrcProvider)

public ValueProvider<T, StreamResource> getIconSrcProvider()

Could you please adapt the class to the latest version von vaadin.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions