com.infragistics.faces.input.component.html
Class HtmlInputDecimal

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended byjavax.faces.component.UIOutput
              extended byjavax.faces.component.UIInput
                  extended bycom.infragistics.faces.input.component.BaseInput
                      extended bycom.infragistics.faces.input.component.InputNumber
                          extended bycom.infragistics.faces.input.component.InputDecimal
                              extended bycom.infragistics.faces.input.component.html.HtmlInputDecimal
All Implemented Interfaces:
javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public class HtmlInputDecimal
extends InputDecimal


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
HtmlInputDecimal()
           
 
Method Summary
 java.lang.String getFamily()
           
 java.lang.String getStyle()
          Returns the CSS style applied when this component is rendered.
 java.lang.String getStyleClass()
          Returns the Space-separated list of CSS style class(es) applied when this component is rendered.
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setStyle(java.lang.String style)
          Sets the CSS style applied when this component is rendered.
 void setStyleClass(java.lang.String styleClass)
          Sets the Space-separated list of CSS style class(es) applied when this component is rendered.
 
Methods inherited from class com.infragistics.faces.input.component.InputNumber
getLocale, getMaximumFractionDigits, getMaximumIntegerDigits, getMaximumNumber, getMinimumFractionDigits, getMinimumIntegerDigits, getMinimumNumber, getNumberType, isParseIntegerOnly, setConverter, setLocale, setMaximumFractionDigits, setMaximumIntegerDigits, setMaximumNumber, setMinimumFractionDigits, setMinimumIntegerDigits, setMinimumNumber, setNumberType, setParseIntegerOnly
 
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

COMPONENT_FAMILY

public static java.lang.String COMPONENT_FAMILY

COMPONENT_TYPE

public static java.lang.String COMPONENT_TYPE

RENDERER_TYPE

public static java.lang.String RENDERER_TYPE
Constructor Detail

HtmlInputDecimal

public HtmlInputDecimal()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class InputDecimal

getStyle

public java.lang.String getStyle()
Returns the CSS style applied when this component is rendered.

Returns:
java.lang.String

getStyleClass

public java.lang.String getStyleClass()
Returns the Space-separated list of CSS style class(es) applied when this component is rendered.

Returns:
java.lang.String

setStyle

public void setStyle(java.lang.String style)
Sets the CSS style applied when this component is rendered.

Parameters:
style - String

setStyleClass

public void setStyleClass(java.lang.String styleClass)
Sets the Space-separated list of CSS style class(es) applied when this component is rendered.

Parameters:
styleClass - String

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class InputDecimal

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class InputDecimal