Uses of Class
eu.webtoolkit.jwt.WAbstractItemModel
Packages that use WAbstractItemModel
-
Uses of WAbstractItemModel in eu.webtoolkit.jwt
Subclasses of WAbstractItemModel in eu.webtoolkit.jwtModifier and TypeClassDescriptionclass
An abstract list model for use with JWt's view classes.class
An abstract proxy model for JWt's item models.class
An abstract table model for use with JWt's view classes.class
A proxy model for JWt's item models that provides column aggregation.class
A proxy model for JWt's item models that provides batch editing.class
WEnumModel<E extends Enum<E>>
A model that lists the different values of an Enum.class
A proxy model that proxies its source model unmodified.class
WItemModel<Item>
An item model for use with Wt's view classes.class
A read-only wrapper for a source model.class
A proxy model for JWt's item models that provides filtering and/or sorting.class
A standard data model, which stores its data in memory.class
An model that manages a list of strings.Methods in eu.webtoolkit.jwt that return WAbstractItemModelModifier and TypeMethodDescriptionWAbstractItemView.getModel()
Returns the model.WComboBox.getModel()
Returns the data model.WItemSelectionModel.getModel()
Returns theWAbstractItemModel
.WModelIndex.getModel()
Returns the model.WSuggestionPopup.getModel()
Returns the data model.WAbstractProxyModel.getSourceModel()
Returns the source model.Methods in eu.webtoolkit.jwt with parameters of type WAbstractItemModelModifier and TypeMethodDescriptionvoid
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
(Object editState, WAbstractItemModel model, WModelIndex anon3) Saves the edited data to the model.void
WItemDelegate.setModelData
(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) Sets the source model.void
WIdentityProxyModel.setSourceModel
(WAbstractItemModel newSourceModel) Sets the source model.void
WSortFilterProxyModel.setSourceModel
(WAbstractItemModel model) Sets the source model. -
Uses of WAbstractItemModel in eu.webtoolkit.jwt.chart
Fields in eu.webtoolkit.jwt.chart declared as WAbstractItemModelMethods in eu.webtoolkit.jwt.chart that return WAbstractItemModelModifier and TypeMethodDescriptionWAbstractChart.getItemModel()
Returns the model.WAbstractDataSeries3D.getModel()
Returns a pointer to the model used by this dataseries.WStandardChartProxyModel.getSourceModel()
Returns the wrapped source model.Methods in eu.webtoolkit.jwt.chart with parameters of type WAbstractItemModelModifier and TypeMethodDescriptionvoid
WAbstractChart.setModel
(WAbstractItemModel model) Sets the model.void
WAbstractDataSeries3D.setModel
(WAbstractItemModel model) Sets a model from which the dataseries gets its data.Constructors in eu.webtoolkit.jwt.chart with parameters of type WAbstractItemModelModifierConstructorDescriptionConstructor.Constructor.WEquidistantGridData
(WAbstractItemModel model, double XMin, double deltaX, double YMin, double deltaY) Constructor.WGridData
(WAbstractItemModel model) Constructor.WScatterData
(WAbstractItemModel model) Constructor.WStandardChartProxyModel
(WAbstractItemModel sourceModel) Creates a newWStandardChartProxyModel
that wraps the given source model.