org.apache.myfaces.extensions.cdi.message.impl.formatter
Interface NumberFormatterConfigKeys


public interface NumberFormatterConfigKeys

Author:
Gerhard Petracek

Field Summary
static String DECIMAL_SEPARATOR_KEY
           
static String GROUPING_SEPARATOR_KEY
           
static String MINIMUM_FRACTION_DIGITS_KEY
           
static String MINIMUM_INTEGER_DIGITS_KEY
           
 

Field Detail

GROUPING_SEPARATOR_KEY

static final String GROUPING_SEPARATOR_KEY
See Also:
Constant Field Values

DECIMAL_SEPARATOR_KEY

static final String DECIMAL_SEPARATOR_KEY
See Also:
Constant Field Values

MINIMUM_FRACTION_DIGITS_KEY

static final String MINIMUM_FRACTION_DIGITS_KEY
See Also:
Constant Field Values

MINIMUM_INTEGER_DIGITS_KEY

static final String MINIMUM_INTEGER_DIGITS_KEY
See Also:
Constant Field Values


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.