Class Hierarchy All Classes All Fields and Methods

 

Class com.sun.faces.renderkit.html_basic.ButtonRenderer

java.lang.Object
        javax.faces.render.Renderer
                com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
                        com.sun.faces.renderkit.html_basic.ButtonRenderer

public class ButtonRenderer
extends HtmlBasicRenderer

ButtonRenderer is a class that renders the current value of UICommand as a Button.

Field Index
Field Description
log  

Constructor Index
Constructor Description
ButtonRenderer()  

Method Index
Method Description
void decode(FacesContext, UIComponent)  
void encodeBegin(FacesContext, UIComponent)  
void encodeChildren(FacesContext, UIComponent)  
void encodeEnd(FacesContext, UIComponent)  
String padLabel(String) Follow the UE Spec for Button: http://javaweb.sfbay.sun.com/engineering/jsue/j2ee/WebServices/ JavaServerFaces/uispecs/UICommand_Button.html

 

Fields

 

log

protected static org.apache.commons.logging.Log log

 

Constructors

 

ButtonRenderer

public ButtonRenderer() 

 

Methods

 

decode

public void decode(FacesContext context,
                   UIComponent component) 

 

encodeBegin

public void encodeBegin(FacesContext context,
                        UIComponent component) throws IOException

 

encodeChildren

public void encodeChildren(FacesContext context,
                           UIComponent component) throws IOException

 

encodeEnd

public void encodeEnd(FacesContext context,
                      UIComponent component) throws IOException

 

padLabel

protected String padLabel(String label) 

Follow the UE Spec for Button: http://javaweb.sfbay.sun.com/engineering/jsue/j2ee/WebServices/ JavaServerFaces/uispecs/UICommand_Button.html

Class Hierarchy All Classes All Fields and Methods