Class LongRendererWithoutSeparator

java.lang.Object
com.google.gwt.text.shared.AbstractRenderer<Long>
de.knightsoftnet.mtwidgets.client.ui.widget.helper.LongRendererWithoutSeparator
All Implemented Interfaces:
com.google.gwt.text.shared.Renderer<Long>

public class LongRendererWithoutSeparator extends com.google.gwt.text.shared.AbstractRenderer<Long>
render long value to text without separators.
Author:
Manfred Tremmel
  • Constructor Details

    • LongRendererWithoutSeparator

      public LongRendererWithoutSeparator()
  • Method Details

    • instance

      public static final com.google.gwt.text.shared.Renderer<Long> instance()
      returns the instance.
      Returns:
      CurrencyDoubleRenderer
    • render

      public String render(Long object)