org.apache.myfaces.tobago.component
Class UIInput

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.UIInput
All Implemented Interfaces:
EditableValueHolder, StateHolder, ValueHolder, AjaxComponent

public class UIInput
extends UIInput
implements AjaxComponent


Field Summary
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UIInput
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID
 
Constructor Summary
UIInput()
           
 
Method Summary
 void encodeAjax(FacesContext facesContext)
           
 void encodeBegin(FacesContext facesContext)
           
 MethodBinding getSuggestMethod()
           
 boolean isReadonly()
           
 void processAjax(FacesContext facesContext)
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext context)
           
 void setReadonly(boolean readonly)
           
 void setSuggestMethod(MethodBinding suggestMethod)
           
 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, 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, 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 javax.faces.component.ValueHolder
getConverter, getLocalValue, getValue, setConverter
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UIInput

public UIInput()
Method Detail

restoreState

public void restoreState(FacesContext context,
                         Object state)
Specified by:
restoreState in interface StateHolder
Overrides:
restoreState in class UIInput

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in class UIInput

isReadonly

public boolean isReadonly()

setReadonly

public void setReadonly(boolean readonly)

getSuggestMethod

public MethodBinding getSuggestMethod()

setSuggestMethod

public void setSuggestMethod(MethodBinding suggestMethod)

updateModel

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

encodeBegin

public void encodeBegin(FacesContext facesContext)
                 throws IOException
Overrides:
encodeBegin in class UIComponentBase
Throws:
IOException

encodeAjax

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

processAjax

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


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