Class JsonDecimalFormat

java.lang.Object
org.eclipse.scout.rt.ui.html.json.JsonDecimalFormat
All Implemented Interfaces:
IJsonObject

public class JsonDecimalFormat extends Object implements IJsonObject
Transforms a DecimalFormat to a JsonObject.

Format is transfered as string representing the pattern. Properties not contained in pattern are transferred separately.

  • Constructor Details

    • JsonDecimalFormat

      public JsonDecimalFormat(DecimalFormat decimalFormat)
  • Method Details