org.zkoss.zkplus.databind
Class SelectboxListModelConverter

java.lang.Object
  extended by org.zkoss.zkplus.databind.ListModelConverter
      extended by org.zkoss.zkplus.databind.SelectboxListModelConverter
All Implemented Interfaces:
java.io.Serializable, TypeConverter

public class SelectboxListModelConverter
extends ListModelConverter

The TypeConverter implementation for converting collection to ListModel of a grid

Since:
6.0.1
Author:
dennis
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.zkoss.zkplus.databind.TypeConverter
IGNORE
 
Constructor Summary
SelectboxListModelConverter()
           
 
Method Summary
protected  ListModel<?> getComponentModel(Component comp)
          Gets the model of the component, the sub-class should override this method
 
Methods inherited from class org.zkoss.zkplus.databind.ListModelConverter
coerceToBean, coerceToUi, handleWrappedNonListModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectboxListModelConverter

public SelectboxListModelConverter()
Method Detail

getComponentModel

protected ListModel<?> getComponentModel(Component comp)
Description copied from class: ListModelConverter
Gets the model of the component, the sub-class should override this method

Overrides:
getComponentModel in class ListModelConverter


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