org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag
Class DatePickerRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.tobago.renderkit.RendererBase
org.apache.myfaces.tobago.renderkit.LayoutableRendererBase
org.apache.myfaces.tobago.renderkit.CommandRendererBase
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.LinkRenderer
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DatePickerRenderer
- All Implemented Interfaces:
- LayoutableRenderer, LayoutInformationProvider
public class DatePickerRenderer
- extends LinkRenderer
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLOSE_POPUP
public static final String CLOSE_POPUP
- See Also:
- Constant Field Values
DatePickerRenderer
public DatePickerRenderer()
onComponentCreated
public void onComponentCreated(FacesContext context,
UIComponent component)
- Overrides:
onComponentCreated in class RendererBase
preparePicker
public void preparePicker(FacesContext facesContext,
UIDatePicker link)
prepareRender
public void prepareRender(FacesContext facesContext,
UIComponent component)
throws IOException
- Specified by:
prepareRender in interface LayoutableRenderer- Overrides:
prepareRender in class LayoutableRendererBase
- Throws:
IOException
encodeBegin
public void encodeBegin(FacesContext facesContext,
UIComponent component)
throws IOException
- Specified by:
encodeBegin in interface LayoutableRenderer- Overrides:
encodeBegin in class LinkRenderer
- Throws:
IOException
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws IOException
- Specified by:
encodeEnd in interface LayoutableRenderer- Overrides:
encodeEnd in class LinkRenderer
- Throws:
IOException
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.