|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.share.nls.DecimalFormatContext
org.apache.myfaces.trinidadinternal.share.nls.MutableDecimalFormatContext
public final class MutableDecimalFormatContext
The MutableDecimalFormatContext class contains all number format parameters, which can be changed again after initialisation.
| Constructor Summary | |
|---|---|
MutableDecimalFormatContext(DecimalFormatContext dfc)
|
|
| Method Summary | |
|---|---|
char |
getDecimalSeparator()
Returns the character used as a decimal separator. |
char |
getGroupingSeparator()
Returns the character used to separate number groupings. |
void |
setDecimalSeparator(char decimalSeparator)
Sets the character used as a decimal separator. |
void |
setGroupingSeparator(char groupingSeparator)
Sets the character used to separate number groupings. |
| Methods inherited from class org.apache.myfaces.trinidadinternal.share.nls.DecimalFormatContext |
|---|
clone, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MutableDecimalFormatContext(DecimalFormatContext dfc)
| Method Detail |
|---|
public char getGroupingSeparator()
getGroupingSeparator in class DecimalFormatContextpublic void setGroupingSeparator(char groupingSeparator)
public char getDecimalSeparator()
getDecimalSeparator in class DecimalFormatContextpublic void setDecimalSeparator(char decimalSeparator)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||