org.zkoss.bind.converter.sys
Class GridModelConverter

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

public class GridModelConverter
extends AbstractListModelConverter<Grid>

The Converter implementation of the grid 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
GridModelConverter()
           
 
Method Summary
protected  ListModel<?> getComponentModel(Grid 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

GridModelConverter

public GridModelConverter()
Method Detail

getComponentModel

protected ListModel<?> getComponentModel(Grid comp)
Specified by:
getComponentModel in class AbstractListModelConverter<Grid>
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