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

Class LocalDateTimeRenderer<SOURCE>

  • Type Parameters:

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

    All Implemented Interfaces:

    Serializable

    public class LocalDateTimeRenderer<SOURCE>
    extends BasicRenderer<SOURCE,​LocalDateTime>

    A template renderer for presenting LocalDateTime objects.

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form