Class TimeRenderer

  • All Implemented Interfaces:
    com.google.gwt.text.shared.Renderer<Date>

    public class TimeRenderer
    extends com.google.gwt.text.shared.AbstractRenderer<Date>
    render date value to text without separators.
    Author:
    Manfred Tremmel
    • Constructor Detail

      • TimeRenderer

        public TimeRenderer​(String pformat)
        constructor.
        Parameters:
        pformat - format to render
    • Method Detail

      • instance

        public static final com.google.gwt.text.shared.Renderer<Date> instance()
        returns the instance.
        Returns:
        Renderer