org.rcfaces.core.component.capability
Interface INumberFormatTypeCapability
- All Known Implementing Classes:
- NumberEntryComponent
public interface INumberFormatTypeCapability
A string value specifying the data type :
- number
- integer
- currency
- percent
- Version:
- $Revision: 1.3 $ $Date: 2007/05/24 12:26:17 $
- Author:
- Olivier Oeuillot (latest modification by $Author: oeuillot $)
NUMBER_FORMAT_TYPE
static final int NUMBER_FORMAT_TYPE
- See Also:
- Constant Field Values
NUMBER_FORMAT_TYPE_NAME
static final String NUMBER_FORMAT_TYPE_NAME
- See Also:
- Constant Field Values
INTEGER_FORMAT_TYPE
static final int INTEGER_FORMAT_TYPE
- See Also:
- Constant Field Values
INTEGER_FORMAT_TYPE_NAME
static final String INTEGER_FORMAT_TYPE_NAME
- See Also:
- Constant Field Values
CURRENCY_FORMAT_TYPE
static final int CURRENCY_FORMAT_TYPE
- See Also:
- Constant Field Values
CURRENCY_FORMAT_TYPE_NAME
static final String CURRENCY_FORMAT_TYPE_NAME
- See Also:
- Constant Field Values
PERCENT_FORMAT_TYPE
static final int PERCENT_FORMAT_TYPE
- See Also:
- Constant Field Values
PERCENT_FORMAT_TYPE_NAME
static final String PERCENT_FORMAT_TYPE_NAME
- See Also:
- Constant Field Values
getNumberFormatType
int getNumberFormatType()
- Returns a int value specifying the data type.
- Returns:
- 0:number|1:integer|2:currency|3:percent
setNumberFormatType
void setNumberFormatType(int numberFormatType)
- Sets a int value specifying the data type.
- Parameters:
numberFormatType - 0:number|1:integer|2:currency|3:percent
Copyright © 2006-2011 Vedana. All Rights Reserved.