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 StringgetDefaultCurrencySymbol()StringgetDefaultDateFormat()StringgetDefaultDateTimeFormat()intgetDefaultDecimalPlaces()booleangetDefaultLargeNumbersFormat()StringgetDefaultTimeFormat()booleangetThousandsSeparator()StringsetDefaultCurrencySymbol(String value)StringsetDefaultDateFormat(String value)StringsetDefaultDateTimeFormat(String value)intsetDefaultDecimalPlaces(int value)booleansetDefaultLargeNumbersFormat(boolean value)StringsetDefaultTimeFormat(String value)booleansetThousandsSeparator(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()
-
-