Class HtmlRadioRendererBase
java.lang.Object
jakarta.faces.render.Renderer
org.apache.myfaces.renderkit.html.base.HtmlRenderer
org.apache.myfaces.renderkit.html.base.HtmlRadioRendererBase
- Direct Known Subclasses:
- HtmlRadioRenderer
- 
Field SummaryFields inherited from class jakarta.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddecode(FacesContext facesContext, UIComponent uiComponent) voidencodeEnd(FacesContext facesContext, UIComponent uiComponent) getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue) protected StringgetLayout(UIComponent selectOne) protected StringgetStyleClass(UISelectOne selectOne) protected booleanisDisabled(FacesContext facesContext, UIComponent uiComponent) protected intrenderGroupOrItemRadio(FacesContext facesContext, UIComponent uiComponent, SelectItem selectItem, Object currentValue, Converter converter, Boolean usingTable, Integer itemNum) protected intrenderGroupOrItemRadio(FacesContext facesContext, UIComponent uiComponent, SelectItem selectItem, Object currentValue, Converter converter, Boolean usingTable, String group, Integer itemNum) Renders the given SelectItem(Group)protected StringrenderRadio(FacesContext facesContext, UIInput uiComponent, String value, boolean disabled, boolean checked, boolean renderId, Integer itemNum) Renders the input itemMethods inherited from class org.apache.myfaces.renderkit.html.base.HtmlRenderergetActionUrl, getChildCount, getChildren, getClientId, isCommonEventsOptimizationEnabled, isCommonPropertiesOptimizationEnabled, renderId, shouldRenderIdMethods inherited from class jakarta.faces.render.RendererconvertClientId, encodeBegin, encodeChildren, getRendersChildren
- 
Constructor Details- 
HtmlRadioRendererBasepublic HtmlRadioRendererBase()
 
- 
- 
Method Details- 
encodeEnd- Overrides:
- encodeEndin class- Renderer
- Throws:
- IOException
 
- 
getLayout
- 
getStyleClass
- 
renderGroupOrItemRadioprotected int renderGroupOrItemRadio(FacesContext facesContext, UIComponent uiComponent, SelectItem selectItem, Object currentValue, Converter converter, Boolean usingTable, Integer itemNum) throws IOException - Throws:
- IOException
 
- 
renderGroupOrItemRadioprotected int renderGroupOrItemRadio(FacesContext facesContext, UIComponent uiComponent, SelectItem selectItem, Object currentValue, Converter converter, Boolean usingTable, String group, Integer itemNum) throws IOException Renders the given SelectItem(Group)- Returns:
- the itemNum for the next item
- Throws:
- IOException
 
- 
renderRadioprotected String renderRadio(FacesContext facesContext, UIInput uiComponent, String value, boolean disabled, boolean checked, boolean renderId, Integer itemNum) throws IOException Renders the input item- Returns:
- the 'id' value of the rendered element
- Throws:
- IOException
 
- 
isDisabled
- 
decode
- 
getConvertedValuepublic Object getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue) throws ConverterException - Overrides:
- getConvertedValuein class- Renderer
- Throws:
- ConverterException
 
 
-