org.nuiton.wikitty.ui
Class FormModel

java.lang.Object
  extended by org.zkoss.zul.AbstractListModel
      extended by 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

Field Summary
protected  List<FieldExtension> _fieldExtensions
           
 
Constructor Summary
FormModel()
           
 
Method Summary
 void addData(FieldExtension newData)
           
 Object getElementAt(int index)
           
 int getSize()
           
 int indexOf(Object obj)
           
 void reload()
           
 void removeData(FieldExtension data)
           
 void setFieldExtensions(List<FieldExtension> fieldExtensions)
           
 
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
 

Field Detail

_fieldExtensions

protected List<FieldExtension> _fieldExtensions
Constructor Detail

FormModel

public FormModel()
Method Detail

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.