org.zkoss.zkplus.databind
Class SelectboxListModelConverter
java.lang.Object
org.zkoss.zkplus.databind.ListModelConverter
org.zkoss.zkplus.databind.SelectboxListModelConverter
- All Implemented Interfaces:
- Serializable, TypeConverter
Deprecated. As of release 7.0.0, replace with new ZK binding.
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
|
Method Summary |
protected org.zkoss.zul.ListModel<?> |
getComponentModel(org.zkoss.zk.ui.Component comp)
Deprecated. Gets the model of the component, the sub-class should override this method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectboxListModelConverter
public SelectboxListModelConverter()
- Deprecated.
getComponentModel
protected org.zkoss.zul.ListModel<?> getComponentModel(org.zkoss.zk.ui.Component comp)
- Deprecated.
- Description copied from class:
ListModelConverter
- Gets the model of the component, the sub-class should override this method
- Overrides:
getComponentModel in class ListModelConverter
Copyright © 2014. All rights reserved.