org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag
Class InRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.tobago.renderkit.RendererBase
org.apache.myfaces.tobago.renderkit.LayoutableRendererBase
org.apache.myfaces.tobago.renderkit.InputRendererBase
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.InRenderer
- All Implemented Interfaces:
- AjaxRenderer, LayoutableRenderer, LayoutInformationProvider
- Direct Known Subclasses:
- DateRenderer, InRenderer
public class InRenderer
- extends InputRendererBase
- implements AjaxRenderer
| Methods inherited from class org.apache.myfaces.tobago.renderkit.LayoutableRendererBase |
getComponentExtraHeight, getComponentExtraWidth, getFixedHeight, getFixedSpace, getFixedWidth, getHeaderHeight, getMinimumHeight, getMinimumSize, getMinimumWidth, getPaddingHeight, getPaddingWidth, layoutBegin, layoutEnd |
| Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase |
getConfiguredValue, getConvertedValue, getConverter, getCurrentValue, getCurrentValueAsObject, getFormattedValue, getPrepareRendersChildren, getRendererName, getValue, onComponentCreated, prepareRendersChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InRenderer
public InRenderer()
prepareRender
public void prepareRender(FacesContext facesContext,
UIComponent component)
throws IOException
- Specified by:
prepareRender in interface LayoutableRenderer- Overrides:
prepareRender in class LayoutableRendererBase
- Throws:
IOException
decode
public void decode(FacesContext facesContext,
UIComponent component)
- Specified by:
decode in interface LayoutableRenderer- Overrides:
decode in class InputRendererBase
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws IOException
- Specified by:
encodeEnd in interface LayoutableRenderer- Overrides:
encodeEnd in class Renderer
- Throws:
IOException
applyExtraStyle
protected void applyExtraStyle(FacesContext facesContext,
UIInputBase input,
String currentValue)
encodeAjax
public void encodeAjax(FacesContext context,
UIComponent component)
throws IOException
- Specified by:
encodeAjax in interface AjaxRenderer
- Throws:
IOException
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.