net.sourceforge.smile.renderkit
Class ButtonRenderer

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

public class ButtonRenderer
extends GenericHtmlRenderer
implements RendererAttributes

The 'Button' Renderer as described in the specs JSF7.4.1.


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
ButtonRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeBegin(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1)
           
 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

ButtonRenderer

public ButtonRenderer()
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 arg0,
                        javax.faces.component.UIComponent arg1)
                 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