Class WAbstractListModel

Direct Known Subclasses:
WStringListModel

public abstract class WAbstractListModel extends WAbstractItemModel
An abstract list model for use with JWt's view classes.

An abstract list model specializes WAbstractItemModel for one-dimensional lists (i.e. a model with 1 column and no children).

It cannot be used directly but must be subclassed. Subclassed models must at least reimplement WAbstractItemModel#getRowCount() to return the number of rows, and WAbstractItemModel#getData() to return data.