org.apache.myfaces.tobago.component
Class UIInput
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
org.apache.myfaces.tobago.component.UIInput
- All Implemented Interfaces:
- javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, AjaxComponent, SupportsMarkup
- Direct Known Subclasses:
- UIDateInput
public class UIInput
- extends javax.faces.component.UIInput
- implements AjaxComponent, SupportsMarkup
| Fields inherited from class javax.faces.component.UIInput |
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
| Methods inherited from class javax.faces.component.UIInput |
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getFamily, getSubmittedValue, getValidator, getValidators, getValue, 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, 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, setConverter |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
UIInput
public UIInput()
restoreState
public void restoreState(javax.faces.context.FacesContext context,
Object state)
- Specified by:
restoreState in interface javax.faces.component.StateHolder- Overrides:
restoreState in class javax.faces.component.UIInput
saveState
public Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState in interface javax.faces.component.StateHolder- Overrides:
saveState in class javax.faces.component.UIInput
getMarkup
public String[] getMarkup()
- Specified by:
getMarkup in interface SupportsMarkup
setMarkup
public void setMarkup(String[] markup)
- Specified by:
setMarkup in interface SupportsMarkup
isReadonly
public boolean isReadonly()
setReadonly
public void setReadonly(boolean readonly)
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean disabled)
isPassword
public boolean isPassword()
setPassword
public void setPassword(boolean password)
getSuggestMethod
public javax.faces.el.MethodBinding getSuggestMethod()
setSuggestMethod
public void setSuggestMethod(javax.faces.el.MethodBinding suggestMethod)
getTabIndex
public Integer getTabIndex()
setTabIndex
public void setTabIndex(Integer tabIndex)
updateModel
public void updateModel(javax.faces.context.FacesContext facesContext)
- Overrides:
updateModel in class javax.faces.component.UIInput
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext)
throws IOException
- Overrides:
encodeBegin in class javax.faces.component.UIComponentBase
- Throws:
IOException
encodeAjax
public void encodeAjax(javax.faces.context.FacesContext facesContext)
throws IOException
- Specified by:
encodeAjax in interface AjaxComponent
- Throws:
IOException
processAjax
public void processAjax(javax.faces.context.FacesContext facesContext)
throws IOException
- Specified by:
processAjax in interface AjaxComponent
- Throws:
IOException
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.