Class PercentDoubleRenderer

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

public class PercentDoubleRenderer extends com.google.gwt.text.shared.AbstractRenderer<Double>
render double value to currency.
Author:
Manfred Tremmel
  • Constructor Details

    • PercentDoubleRenderer

      public PercentDoubleRenderer()
  • Method Details

    • instance

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

      public String render(Double object)