Uses of Class
eu.webtoolkit.jwt.WAbstractItemModel

Packages that use WAbstractItemModel
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
eu.webtoolkit.jwt.chart JWt Chart package, this package contains all widgets and classes related to charts. 
 

Uses of WAbstractItemModel in eu.webtoolkit.jwt
 

Subclasses of WAbstractItemModel in eu.webtoolkit.jwt
 class WAbstractListModel
          An abstract list model for use with Wt's view classes.
 class WAbstractProxyModel
          An abstract proxy model for Wt's item models.
 class WAbstractTableModel
          An abstract table model for use with Wt's view classes.
 class WAggregateProxyModel
          A proxy model for Wt's item models that provides column aggregation.
 class WBatchEditProxyModel
          A proxy model for Wt's item models that provides batch editing.
 class WItemModel<Item>
          An item model for use with Wt's view classes.
 class WReadOnlyProxyModel
          A read-only wrapper for a source model.
 class WSortFilterProxyModel
          A proxy model for Wt's item models that provides filtering and/or sorting.
 class WStandardItemModel
          A standard data model, which stores its data in memory.
 class WStringListModel
          An model that manages a list of strings.
 

Methods in eu.webtoolkit.jwt that return WAbstractItemModel
 WAbstractItemModel WAbstractItemView.getModel()
          Returns the model.
 WAbstractItemModel WComboBox.getModel()
          Returns the data model.
 WAbstractItemModel WItemSelectionModel.getModel()
          Returns the WAbstractItemModel.
 WAbstractItemModel WModelIndex.getModel()
          Returns the model.
 WAbstractItemModel WSuggestionPopup.getModel()
          Returns the data model.
 WAbstractItemModel WAbstractProxyModel.getSourceModel()
          Returns the source model.
 

Methods in eu.webtoolkit.jwt with parameters of type WAbstractItemModel
 void WAbstractItemView.setModel(WAbstractItemModel model)
          Sets the model.
 void WComboBox.setModel(WAbstractItemModel model)
          Sets the model to be used for the items.
 void WSuggestionPopup.setModel(WAbstractItemModel model)
          Sets the model to be used for the suggestions.
 void WTableView.setModel(WAbstractItemModel model)
           
 void WTreeView.setModel(WAbstractItemModel model)
           
 void WAbstractItemDelegate.setModelData(java.lang.Object editState, WAbstractItemModel model, WModelIndex index)
          Saves the edited data to the model.
 void WItemDelegate.setModelData(java.lang.Object editState, WAbstractItemModel model, WModelIndex index)
          Saves the edited data to the model.
 void WAbstractProxyModel.setSourceModel(WAbstractItemModel sourceModel)
          Sets the source model.
 void WAggregateProxyModel.setSourceModel(WAbstractItemModel model)
           
 void WBatchEditProxyModel.setSourceModel(WAbstractItemModel model)
           
 void WSortFilterProxyModel.setSourceModel(WAbstractItemModel model)
           
 

Uses of WAbstractItemModel in eu.webtoolkit.jwt.chart
 

Methods in eu.webtoolkit.jwt.chart that return WAbstractItemModel
 WAbstractItemModel WAbstractChart.getModel()
          Returns the model.
 

Methods in eu.webtoolkit.jwt.chart with parameters of type WAbstractItemModel
 void WAbstractChart.setModel(WAbstractItemModel model)
          Set the model.