| com.sun.rave.web.ui.renderer.AbstractRenderer com.sun.rave.web.ui.renderer.CalendarMonthRenderer
CalendarMonthRenderer | public class CalendarMonthRenderer extends AbstractRenderer (Code) | | This class needs to be rewritten. Do not release as API.
|
decode | public void decode(FacesContext context, UIComponent component)(Code) | | |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | Override default behaviour - do nothing.
Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | Override default behaviour - do nothing.
Parameters: context - FacesContext for the response we are creating Parameters: component - UIComponent whose children are to be rendered exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Parameters: context - FacesContext for the response we are creating Parameters: component - UIComponent to be rendered exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
getRendersChildren | public boolean getRendersChildren()(Code) | | Returns true.
true |
renderLayoutTable | protected void renderLayoutTable(ResponseWriter writer, CalendarMonth calendarMonth) throws IOException(Code) | | Render a layout table.
Parameters: writer - The current ResponseWriter Parameters: calendarMonth - The CalendarMonth component instance exception: IOException - if an input/output error occurs |
renderSpacerImage | protected void renderSpacerImage(FacesContext context, CalendarMonth calendarMonth, Theme theme, int height, int width) throws IOException(Code) | | Render a spacer image.
Parameters: context - The current FacesContext Parameters: calendarMonth - The CalendarMonth component instance Parameters: theme - The current Theme Parameters: height - The height to use for the spaer image Parameters: width - The width to use for the spacer image exception: IOException - if an input/output error occurs |
toString | public String toString()(Code) | | Returns a string representation of the object.
a string representation of the object. |
Methods inherited from com.sun.rave.web.ui.renderer.AbstractRenderer | protected void addBooleanAttributes(FacesContext context, UIComponent component, ResponseWriter writer, String names) throws IOException(Code)(Java Doc) protected void addCoreAttributes(FacesContext context, UIComponent component, ResponseWriter writer, String styles) throws IOException(Code)(Java Doc) protected void addIntegerAttributes(FacesContext context, UIComponent component, ResponseWriter writer, String names) throws IOException(Code)(Java Doc) protected static void addStringAttributes(FacesContext context, UIComponent component, ResponseWriter writer, String names) throws IOException(Code)(Java Doc) public void decode(FacesContext context, UIComponent component)(Code)(Java Doc) public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) protected Application getApplication()(Code)(Java Doc) protected Object getAsObject(FacesContext context, UIComponent component, String value)(Code)(Java Doc) protected String getAsString(FacesContext context, UIComponent component)(Code)(Java Doc) protected ExternalContext getExternalContext()(Code)(Java Doc) protected FacesContext getFacesContext()(Code)(Java Doc) protected Object getSubmittedValue(FacesContext context, UIComponent component)(Code)(Java Doc) protected boolean isDisabled(UIComponent component)(Code)(Java Doc) protected boolean isPortlet(FacesContext context)(Code)(Java Doc) protected boolean isReadOnly(UIComponent component)(Code)(Java Doc) protected void renderAttributes(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void renderEnd(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void renderMarkup(FacesContext context, UIComponent component, ResponseWriter writer, Markup markup) throws IOException(Code)(Java Doc) protected void renderStart(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void setSubmittedValue(FacesContext context, UIComponent component)(Code)(Java Doc)
|
|
|