com.stimulsoft.webdesigner.helper
Class StiTextFormatHelper
java.lang.Object
com.stimulsoft.webdesigner.helper.StiTextFormatHelper
public class StiTextFormatHelper
- extends java.lang.Object
Copyright Stimulsoft
Method Summary |
static java.util.HashMap<java.lang.String,java.lang.Object> |
booleanTextFormatItem(StiBooleanFormatService service)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
commonTextFormatItem(StiFormatService service)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
currencyTextFormatItem(StiCurrencyFormatService service)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
customTextFormatItem(StiCustomFormatService service)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
dateTextFormatItem(StiDateFormatService service)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
generalTextFormatItem(StiGeneralFormatService service)
|
static java.util.ArrayList<java.lang.Object> |
getCurrencySymbols()
|
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> |
getDateAndTimeFormats(java.lang.String category,
StiFormatService service)
|
static StiFormatService |
getFormatService(java.util.HashMap<java.lang.String,java.lang.Object> properties)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
getTextFormatItem(StiFormatService service)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
getTextFormatItems()
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
numberTextFormatItem(StiNumberFormatService service)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
percentageTextFormatItem(StiPercentageFormatService service)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
timeTextFormatItem(StiTimeFormatService service)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiTextFormatHelper
public StiTextFormatHelper()
generalTextFormatItem
public static java.util.HashMap<java.lang.String,java.lang.Object> generalTextFormatItem(StiGeneralFormatService service)
numberTextFormatItem
public static java.util.HashMap<java.lang.String,java.lang.Object> numberTextFormatItem(StiNumberFormatService service)
currencyTextFormatItem
public static java.util.HashMap<java.lang.String,java.lang.Object> currencyTextFormatItem(StiCurrencyFormatService service)
dateTextFormatItem
public static java.util.HashMap<java.lang.String,java.lang.Object> dateTextFormatItem(StiDateFormatService service)
timeTextFormatItem
public static java.util.HashMap<java.lang.String,java.lang.Object> timeTextFormatItem(StiTimeFormatService service)
percentageTextFormatItem
public static java.util.HashMap<java.lang.String,java.lang.Object> percentageTextFormatItem(StiPercentageFormatService service)
booleanTextFormatItem
public static java.util.HashMap<java.lang.String,java.lang.Object> booleanTextFormatItem(StiBooleanFormatService service)
customTextFormatItem
public static java.util.HashMap<java.lang.String,java.lang.Object> customTextFormatItem(StiCustomFormatService service)
commonTextFormatItem
public static java.util.HashMap<java.lang.String,java.lang.Object> commonTextFormatItem(StiFormatService service)
getCurrencySymbols
public static java.util.ArrayList<java.lang.Object> getCurrencySymbols()
getFormatService
public static StiFormatService getFormatService(java.util.HashMap<java.lang.String,java.lang.Object> properties)
throws JSONException
- Throws:
JSONException
getDateAndTimeFormats
public static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> getDateAndTimeFormats(java.lang.String category,
StiFormatService service)
getTextFormatItem
public static java.util.HashMap<java.lang.String,java.lang.Object> getTextFormatItem(StiFormatService service)
getTextFormatItems
public static java.util.HashMap<java.lang.String,java.lang.Object> getTextFormatItems()