org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag
Class DatePickerRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.tobago.renderkit.RendererBase
          extended by org.apache.myfaces.tobago.renderkit.LayoutComponentRendererBase
              extended by org.apache.myfaces.tobago.renderkit.CommandRendererBase
                  extended by org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.LinkRenderer
                      extended by org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DatePickerRenderer
All Implemented Interfaces:
LayoutComponentRenderer

public class DatePickerRenderer
extends LinkRenderer


Constructor Summary
DatePickerRenderer()
           
 
Method Summary
 void encodeBegin(FacesContext facesContext, UIComponent component)
           
 void encodeEnd(FacesContext facesContext, UIComponent component)
           
 void onComponentCreated(FacesContext facesContext, UIComponent component, UIComponent parent)
           
 void prepareRender(FacesContext facesContext, UIComponent component)
          Hook to e. g. register resources, etc.
 
Methods inherited from class org.apache.myfaces.tobago.renderkit.CommandRendererBase
commandActivated, decode, getImageWithPath
 
Methods inherited from class org.apache.myfaces.tobago.renderkit.LayoutComponentRendererBase
getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getCustomMeasure, getHeight, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPreferredHeight, getPreferredWidth, getVerticalScrollbarWeight, getWidth
 
Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
getConfiguredValue, getConvertedValue, getConverter, getCurrentValue, getCurrentValueAsObject, getFormattedValue, getPrepareRendersChildren, getRendererName, getResourceManager, getValue, prepareRendersChildren
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeChildren, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatePickerRenderer

public DatePickerRenderer()
Method Detail

onComponentCreated

public void onComponentCreated(FacesContext facesContext,
                               UIComponent component,
                               UIComponent parent)
Overrides:
onComponentCreated in class RendererBase

prepareRender

public void prepareRender(FacesContext facesContext,
                          UIComponent component)
                   throws IOException
Description copied from class: RendererBase
Hook to e. g. register resources, etc.

Overrides:
prepareRender in class RendererBase
Throws:
IOException

encodeBegin

public void encodeBegin(FacesContext facesContext,
                        UIComponent component)
                 throws IOException
Overrides:
encodeBegin in class LinkRenderer
Throws:
IOException

encodeEnd

public void encodeEnd(FacesContext facesContext,
                      UIComponent component)
               throws IOException
Overrides:
encodeEnd in class LinkRenderer
Throws:
IOException


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