org.nuiton.wikitty.ui
Class FormModel
java.lang.Object
org.zkoss.zul.AbstractListModel
org.nuiton.wikitty.ui.FormModel
- All Implemented Interfaces:
- Serializable, org.zkoss.zkplus.databind.BindingListModel, org.zkoss.zul.ext.Selectable, org.zkoss.zul.ListModel
public class FormModel
- extends org.zkoss.zul.AbstractListModel
- implements org.zkoss.zkplus.databind.BindingListModel
- Author:
- sherkhan
- See Also:
- Serialized Form
| Methods inherited from class org.zkoss.zul.AbstractListModel |
addListDataListener, addSelection, clearSelection, fireEvent, getSelection, removeAllSelection, removeListDataListener, removeSelection, retainAllSelection |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.zkoss.zul.ListModel |
addListDataListener, removeListDataListener |
_fieldExtensions
protected List<FieldExtension> _fieldExtensions
FormModel
public FormModel()
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface org.zkoss.zul.ListModel
getSize
public int getSize()
- Specified by:
getSize in interface org.zkoss.zul.ListModel
indexOf
public int indexOf(Object obj)
- Specified by:
indexOf in interface org.zkoss.zkplus.databind.BindingListModel
setFieldExtensions
public void setFieldExtensions(List<FieldExtension> fieldExtensions)
addData
public void addData(FieldExtension newData)
removeData
public void removeData(FieldExtension data)
reload
public void reload()
Copyright © 2010 CodeLutin. All Rights Reserved.