|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.convert.NumberConverter
@JSFConverter(name="f:convertNumber", bodyContent="empty", tagClass="org.apache.myfaces.taglib.core.ConvertNumberTag") @JSFJspProperty(name="binding", returnType="javax.faces.convert.NumberConverter", longDesc="A ValueExpression that evaluates to a NumberConverter.") public class NumberConverter
This tag creates a number formatting converter and associates it with the nearest parent UIComponent. Unless otherwise specified, all attributes accept static values or EL expressions. see Javadoc of JSF Specification
Field Summary | |
---|---|
static java.lang.String |
CONVERTER_ID
|
static java.lang.String |
CURRENCY_ID
|
static java.lang.String |
NUMBER_ID
|
static java.lang.String |
PATTERN_ID
|
static java.lang.String |
PERCENT_ID
|
static java.lang.String |
STRING_ID
|
Constructor Summary | |
---|---|
NumberConverter()
|
Method Summary | |
---|---|
void |
clearInitialState()
|
java.lang.Object |
getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.String |
getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
getCurrencyCode()
ISO 4217 currency code |
java.lang.String |
getCurrencySymbol()
The currency symbol used to format a currency value. |
java.util.Locale |
getLocale()
The name of the locale to be used, instead of the default as specified in the faces configuration file. |
int |
getMaxFractionDigits()
The maximum number of digits in the fractional portion of the number. |
int |
getMaxIntegerDigits()
The maximum number of digits in the integer portion of the number. |
int |
getMinFractionDigits()
The minimum number of digits in the fractional portion of the number. |
int |
getMinIntegerDigits()
The minimum number of digits in the integer portion of the number. |
java.lang.String |
getPattern()
A custom Date formatting pattern, in the format used by java.text.SimpleDateFormat. |
java.lang.String |
getType()
The type of formatting/parsing to be performed. |
boolean |
initialStateMarked()
|
boolean |
isGroupingUsed()
Specifies whether output will contain grouping separators. |
boolean |
isIntegerOnly()
Specifies whether only the integer part of the input will be parsed. |
boolean |
isTransient()
|
void |
markInitialState()
|
void |
restoreState(FacesContext facesContext,
java.lang.Object state)
|
java.lang.Object |
saveState(FacesContext facesContext)
|
void |
setCurrencyCode(java.lang.String currencyCode)
|
void |
setCurrencySymbol(java.lang.String currencySymbol)
|
void |
setGroupingUsed(boolean groupingUsed)
|
void |
setIntegerOnly(boolean integerOnly)
|
void |
setLocale(java.util.Locale locale)
|
void |
setMaxFractionDigits(int maxFractionDigits)
|
void |
setMaxIntegerDigits(int maxIntegerDigits)
|
void |
setMinFractionDigits(int minFractionDigits)
|
void |
setMinIntegerDigits(int minIntegerDigits)
|
void |
setPattern(java.lang.String pattern)
|
void |
setTransient(boolean aTransient)
|
void |
setType(java.lang.String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONVERTER_ID
public static final java.lang.String STRING_ID
public static final java.lang.String CURRENCY_ID
public static final java.lang.String NUMBER_ID
public static final java.lang.String PATTERN_ID
public static final java.lang.String PERCENT_ID
Constructor Detail |
---|
public NumberConverter()
Method Detail |
---|
public java.lang.Object getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
getAsObject
in interface Converter
public java.lang.String getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
getAsString
in interface Converter
public void restoreState(FacesContext facesContext, java.lang.Object state)
restoreState
in interface StateHolder
public java.lang.Object saveState(FacesContext facesContext)
saveState
in interface StateHolder
@JSFProperty public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
@JSFProperty public java.lang.String getCurrencySymbol()
public void setCurrencySymbol(java.lang.String currencySymbol)
@JSFProperty(deferredValueType="java.lang.Boolean") public boolean isGroupingUsed()
public void setGroupingUsed(boolean groupingUsed)
@JSFProperty(deferredValueType="java.lang.Boolean") public boolean isIntegerOnly()
public void setIntegerOnly(boolean integerOnly)
@JSFProperty(deferredValueType="java.lang.Object") public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
@JSFProperty(deferredValueType="java.lang.Integer") public int getMaxFractionDigits()
public void setMaxFractionDigits(int maxFractionDigits)
@JSFProperty(deferredValueType="java.lang.Integer") public int getMaxIntegerDigits()
public void setMaxIntegerDigits(int maxIntegerDigits)
@JSFProperty(deferredValueType="java.lang.Integer") public int getMinFractionDigits()
public void setMinFractionDigits(int minFractionDigits)
@JSFProperty(deferredValueType="java.lang.Integer") public int getMinIntegerDigits()
public void setMinIntegerDigits(int minIntegerDigits)
@JSFProperty public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
public boolean isTransient()
isTransient
in interface StateHolder
public void setTransient(boolean aTransient)
setTransient
in interface StateHolder
@JSFProperty public java.lang.String getType()
public void setType(java.lang.String type)
public void clearInitialState()
clearInitialState
in interface PartialStateHolder
public boolean initialStateMarked()
initialStateMarked
in interface PartialStateHolder
public void markInitialState()
markInitialState
in interface PartialStateHolder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |