You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.data.renderer.

Class LocalDateRenderer<SOURCE>

  • Type Parameters:

    SOURCE - the type of the input item, from which the LocalDate is extracted

    All Implemented Interfaces:

    Serializable

    public class LocalDateRenderer<SOURCE>
    extends BasicRenderer<SOURCE,​LocalDate>

    A template renderer for presenting date values.

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form