|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
com.infragistics.faces.input.component.BaseInput
com.infragistics.faces.input.component.InputNumber
| Field Summary | |
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIInput |
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
| Constructor Summary | |
InputNumber()
|
|
| Method Summary | |
java.lang.String |
getFamily()
|
java.util.Locale |
getLocale()
Returns the Locale for numerical representation |
int |
getMaximumFractionDigits()
Returns the Maximum number of digits in the fraction part of the numerical value |
int |
getMaximumIntegerDigits()
Returns the Maximum number of digits in the integer part of the numerical value |
java.lang.Number |
getMaximumNumber()
Returns the Maximum numerical value is allowed for this field |
int |
getMinimumFractionDigits()
Returns the Minimum number of digits in the fraction part of the numerical value |
int |
getMinimumIntegerDigits()
Returns the Minimum number of digits in the integer part of the numerical value |
java.lang.Number |
getMinimumNumber()
Returns the Minimum numerical value is allowed for this field |
java.lang.String |
getNumberType()
Returns the Numerical type internal representation |
boolean |
isParseIntegerOnly()
Returns the Allow only integer numerical values on input |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setConverter(javax.faces.convert.Converter converter)
|
void |
setLocale(java.util.Locale locale)
Sets the Locale for numerical representation |
void |
setMaximumFractionDigits(int maximumFractionDigits)
Sets the Maximum number of digits in the fraction part of the numerical value |
void |
setMaximumIntegerDigits(int maximumIntegerDigits)
Sets the Maximum number of digits in the integer part of the numerical value |
void |
setMaximumNumber(java.lang.Number maximumNumber)
Sets the Maximum numerical value is allowed for this field |
void |
setMinimumFractionDigits(int minimumFractionDigits)
Sets the Minimum number of digits in the fraction part of the numerical value |
void |
setMinimumIntegerDigits(int minimumIntegerDigits)
Sets the Minimum number of digits in the integer part of the numerical value |
void |
setMinimumNumber(java.lang.Number minimumNumber)
Sets the Minimum numerical value is allowed for this field |
void |
setNumberType(java.lang.String numberType)
Sets the numerical type internal representation |
void |
setParseIntegerOnly(boolean parseIntegerOnly)
Sets the Allow only integer numerical values on input |
| Methods inherited from class com.infragistics.faces.input.component.BaseInput |
getShortcut, getTooltip, isDisabled, isReadOnly, setDisabled, setReadOnly, setShortcut, setTooltip, validate |
| Methods inherited from class javax.faces.component.UIInput |
addValidator, addValueChangeListener, broadcast, decode, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel |
| Methods inherited from class javax.faces.component.UIOutput |
getConverter, getLocalValue, getValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.ValueHolder |
getConverter, getLocalValue, getValue |
| Field Detail |
public static java.lang.String COMPONENT_FAMILY
public static java.lang.String COMPONENT_TYPE
public static java.lang.String RENDERER_TYPE
| Constructor Detail |
public InputNumber()
| Method Detail |
public void setConverter(javax.faces.convert.Converter converter)
public java.lang.String getFamily()
getFamily in class BaseInputpublic java.util.Locale getLocale()
public int getMaximumFractionDigits()
public int getMaximumIntegerDigits()
public java.lang.Number getMaximumNumber()
public int getMinimumFractionDigits()
public int getMinimumIntegerDigits()
public java.lang.Number getMinimumNumber()
public java.lang.String getNumberType()
public boolean isParseIntegerOnly()
public void setLocale(java.util.Locale locale)
public void setMaximumFractionDigits(int maximumFractionDigits)
public void setMaximumIntegerDigits(int maximumIntegerDigits)
public void setMaximumNumber(java.lang.Number maximumNumber)
public void setMinimumFractionDigits(int minimumFractionDigits)
public void setMinimumIntegerDigits(int minimumIntegerDigits)
public void setMinimumNumber(java.lang.Number minimumNumber)
public void setNumberType(java.lang.String numberType)
public void setParseIntegerOnly(boolean parseIntegerOnly)
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class BaseInputpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class BaseInput
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||