Maven module :un.engine : engine-ui :
Class : un.engine.ui.model.RowModel
Extends/Implements : un.api.event.EventSource
Subclasses : -

Row model.
Used by WList,WComboBox and indirectly by WTable.
author  Johann Sorel


Variables : -
Functions : asSequence, getSize, getElement




Sequence view of the row model.
return
Sequence asSequence ()


Get number of rows in the model.
return  number of elements
int getSize ()


Get row value at given index.
param  index
return  Object
Object getElement (int index)