com.tonbeller.wcf.convert
Class RadioButtonConverter

java.lang.Object
  extended bycom.tonbeller.wcf.convert.NodeConverterBase
      extended bycom.tonbeller.wcf.convert.BooleanConverter
          extended bycom.tonbeller.wcf.convert.RadioButtonConverter
All Implemented Interfaces:
NodeConverter

public class RadioButtonConverter
extends BooleanConverter

Created on 14.11.2002

Author:
av

Field Summary
 
Fields inherited from class com.tonbeller.wcf.convert.BooleanConverter
FALSE, TRUE, UNKNOWN
 
Constructor Summary
RadioButtonConverter()
           
 
Method Summary
 int isSelected(org.w3c.dom.Element elem, java.util.Map params)
          evaluates the http paramters.
 
Methods inherited from class com.tonbeller.wcf.convert.BooleanConverter
convert, convert
 
Methods inherited from class com.tonbeller.wcf.convert.NodeConverterBase
checkRequired, getElementName, setElementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioButtonConverter

public RadioButtonConverter()
Method Detail

isSelected

public int isSelected(org.w3c.dom.Element elem,
                      java.util.Map params)
Description copied from class: BooleanConverter
evaluates the http paramters. Does not evaluate the selected attribute of the DOM Element.

Specified by:
isSelected in class BooleanConverter
Returns:
one of TRUE, FALSE, UNKNOWN
See Also:
BooleanConverter.isSelected(Element, Map)