|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
org.apache.myfaces.trinidad.render.CoreRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.XhtmlRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.ValueRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.EditableValueRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.FormElementRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.FormInputRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SimpleSelectBooleanRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SimpleSelectBooleanRadioRenderer
public class SimpleSelectBooleanRadioRenderer
| Field Summary |
|---|
| Fields inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.XhtmlRenderer |
|---|
TRANSPARENT_GIF |
| Fields inherited from class org.apache.myfaces.trinidad.render.CoreRenderer |
|---|
CHAR_UNDEFINED, NO_CHILD_INDEX |
| Constructor Summary | |
|---|---|
SimpleSelectBooleanRadioRenderer()
|
|
SimpleSelectBooleanRadioRenderer(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
|
|
| Method Summary | |
|---|---|
protected void |
findTypeConstants(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
|
protected java.lang.String |
getCompositeId(java.lang.String clientId)
|
protected java.lang.String |
getContentStyleClass(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getGroup(org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getIconAltTextName(boolean selected)
|
protected java.lang.String |
getIconName(boolean selected,
boolean disabled)
|
protected java.lang.String |
getRootStyleClass(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
java.lang.Object |
getSubmittedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String clientId)
|
protected java.lang.Object |
getType()
|
protected java.lang.Object |
getValueAttr(org.apache.myfaces.trinidad.context.RenderingContext rc)
|
protected boolean |
isRadio()
|
protected void |
renderInputEventHandlers(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected void |
renderNameAttribute(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected void |
renderSpanEventHandlers(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected boolean |
shouldRenderName(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Returns true if the component should render the ID as a name. |
| Methods inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SimpleSelectBooleanRenderer |
|---|
encodeAllAsElement, encodeAllAsNonElement, getAccessKey, getAutoSubmitScript, getRenderSimpleSpan, getText, renderAccessKeyAttribute, renderText |
| Methods inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.FormInputRenderer |
|---|
getShowRequired, getSimple, renderAllAttributes, renderDisabledAttribute, renderId, renderRootDomElementStyles |
| Methods inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.FormElementRenderer |
|---|
detectAutoSubmit, encodeAll, getContentStyle, getDefaultStyleClass, getHiddenLabel, getLabel, getOnblur, getOnchange, getOnfocus, getRendersChildren, isAutoSubmit, isHiddenLabelRequired, renderAsElement, renderEventHandlers, renderFormEventHandlers, renderNonElementContent, renderReadOnlyAsElement, renderShortDescAsHiddenLabel |
| Methods inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.EditableValueRenderer |
|---|
addOnSubmitConverterValidators, decode, getConvertedString, getConvertedValue, getDisabled, getReadOnly, getRequired, getRequiredMessageKey, getSubmittedValue, getValidators, isImmediate, shouldRenderId, wasSubmitted |
| Methods inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.ValueRenderer |
|---|
getConverter, getDefaultConverter, getValue, getValueExpression |
| Methods inherited from class org.apache.myfaces.trinidad.render.CoreRenderer |
|---|
afterEncode, beforeEncode, decode, decodeBehaviors, delegateRenderer, delegateRendererBegin, delegateRendererEnd, encodeAllChildren, encodeBegin, encodeBegin, encodeChild, encodeChildren, encodeComponentResources, encodeEnd, encodeEnd, getBehaviorParameters, getClientId, getFacesBean, getFacet, getNextRenderedChildIndex, getRenderedChildCount, getRenderedFacetsAndChildren, getRenderingProperty, hasRenderedChildren, isDesktop, isGecko, isGenericPDA, isIE, isInaccessibleMode, isIPhone, isKonqueror, isNokiaS60, isOpera, isPDA, isScreenReaderMode, isWebKit, partialEncodeVisit, renderEncodedActionURI, renderEncodedResourceURI, renderStyleClass, renderStyleClasses, setRenderingProperty, setupChildrenEncodingContext, setupEncodingContext, setupEncodingContext, tearDownChildrenEncodingContext, tearDownEncodingContext, tearDownEncodingContext, toActionUri, toChar, toInt, toLong, toResourceUri, toString, toUri, visitChildrenForEncoding |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleSelectBooleanRadioRenderer()
public SimpleSelectBooleanRadioRenderer(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
| Method Detail |
|---|
protected void findTypeConstants(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
findTypeConstants in class SimpleSelectBooleanRenderer
public java.lang.Object getSubmittedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String clientId)
getSubmittedValue in class FormElementRendererprotected java.lang.Object getValueAttr(org.apache.myfaces.trinidad.context.RenderingContext rc)
getValueAttr in class SimpleSelectBooleanRendererprotected java.lang.Object getType()
getType in class SimpleSelectBooleanRendererprotected java.lang.String getIconAltTextName(boolean selected)
getIconAltTextName in class SimpleSelectBooleanRenderer
protected java.lang.String getIconName(boolean selected,
boolean disabled)
getIconName in class SimpleSelectBooleanRenderer
protected void renderNameAttribute(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
renderNameAttribute in class SimpleSelectBooleanRendererjava.io.IOException
protected boolean shouldRenderName(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
shouldRenderName in class FormInputRendererprotected boolean isRadio()
isRadio in class SimpleSelectBooleanRendererprotected java.lang.String getCompositeId(java.lang.String clientId)
getCompositeId in class SimpleSelectBooleanRenderer
protected void renderSpanEventHandlers(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
renderSpanEventHandlers in class SimpleSelectBooleanRendererjava.io.IOException
protected void renderInputEventHandlers(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
renderInputEventHandlers in class SimpleSelectBooleanRendererjava.io.IOExceptionprotected java.lang.String getGroup(org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getContentStyleClass(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
getContentStyleClass in class FormInputRenderer
protected java.lang.String getRootStyleClass(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
getRootStyleClass in class FormInputRenderer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||