org.zkoss.bind.converter.sys
Class RadiogroupModelConverter

java.lang.Object
  extended by org.zkoss.bind.converter.sys.AbstractListModelConverter<Radiogroup>
      extended by org.zkoss.bind.converter.sys.RadiogroupModelConverter
All Implemented Interfaces:
java.io.Serializable, Converter<java.lang.Object,java.lang.Object,Radiogroup>

public class RadiogroupModelConverter
extends AbstractListModelConverter<Radiogroup>

The Converter implementation of the radiogroup for converting collection to ListModel and vice versa.

Since:
6.0.0
Author:
dennis
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.zkoss.bind.Converter
IGNORED_VALUE
 
Constructor Summary
RadiogroupModelConverter()
           
 
Method Summary
protected  ListModel<?> getComponentModel(Radiogroup comp)
           
 
Methods inherited from class org.zkoss.bind.converter.sys.AbstractListModelConverter
coerceToBean, coerceToUi, handleWrappedModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadiogroupModelConverter

public RadiogroupModelConverter()
Method Detail

getComponentModel

protected ListModel<?> getComponentModel(Radiogroup comp)
Specified by:
getComponentModel in class AbstractListModelConverter<Radiogroup>
Parameters:
comp - the component that has listmodel
Returns:
null if no list model for the component


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo