|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.document.web.renderers.FieldRendererBase
org.kuali.kfs.sys.document.web.renderers.RadioButtonGroupRenderer
public class RadioButtonGroupRenderer
Renders a control as a group of radio buttons
Constructor Summary | |
---|---|
RadioButtonGroupRenderer()
|
Method Summary | |
---|---|
protected String |
buildRadioButton(org.kuali.rice.core.util.KeyLabelPair keyLabelPair)
Given a KeyLabelPair, generates a radio buttion representing it |
protected String |
buildRadioButtons()
Builds radio buttons for all the valid values on the field |
void |
render(javax.servlet.jsp.PageContext pageContext,
javax.servlet.jsp.tagext.Tag parentTag)
Asks this renderer to render |
boolean |
renderQuickfinder()
No quickfinder |
Methods inherited from class org.kuali.kfs.sys.document.web.renderers.FieldRendererBase |
---|
buildOnBlur, clear, closeNoWrapSpan, getAccessibleTitle, getDynamicNameLabel, getErrorIconImageTag, getField, getFieldName, getQuickfinderTabIndex, isShowError, openNoWrapSpan, overrideOnBlur, renderErrorIcon, renderQuickFinderIfNecessary, setAccessibleTitle, setArbitrarilyHighTabIndex, setDynamicNameLabel, setField, setShowError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RadioButtonGroupRenderer()
Method Detail |
---|
public void render(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag) throws javax.servlet.jsp.JspException
Renderer
pageContext
- the JSP page context to render toparentTag
- the tag that is the "parent" of this rendering
javax.servlet.jsp.JspException
Renderer.render(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag)
protected String buildRadioButtons()
propertyPrefix
- the property path from the form to the business object being rendered
protected String buildRadioButton(org.kuali.rice.core.util.KeyLabelPair keyLabelPair)
keyLabelPair
- the key label pair to turn into a radio buttonpropertyPrefix
- the property path from the form to the business object being rendered
public boolean renderQuickfinder()
FieldRenderer.renderQuickfinder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |