com.stimulsoft.webdesigner.helper
Class StiTextFormatHelper

java.lang.Object
  extended by com.stimulsoft.webdesigner.helper.StiTextFormatHelper

public class StiTextFormatHelper
extends Object

Copyright Stimulsoft


Constructor Summary
StiTextFormatHelper()
           
 
Method Summary
static Hashtable<String,Object> booleanTextFormatItem(StiBooleanFormatService service)
           
static Hashtable<String,Object> commonTextFormatItem(StiFormatService service)
           
static Hashtable<String,Object> currencyTextFormatItem(StiCurrencyFormatService service)
           
static Hashtable<String,Object> customTextFormatItem(StiCustomFormatService service)
           
static Hashtable<String,Object> dateTextFormatItem(StiDateFormatService service)
           
static Hashtable<String,Object> generalTextFormatItem(StiGeneralFormatService service)
           
static ArrayList<Object> getCurrencySymbols()
           
static ArrayList<Hashtable<String,Object>> getDateAndTimeFormats(String category, StiFormatService service)
           
static StiFormatService getFormatService(JSONObject properties)
           
static Hashtable<String,Object> getTextFormatItem(StiFormatService service)
           
static Hashtable<String,Object> getTextFormatItems()
           
static Hashtable<String,Object> numberTextFormatItem(StiNumberFormatService service)
           
static Hashtable<String,Object> percentageTextFormatItem(StiPercentageFormatService service)
           
static Hashtable<String,Object> timeTextFormatItem(StiTimeFormatService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiTextFormatHelper

public StiTextFormatHelper()
Method Detail

generalTextFormatItem

public static Hashtable<String,Object> generalTextFormatItem(StiGeneralFormatService service)

numberTextFormatItem

public static Hashtable<String,Object> numberTextFormatItem(StiNumberFormatService service)

currencyTextFormatItem

public static Hashtable<String,Object> currencyTextFormatItem(StiCurrencyFormatService service)

dateTextFormatItem

public static Hashtable<String,Object> dateTextFormatItem(StiDateFormatService service)

timeTextFormatItem

public static Hashtable<String,Object> timeTextFormatItem(StiTimeFormatService service)

percentageTextFormatItem

public static Hashtable<String,Object> percentageTextFormatItem(StiPercentageFormatService service)

booleanTextFormatItem

public static Hashtable<String,Object> booleanTextFormatItem(StiBooleanFormatService service)

customTextFormatItem

public static Hashtable<String,Object> customTextFormatItem(StiCustomFormatService service)

commonTextFormatItem

public static Hashtable<String,Object> commonTextFormatItem(StiFormatService service)

getCurrencySymbols

public static ArrayList<Object> getCurrencySymbols()

getFormatService

public static StiFormatService getFormatService(JSONObject properties)
                                         throws JSONException
Throws:
JSONException

getDateAndTimeFormats

public static ArrayList<Hashtable<String,Object>> getDateAndTimeFormats(String category,
                                                                        StiFormatService service)

getTextFormatItem

public static Hashtable<String,Object> getTextFormatItem(StiFormatService service)

getTextFormatItems

public static Hashtable<String,Object> getTextFormatItems()


Copyright © 2017 Stimulsoft. All Rights Reserved.