|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
org.sakaiproject.jsf.renderer.CustomSelectOneRadioRenderer
public class CustomSelectOneRadioRenderer
| Constructor Summary | |
|---|---|
CustomSelectOneRadioRenderer()
|
|
| Method Summary | |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Decoding is required. |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
No begin encoding is required. |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
No children encoding is required. |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Encode this component. |
void |
setSubmittedValue(javax.faces.component.UIComponent component,
Object obj)
|
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomSelectOneRadioRenderer()
| Method Detail |
|---|
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Decoding is required.
decode in class javax.faces.render.Renderercontext - FacesContextfor the current requestcomponent - UIComponent to be decoded
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
No begin encoding is required.
encodeBegin in class javax.faces.render.Renderercontext - FacesContextfor the current requestcomponent - UIComponent to be decoded
IOException
public void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
No children encoding is required.
encodeChildren in class javax.faces.render.Renderercontext - FacesContextfor the current requestcomponent - UIComponent to be decoded
IOException
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
Encode this component.
encodeEnd in class javax.faces.render.Renderercontext - FacesContextfor the current requestcomponent - UIComponent to be decoded
IOException
public void setSubmittedValue(javax.faces.component.UIComponent component,
Object obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||