|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
com.sun.rave.web.ui.renderer.AbstractRenderer
com.sun.rave.web.ui.renderer.CalendarMonthRenderer
public class CalendarMonthRenderer
This class needs to be rewritten. Do not release as API.
Field Summary |
---|
Fields inherited from class com.sun.rave.web.ui.renderer.AbstractRenderer |
---|
BUNDLE, EVENTS_ATTRIBUTES, I18N_ATTRIBUTES |
Constructor Summary | |
---|---|
CalendarMonthRenderer()
|
Method Summary | |
---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Decode any new state of the specified UIComponent
from the request contained in the specified FacesContext ,
and store that state on the UIComponent . |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Override default behaviour - do nothing. |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Override default behaviour - do nothing. |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render the ending of the specified UIComponent
to the output stream or writer associated with the response we are
creating. |
boolean |
getRendersChildren()
Returns true. |
protected void |
renderLayoutTable(javax.faces.context.ResponseWriter writer,
CalendarMonth calendarMonth)
Render a layout table. |
protected void |
renderSpacerImage(javax.faces.context.FacesContext context,
CalendarMonth calendarMonth,
Theme theme,
int height,
int width)
Render a spacer image. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class com.sun.rave.web.ui.renderer.AbstractRenderer |
---|
addBooleanAttributes, addCoreAttributes, addIntegerAttributes, addStringAttributes, getApplication, getAsObject, getAsString, getExternalContext, getFacesContext, getSubmittedValue, isDisabled, isPortlet, isReadOnly, renderAttributes, renderEnd, renderMarkup, renderStart, setSubmittedValue |
Methods inherited from class javax.faces.render.Renderer |
---|
convertClientId, getConvertedValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CalendarMonthRenderer()
Method Detail |
---|
protected void renderLayoutTable(javax.faces.context.ResponseWriter writer, CalendarMonth calendarMonth) throws java.io.IOException
Render a layout table.
writer
- The current ResponseWritercalendarMonth
- The CalendarMonth component instance
java.io.IOException
- if an input/output error occursprotected void renderSpacerImage(javax.faces.context.FacesContext context, CalendarMonth calendarMonth, Theme theme, int height, int width) throws java.io.IOException
Render a spacer image.
context
- The current FacesContextcalendarMonth
- The CalendarMonth component instancetheme
- The current Themeheight
- The height to use for the spaer imagewidth
- The width to use for the spacer image
java.io.IOException
- if an input/output error occurspublic void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
AbstractRenderer
Render the ending of the specified UIComponent
to the output stream or writer associated with the response we are
creating.
The default implementation calls renderEnd()
.
encodeEnd
in class AbstractRenderer
context
- FacesContext
for the response we are creatingcomponent
- UIComponent
to be rendered
java.io.IOException
- if an input/output error occurs while rendering
java.lang.NullPointerException
- if context
or component
is null
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeChildren
in class AbstractRenderer
context
- FacesContext
for the response we are creatingcomponent
- UIComponent
whose children are to be rendered
java.io.IOException
- if an input/output error occurs while rendering
java.lang.NullPointerException
- if context
or component
is null
public void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeBegin
in class AbstractRenderer
context
- FacesContext
for the request we are processingcomponent
- UIComponent
to be rendered
java.io.IOException
- if an input/output error occurs while rendering
java.lang.NullPointerException
- if context
or component
is nullpublic java.lang.String toString()
toString
in class java.lang.Object
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
AbstractRenderer
Decode any new state of the specified UIComponent
from the request contained in the specified FacesContext
,
and store that state on the UIComponent
.
The default implementation calls setSubmittedValue()
on components that implement EditableValueHolder (i.e. input fields)
decode
in class AbstractRenderer
context
- FacesContext
for the current requestcomponent
- UIComponent
to be decoded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |