Class RVFieldEditorDefaultSettings
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
-
public class RVFieldEditorDefaultSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description RVFieldEditorDefaultSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultCurrencySymbol()
String
getDefaultDateFormat()
String
getDefaultDateTimeFormat()
int
getDefaultDecimalPlaces()
boolean
getDefaultLargeNumbersFormat()
String
getDefaultTimeFormat()
boolean
getThousandsSeparator()
String
setDefaultCurrencySymbol(String value)
String
setDefaultDateFormat(String value)
String
setDefaultDateTimeFormat(String value)
int
setDefaultDecimalPlaces(int value)
boolean
setDefaultLargeNumbersFormat(boolean value)
String
setDefaultTimeFormat(String value)
boolean
setThousandsSeparator(boolean value)
-
-
-
Method Detail
-
setDefaultDecimalPlaces
public int setDefaultDecimalPlaces(int value)
-
getDefaultDecimalPlaces
public int getDefaultDecimalPlaces()
-
setThousandsSeparator
public boolean setThousandsSeparator(boolean value)
-
getThousandsSeparator
public boolean getThousandsSeparator()
-
getDefaultCurrencySymbol
public String getDefaultCurrencySymbol()
-
setDefaultLargeNumbersFormat
public boolean setDefaultLargeNumbersFormat(boolean value)
-
getDefaultLargeNumbersFormat
public boolean getDefaultLargeNumbersFormat()
-
getDefaultDateFormat
public String getDefaultDateFormat()
-
getDefaultDateTimeFormat
public String getDefaultDateTimeFormat()
-
getDefaultTimeFormat
public String getDefaultTimeFormat()
-
-