com.cc.framework.ui.painter.html
Class HtmlRadioGroupPainter

java.lang.Object
  extended bycom.cc.framework.ui.painter.ControlPainter
      extended bycom.cc.framework.ui.painter.html.HtmlPainterBase
          extended bycom.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
              extended bycom.cc.framework.ui.painter.html.HtmlRadioGroupPainter

public class HtmlRadioGroupPainter
extends HtmlCheckboxGroupPainter

Painter for the Select Control

Since:
1.0
Version:
$Revision: 1.2 $
Author:
Gernot Schulz

Field Summary
 
Fields inherited from class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
 
Fields inherited from class com.cc.framework.ui.painter.ControlPainter
log
 
Constructor Summary
HtmlRadioGroupPainter(PainterContext painterContext, RadioGroupControl ctrl)
          Constructor for HtmlSelectPainter
 
Method Summary
protected  java.lang.String getType()
           
 
Methods inherited from class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
createIterator, createOptionsComparator, doCreateColGroup, doCreateElement, doCreateGrid, doCreateItem, getCtrl, getValues, showImages
 
Methods inherited from class com.cc.framework.ui.painter.ControlPainter
ajaxPaint, attr, attr, attr, beginPaint, createActionPainter, createActionPainter, createElement, createImage, createImage, createImage, createInput, createInput, createSpacer, createSpacer, createSpacer, decorateURL, doAddDecorationsToRow, doAddDecorationsToRow, doAfterCreate, doAttachDecorations, doBeforeCreate, encodeURL, endPaint, forceControlName, getAsString, getAwtColor, getColor, getContextPath, getControlName, getDecorationsOnce, getElementClass, getElementName, getFramePainter, getFrameworkString, getFrameworkString, getImage, getImage, getImage, getImageSrc, getImageSrc, getImageSrc, getLocale, getPageContext, getPainterContext, getPrincipal, getRequest, getResponse, getSession, getSmartCaption, getSmartDetail, getSource, getSource, getStringResource, getStyleId, html, html, html, init, isRunAtClient, localize, localize, localize, paint, removeHtml, removeHtml, request, response, session, showComments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlRadioGroupPainter

public HtmlRadioGroupPainter(PainterContext painterContext,
                             RadioGroupControl ctrl)
Constructor for HtmlSelectPainter

Parameters:
painterContext - The PainterContext
ctrl - The Control to render
Method Detail

getType

protected java.lang.String getType()
Overrides:
getType in class HtmlCheckboxGroupPainter
Returns:
returns the type of input element to create
See Also:
HtmlCheckboxGroupPainter.getType()


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.