net.sourceforge.smile.renderkit
Class FormRenderer

java.lang.Object
  extended byjavax.faces.render.Renderer
      extended bynet.sourceforge.smile.renderkit.GenericHtmlRenderer
          extended bynet.sourceforge.smile.renderkit.FormRenderer
All Implemented Interfaces:
Attributes, RendererAttributes

public class FormRenderer
extends GenericHtmlRenderer
implements RendererAttributes

The 'Form' Renderer as described in the specs JSF7.4.2.


Field Summary
 
Fields inherited from interface net.sourceforge.smile.renderkit.RendererAttributes
ATTR_BUNDLE, ATTR_COLUMN_CLASSES, ATTR_COLUMNS, ATTR_COMMAND_CLASS, ATTR_CONVERTER, ATTR_DATE_STYLE, ATTR_FOOTER_CLASS, ATTR_FOR, ATTR_FORMAT_PATTERN, ATTR_HEADER_CLASS, ATTR_HREF, ATTR_INPUT_CLASS, ATTR_KEY, ATTR_LABEL, ATTR_LAYOUT, ATTR_NUMBER_STYLE, ATTR_OUTPUT_CLASS, ATTR_REDISPLAY, ATTR_ROW_CLASSES, ATTR_SELECT_BOOLEAN_CLASS, ATTR_SIZE, ATTR_SRC, ATTR_TIME_STYLE, ATTR_TIMEZONE, ATTR_TYPE, ATTR_VAR
 
Fields inherited from interface net.sourceforge.smile.component.Attributes
ATTR_CLIENT_ID, ATTR_COMPONENT_ID, ATTR_COMPONENT_TYPE, ATTR_CONVERTER, ATTR_MODEL_REFERENCE, ATTR_PARENT, ATTR_RENDERED, ATTR_RENDERER_TYPE, ATTR_RENDERS_CHILDREN, ATTR_RENDERS_SELF, ATTR_VALID, ATTR_VALUE, ATTR_VALUEREF
 
Constructor Summary
FormRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeChildren(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1)
           
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 
Methods inherited from class net.sourceforge.smile.renderkit.GenericHtmlRenderer
getClientId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormRenderer

public FormRenderer()
Method Detail

decode

public void decode(javax.faces.context.FacesContext context,
                   javax.faces.component.UIComponent component)
            throws java.io.IOException
Throws:
java.io.IOException

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context,
                        javax.faces.component.UIComponent component)
                 throws java.io.IOException
Throws:
java.io.IOException

encodeChildren

public void encodeChildren(javax.faces.context.FacesContext arg0,
                           javax.faces.component.UIComponent arg1)
                    throws java.io.IOException
Throws:
java.io.IOException

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws java.io.IOException
Throws:
java.io.IOException