org.apache.myfaces.tobago.component
Class UIInputBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.UIInput
                  extended by org.apache.myfaces.tobago.component.UIInputBase
All Implemented Interfaces:
EditableValueHolder, StateHolder, ValueHolder, AjaxComponent, SupportsMarkup

public abstract class UIInputBase
extends UIInput
implements AjaxComponent, SupportsMarkup


Field Summary
 
Fields inherited from class javax.faces.component.UIInput
COMPONENT_FAMILY, COMPONENT_TYPE, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID
 
Constructor Summary
UIInputBase()
           
 
Method Summary
 void encodeAjax(FacesContext facesContext)
           
abstract  Integer getTabIndex()
           
 void updateModel(FacesContext facesContext)
           
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getFamily, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, restoreState, saveState, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, validate, validateValue
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.tobago.component.SupportsMarkup
getMarkup, setMarkup
 
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, getValue, setConverter
 

Constructor Detail

UIInputBase

public UIInputBase()
Method Detail

updateModel

public void updateModel(FacesContext facesContext)
Overrides:
updateModel in class UIInput

encodeAjax

public void encodeAjax(FacesContext facesContext)
                throws IOException
Specified by:
encodeAjax in interface AjaxComponent
Throws:
IOException

getTabIndex

public abstract Integer getTabIndex()


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.