Package org.araneaframework.uilib.form.formlist

Uilib formlists implementations.

See:
          Description

Interface Summary
FormListModel  
FormRowHandler This class represents the callback interface provided by the programmer to the FormListWidget.
RowHandler Callback handler that is used to query for the key of the row object.
 

Class Summary
BaseFormListWidget Base class for editable rows widgets that are used to handle simultenous editing of multiple forms with same structure.
BeanFormListWidget Editable rows widget that is used to handle simultenous editing of multiple forms with same structure.
FormListUtil Utility methods for adding buttons to FormListWidget rows and tracking state changes.
FormListUtil.ButtonAddOnClickEventListener  
FormListUtil.ButtonDeleteOnClickEventListener  
FormListUtil.ButtonEditSaveOnClickEventListener  
FormListUtil.ButtonOpenCloseOnClickEventListener  
FormListUtil.ButtonSaveOnClickEventListener  
FormListWidget Editable rows widget that is used to handle simultenous editing of multiple forms with same structure.
FormRow Represents one editable row.
InMemoryFormListHelper Helper that facilitates holding the editable list rows in memory without saving them to database.
InMemoryFormListHelper.RowTempId  
InMemoryFormListHelper.RowWrapper  
 

Package org.araneaframework.uilib.form.formlist Description

Uilib formlists implementations. Formlists are lists that consists of forms (their may be editable).