Uses of Class
eu.webtoolkit.jwt.WModelIndex
-
Uses of WModelIndex in eu.webtoolkit.jwt
Modifier and TypeFieldDescriptionWAbstractProxyModel.BaseItem.sourceIndex_
The source model index.Modifier and TypeMethodDescriptionprotected WModelIndex
WAbstractItemModel.createIndex
(int row, int column, long id) Creates a model index for the given row and column.protected WModelIndex
WAbstractItemModel.createIndex
(int row, int column, Object ptr) Creates a model index for the given row and column.protected WModelIndex
WAbstractProxyModel.createSourceIndex
(int row, int column, Object ptr) Create a source model index.WModelIndex.decodeFromRawIndex()
Decodes a raw index (after a layout change).WAbstractItemModel.fromRawIndex
(Object rawIndex) Converts a raw pointer to a model index.WAbstractProxyModel.fromRawIndex
(Object rawIndex) Converts a raw pointer to a model index.WStandardItemModel.fromRawIndex
(Object rawIndex) WModelIndex.getChild
(int row, int column) Returns a model index for a child item.IndexAnchor.getIndex()
IndexContainerWidget.getIndex()
IndexText.getIndex()
final WModelIndex
WAbstractItemModel.getIndex
(int row, int column) Returns the child index for the given row and column.abstract WModelIndex
WAbstractItemModel.getIndex
(int row, int column, WModelIndex parent) Returns the child index for the given row and column.WAbstractListModel.getIndex
(int row, int column, WModelIndex parent) WAbstractTableModel.getIndex
(int row, int column, WModelIndex index) WAggregateProxyModel.getIndex
(int row, int column, WModelIndex parent) WBatchEditProxyModel.getIndex
(int row, int column, WModelIndex parent) WIdentityProxyModel.getIndex
(int row, int column, WModelIndex parent) Returns the child index for the given row and column.WItemModel.getIndex
(int row, int column, WModelIndex parent) WReadOnlyProxyModel.getIndex
(int row, int column, WModelIndex parent) Returns the child index for the given row and column.WSortFilterProxyModel.getIndex
(int row, int column, WModelIndex parent) WStandardItem.getIndex()
Returns the model index for this item.WStandardItemModel.getIndex
(int row, int column, WModelIndex parent) WTableView.getModelIndexAt
(WWidget widget) Returns the model index corresponding to a widget.abstract WModelIndex
WAbstractItemModel.getParent
(WModelIndex index) Returns the parent for a model index.WAbstractListModel.getParent
(WModelIndex index) WAbstractTableModel.getParent
(WModelIndex parent) WAggregateProxyModel.getParent
(WModelIndex index) WBatchEditProxyModel.getParent
(WModelIndex index) WIdentityProxyModel.getParent
(WModelIndex child) Returns the parent for a model index.WItemModel.getParent
(WModelIndex index) WModelIndex.getParent()
Returns the parent index.WReadOnlyProxyModel.getParent
(WModelIndex index) Returns the parent for a model index.WSortFilterProxyModel.getParent
(WModelIndex index) WStandardItemModel.getParent
(WModelIndex index) WAbstractItemView.getRootIndex()
Returns the root index.WStandardItemModel.indexFromItem
(WStandardItem item) Returns the model index for a particular item.abstract WModelIndex
WAbstractProxyModel.mapFromSource
(WModelIndex sourceIndex) Maps a source model index to the proxy model.WAggregateProxyModel.mapFromSource
(WModelIndex sourceIndex) WBatchEditProxyModel.mapFromSource
(WModelIndex sourceIndex) WIdentityProxyModel.mapFromSource
(WModelIndex sourceIndex) Maps a proxy model index to the source model.WReadOnlyProxyModel.mapFromSource
(WModelIndex sourceIndex) Maps a source model index to the proxy model.WSortFilterProxyModel.mapFromSource
(WModelIndex sourceIndex) abstract WModelIndex
WAbstractProxyModel.mapToSource
(WModelIndex proxyIndex) Maps a proxy model index to the source model.WAggregateProxyModel.mapToSource
(WModelIndex proxyIndex) WBatchEditProxyModel.mapToSource
(WModelIndex proxyIndex) WIdentityProxyModel.mapToSource
(WModelIndex proxyIndex) Maps a source model index to the proxy model.WReadOnlyProxyModel.mapToSource
(WModelIndex proxyIndex) Maps a proxy model index to the source model.WSortFilterProxyModel.mapToSource
(WModelIndex proxyIndex) Modifier and TypeMethodDescriptionWAbstractItemView.clicked()
Signal emitted when clicked.WTreeView.collapsed()
Signal emitted when a node is collapsed.WAbstractItemModel.columnsAboutToBeInserted()
Signal emitted before a number of columns will be inserted.WAbstractItemModel.columnsAboutToBeRemoved()
Signal emitted before a number of columns will be removed.WAbstractItemModel.columnsInserted()
Signal emitted after a number of columns were inserted.WAbstractItemModel.columnsRemoved()
Signal emitted after a number of columns were removed.WAbstractItemModel.dataChanged()
Signal emitted when some data was changed.WAbstractItemModel.dataChanged()
Signal emitted when some data was changed.static HashSet<WModelIndex>
WModelIndex.decodeFromRawIndexes
(HashSet<WModelIndex> encodedIndexes) Utility method to decode an entire set of raw indexes.static SortedSet<WModelIndex>
WModelIndex.decodeFromRawIndexes
(SortedSet<WModelIndex> encodedIndexes) Utility method to decode an entire set of raw indexes.WAbstractItemView.doubleClicked()
Signal emitted when double clicked.WTreeView.expanded()
Signal emitted when a node is expanded.WAbstractItemView.getSelectedIndexes()
Returns the set of selected items.WItemSelectionModel.getSelectedIndexes()
Returns the set of selected items.WAbstractItemModel.match
(WModelIndex start, ItemDataRole role, Object value, int hits, MatchOptions flags) Returns an index list for data items that match.WAbstractItemView.mouseWentDown()
Signal emitted when a mouse button is pressed down.WAbstractItemView.mouseWentUp()
Signal emitted when the mouse button is released.WAbstractItemModel.rowsAboutToBeInserted()
Signal emitted before a number of rows will be inserted.WAbstractItemModel.rowsAboutToBeRemoved()
Signal emitted before a number of rows will be removed.WAbstractItemModel.rowsInserted()
Signal emitted after a number of rows were inserted.WAbstractItemModel.rowsRemoved()
Signal emitted after a number of rows were removed.WAbstractItemView.touchEnded()
Signal emitted when one or more fingers are removed from the screen.WAbstractItemView.touchMoved()
Signal emitted when one or more fingers are moved on the screen.WAbstractItemView.touchStart()
Deprecated.WAbstractItemView.touchStarted()
Signal emitted when one or more fingers are placed on the screen.Modifier and TypeMethodDescriptionprotected void
WAbstractItemModel.beginInsertColumns
(WModelIndex parent, int first, int last) Method to be called before inserting columns.protected void
WStandardItemModel.beginInsertColumns
(WModelIndex parent, int first, int last) protected void
WAbstractItemModel.beginInsertRows
(WModelIndex parent, int first, int last) Method to be called before inserting rows.protected void
WStandardItemModel.beginInsertRows
(WModelIndex parent, int first, int last) protected void
WAbstractItemModel.beginRemoveColumns
(WModelIndex parent, int first, int last) Method to be called before removing columns.protected void
WStandardItemModel.beginRemoveColumns
(WModelIndex parent, int first, int last) protected void
WAbstractItemModel.beginRemoveRows
(WModelIndex parent, int first, int last) Method to be called before removing rows.protected void
WStandardItemModel.beginRemoveRows
(WModelIndex parent, int first, int last) final void
WAbstractItemView.closeEditor
(WModelIndex index) Closes the editor for the given index.void
WAbstractItemView.closeEditor
(WModelIndex index, boolean saveData) Closes the editor for the given index.void
WTreeView.collapse
(WModelIndex index) Collapses a node.protected int
WSortFilterProxyModel.compare
(WModelIndex lhs, WModelIndex rhs) Compares two indexes.int
WModelIndex.compareTo
(WModelIndex i2) ImplementsComparable.compareTo(Object)
.protected void
WAbstractItemModel.copyData
(WModelIndex sIndex, WModelIndex dIndex) Copy data to an index in this model.protected void
WStandardItemModel.copyData
(WModelIndex sIndex, WModelIndex dIndex) protected final WWidget
WItemDelegate.createEditor
(WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags) Creates an editor for a data item.protected WWidget
WItemDelegate.createEditor
(WModelIndex index, EnumSet<ViewItemRenderFlag> flags) Creates an editor for a data item.void
WAbstractItemModel.dropEvent
(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) Handles a drop event.void
WAbstractItemModel.dropEvent
(WDropEvent e, DropAction action, WModelIndex pindex, Side side) Handles a drop event.protected void
WAbstractItemView.dropEvent
(WDropEvent e, WModelIndex index) Handles a drop event (drag & drop).protected void
WAbstractItemView.dropEvent
(WDropEvent e, WModelIndex index, Side side) Handles a drop event (drag & drop).void
WAbstractProxyModel.dropEvent
(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) Handles a drop event.void
WReadOnlyProxyModel.dropEvent
(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) Has no effect.void
WStandardItemModel.dropEvent
(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) void
WAbstractItemView.edit
(WModelIndex index) Opens an editor for the given index.protected void
WAbstractProxyModel.endShiftModelIndexes
(WModelIndex sourceParent, int start, int count, SortedMap<WModelIndex, WAbstractProxyModel.BaseItem> items) void
WTreeView.expand
(WModelIndex index) Expands a node.protected boolean
WSortFilterProxyModel.filterAcceptRow
(int sourceRow, WModelIndex sourceParent) Returns whether a source row is accepted by the filter.abstract int
WAbstractItemModel.getColumnCount
(WModelIndex parent) Returns the number of columns.int
WAbstractListModel.getColumnCount
(WModelIndex parent) int
WAggregateProxyModel.getColumnCount
(WModelIndex parent) int
WBatchEditProxyModel.getColumnCount
(WModelIndex parent) int
WEnumModel.getColumnCount
(WModelIndex parent) int
WIdentityProxyModel.getColumnCount
(WModelIndex parent) Returns the number of columns.int
WReadOnlyProxyModel.getColumnCount
(WModelIndex parent) Returns the number of columns.int
WSortFilterProxyModel.getColumnCount
(WModelIndex parent) int
WStandardItemModel.getColumnCount
(WModelIndex parent) WAbstractItemModel.getData
(int row, int column, ItemDataRole role, WModelIndex parent) Returns the data item at the given column and row.final Object
WAbstractItemModel.getData
(WModelIndex index) Returns data at a specified model index for the given role.abstract Object
WAbstractItemModel.getData
(WModelIndex index, ItemDataRole role) Returns data at a specified model index for the given role.WAbstractProxyModel.getData
(WModelIndex index, ItemDataRole role) Returns the data at a specific model index.WBatchEditProxyModel.getData
(WModelIndex index, ItemDataRole role) WEnumModel.getData
(WModelIndex index, ItemDataRole role) WStandardItemModel.getData
(WModelIndex index, ItemDataRole role) WStringListModel.getData
(WModelIndex index, ItemDataRole role) WAbstractItemDelegate.getEditState
(WWidget widget, WModelIndex anon2) Returns the current edit state.WItemDelegate.getEditState
(WWidget editor, WModelIndex index) Returns the current edit state.WAbstractItemModel.getFlags
(WModelIndex index) Returns the flags for an item.WAbstractProxyModel.getFlags
(WModelIndex index) Returns the flags for an item.WBatchEditProxyModel.getFlags
(WModelIndex index) WStandardItemModel.getFlags
(WModelIndex index) WStringListModel.getFlags
(WModelIndex index) Returns the flags for an item.abstract WModelIndex
WAbstractItemModel.getIndex
(int row, int column, WModelIndex parent) Returns the child index for the given row and column.WAbstractListModel.getIndex
(int row, int column, WModelIndex parent) WAbstractTableModel.getIndex
(int row, int column, WModelIndex index) WAggregateProxyModel.getIndex
(int row, int column, WModelIndex parent) WBatchEditProxyModel.getIndex
(int row, int column, WModelIndex parent) WIdentityProxyModel.getIndex
(int row, int column, WModelIndex parent) Returns the child index for the given row and column.WItemModel.getIndex
(int row, int column, WModelIndex parent) WReadOnlyProxyModel.getIndex
(int row, int column, WModelIndex parent) Returns the child index for the given row and column.WSortFilterProxyModel.getIndex
(int row, int column, WModelIndex parent) WStandardItemModel.getIndex
(int row, int column, WModelIndex parent) WItemModel.getItem
(WModelIndex index) Returns the Item for theWModelIndex
index
.WAbstractItemModel.getItemData
(WModelIndex index) Returns all data at a specific index.WAbstractItemView.getItemDelegate
(WModelIndex index) Returns the delegate for rendering an item.WStandardItemModel.getItemFromIndex
(WModelIndex index) Returns the standard item that corresponds to a model index.abstract WModelIndex
WAbstractItemModel.getParent
(WModelIndex index) Returns the parent for a model index.WAbstractListModel.getParent
(WModelIndex index) WAbstractTableModel.getParent
(WModelIndex parent) WAggregateProxyModel.getParent
(WModelIndex index) WBatchEditProxyModel.getParent
(WModelIndex index) WIdentityProxyModel.getParent
(WModelIndex child) Returns the parent for a model index.WItemModel.getParent
(WModelIndex index) WReadOnlyProxyModel.getParent
(WModelIndex index) Returns the parent for a model index.WSortFilterProxyModel.getParent
(WModelIndex index) WStandardItemModel.getParent
(WModelIndex index) abstract int
WAbstractItemModel.getRowCount
(WModelIndex parent) Returns the number of rows.int
WAggregateProxyModel.getRowCount
(WModelIndex parent) int
WBatchEditProxyModel.getRowCount
(WModelIndex parent) int
WEnumModel.getRowCount
(WModelIndex parent) int
WIdentityProxyModel.getRowCount
(WModelIndex parent) Returns the number of rows.int
WItemModel.getRowCount
(WModelIndex index) int
WReadOnlyProxyModel.getRowCount
(WModelIndex parent) Returns the number of rows.int
WSortFilterProxyModel.getRowCount
(WModelIndex parent) int
WStandardItemModel.getRowCount
(WModelIndex parent) int
WStringListModel.getRowCount
(WModelIndex parent) boolean
WAbstractItemModel.hasChildren
(WModelIndex index) Returns if there are children at an index.boolean
WAbstractItemModel.hasIndex
(int row, int column, WModelIndex parent) Returns if an index at the given position is valid (i.e.boolean
WAbstractItemModel.insertColumn
(int column, WModelIndex parent) Inserts one column.boolean
WAbstractItemModel.insertColumns
(int column, int count, WModelIndex parent) Inserts one or more columns.boolean
WAbstractProxyModel.insertColumns
(int column, int count, WModelIndex parent) Inserts one or more columns.boolean
WBatchEditProxyModel.insertColumns
(int column, int count, WModelIndex parent) boolean
WIdentityProxyModel.insertColumns
(int column, int count, WModelIndex parent) Inserts one or more columns.boolean
WReadOnlyProxyModel.insertColumns
(int column, int count, WModelIndex parent) Always returnsfalse
and has no effect.boolean
WStandardItemModel.insertColumns
(int column, int count, WModelIndex parent) boolean
WAbstractItemModel.insertRow
(int row, WModelIndex parent) Inserts one row.boolean
WAbstractItemModel.insertRows
(int column, int count, WModelIndex parent) Inserts one or more rows.boolean
WBatchEditProxyModel.insertRows
(int row, int count, WModelIndex parent) boolean
WIdentityProxyModel.insertRows
(int row, int count, WModelIndex parent) Inserts one or more rows.boolean
WSortFilterProxyModel.insertRows
(int row, int count, WModelIndex parent) Inserts a number rows.boolean
WStandardItemModel.insertRows
(int row, int count, WModelIndex parent) boolean
WStringListModel.insertRows
(int row, int count, WModelIndex parent) static boolean
WModelIndex.isAncestor
(WModelIndex i1, WModelIndex i2) Returns whether i2 is an ancestor of i1.boolean
WAbstractItemView.isEditing
(WModelIndex index) Returns whether an editor is open for a given index.boolean
WTreeView.isExpanded
(WModelIndex index) Returns whether a node is expanded.boolean
WAbstractItemView.isSelected
(WModelIndex index) Returns wheter an item is selected.boolean
WItemSelectionModel.isSelected
(WModelIndex index) Returns wheter an item is selected.boolean
WAbstractItemView.isValid
(WModelIndex index) Returns whether an editor's state is valid.abstract WWidget
WAbstractItemView.itemWidget
(WModelIndex index) Returns the widget that renders an item.WTableView.itemWidget
(WModelIndex index) WTreeView.itemWidget
(WModelIndex index) abstract WModelIndex
WAbstractProxyModel.mapFromSource
(WModelIndex sourceIndex) Maps a source model index to the proxy model.WAggregateProxyModel.mapFromSource
(WModelIndex sourceIndex) WBatchEditProxyModel.mapFromSource
(WModelIndex sourceIndex) WIdentityProxyModel.mapFromSource
(WModelIndex sourceIndex) Maps a proxy model index to the source model.WReadOnlyProxyModel.mapFromSource
(WModelIndex sourceIndex) Maps a source model index to the proxy model.WSortFilterProxyModel.mapFromSource
(WModelIndex sourceIndex) abstract WModelIndex
WAbstractProxyModel.mapToSource
(WModelIndex proxyIndex) Maps a proxy model index to the source model.WAggregateProxyModel.mapToSource
(WModelIndex proxyIndex) WBatchEditProxyModel.mapToSource
(WModelIndex proxyIndex) WIdentityProxyModel.mapToSource
(WModelIndex proxyIndex) Maps a source model index to the proxy model.WReadOnlyProxyModel.mapToSource
(WModelIndex proxyIndex) Maps a proxy model index to the source model.WSortFilterProxyModel.mapToSource
(WModelIndex proxyIndex) WAbstractItemModel.match
(WModelIndex start, ItemDataRole role, Object value, int hits, MatchOptions flags) Returns an index list for data items that match.boolean
WAbstractItemModel.removeColumn
(int column, WModelIndex parent) Removes one column.boolean
WAbstractItemModel.removeColumns
(int column, int count, WModelIndex parent) Removes columns.boolean
WAbstractProxyModel.removeColumns
(int column, int count, WModelIndex parent) Removes columns.boolean
WBatchEditProxyModel.removeColumns
(int column, int count, WModelIndex parent) boolean
WIdentityProxyModel.removeColumns
(int column, int count, WModelIndex parent) Removes columns.boolean
WReadOnlyProxyModel.removeColumns
(int column, int count, WModelIndex parent) Always returnsfalse
and has no effect.boolean
WStandardItemModel.removeColumns
(int column, int count, WModelIndex parent) boolean
WAbstractItemModel.removeRow
(int row, WModelIndex parent) Removes one row.boolean
WAbstractItemModel.removeRows
(int column, int count, WModelIndex parent) Removes rows.boolean
WBatchEditProxyModel.removeRows
(int row, int count, WModelIndex parent) boolean
WIdentityProxyModel.removeRows
(int row, int count, WModelIndex parent) Removes rows.boolean
WSortFilterProxyModel.removeRows
(int row, int count, WModelIndex parent) Removes a number rows.boolean
WStandardItemModel.removeRows
(int row, int count, WModelIndex parent) boolean
WStringListModel.removeRows
(int row, int count, WModelIndex parent) final void
WAbstractItemView.scrollTo
(WModelIndex index) Scrolls the view to an item.abstract void
WAbstractItemView.scrollTo
(WModelIndex index, ScrollHint hint) Scrolls the view to an item.void
WTableView.scrollTo
(WModelIndex index, ScrollHint hint) void
WTreeView.scrollTo
(WModelIndex index, ScrollHint hint) final void
WAbstractItemView.select
(WModelIndex index) Selects a single item.void
WAbstractItemView.select
(WModelIndex index, SelectionFlag option) Selects a single item.boolean
WAbstractItemModel.setData
(int row, int column, Object value, ItemDataRole role, WModelIndex parent) Sets data at the given row and column.final boolean
WAbstractItemModel.setData
(WModelIndex index, Object value) Sets data at the given model index.boolean
WAbstractItemModel.setData
(WModelIndex index, Object value, ItemDataRole role) Sets data at the given model index.boolean
WAbstractProxyModel.setData
(WModelIndex index, Object value, ItemDataRole role) Sets the data at the given model index.boolean
WBatchEditProxyModel.setData
(WModelIndex index, Object value, ItemDataRole role) Sets item data.boolean
WReadOnlyProxyModel.setData
(WModelIndex index, Object value, ItemDataRole role) Always returnsfalse
and has no effect.boolean
WStandardItemModel.setData
(WModelIndex index, Object value, ItemDataRole role) boolean
WStringListModel.setData
(WModelIndex index, Object value, ItemDataRole role) void
WAbstractItemDelegate.setEditState
(WWidget widget, WModelIndex anon2, Object value) Sets the editor data from the editor state.void
WItemDelegate.setEditState
(WWidget editor, WModelIndex index, Object value) Sets the editor data from the editor state.void
WTreeView.setExpanded
(WModelIndex index, boolean expanded) Expands or collapses a node.void
IndexAnchor.setIndex
(WModelIndex index2) void
IndexContainerWidget.setIndex
(WModelIndex index2) void
IndexText.setIndex
(WModelIndex index2) boolean
WAbstractItemModel.setItemData
(WModelIndex index, SortedMap<ItemDataRole, Object> values) Sets data at the given model index.boolean
WAbstractProxyModel.setItemData
(WModelIndex index, SortedMap<ItemDataRole, Object> values) Sets the data at the given model index.boolean
WReadOnlyProxyModel.setItemData
(WModelIndex index, SortedMap<ItemDataRole, Object> values) Always returnsfalse
and has no effect.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
WAbstractItemView.setRootIndex
(WModelIndex rootIndex) Sets the root index.protected boolean
WAbstractItemView.shiftEditorColumns
(WModelIndex parent, int start, int count, boolean persistWhenShifted) protected boolean
WAbstractItemView.shiftEditorRows
(WModelIndex parent, int start, int count, boolean persistWhenShifted) protected void
WAbstractProxyModel.startShiftModelIndexes
(WModelIndex sourceParent, int start, int count, SortedMap<WModelIndex, WAbstractProxyModel.BaseItem> items) Utility methods to shift items in an item map.WAbstractItemModel.toRawIndex
(WModelIndex index) Converts a model index to a raw pointer that remains valid while the model's layout is changed.WAbstractProxyModel.toRawIndex
(WModelIndex index) Converts a model index to a raw pointer that remains valid while the model's layout is changed.WStandardItemModel.toRawIndex
(WModelIndex index) final WWidget
WAbstractItemDelegate.update
(WWidget widget, WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags) Creates or updates a widget that renders an item.abstract WWidget
WAbstractItemDelegate.update
(WWidget widget, WModelIndex index, EnumSet<ViewItemRenderFlag> flags) Creates or updates a widget that renders an item.WItemDelegate.update
(WWidget widget, WModelIndex index, EnumSet<ViewItemRenderFlag> flags) Creates or updates a widget that renders an item.void
WAbstractItemDelegate.updateModelIndex
(WWidget widget, WModelIndex anon2) Updates the model index of a widget.void
WItemDelegate.updateModelIndex
(WWidget widget, WModelIndex index) WAbstractItemDelegate.validate
(WModelIndex anon1, Object editState) Returns whether the edited value is valid.WAbstractItemView.validateEditor
(WModelIndex index) Validates the editor for the given index.Modifier and TypeMethodDescriptionstatic HashSet<WModelIndex>
WModelIndex.decodeFromRawIndexes
(HashSet<WModelIndex> encodedIndexes) Utility method to decode an entire set of raw indexes.static SortedSet<WModelIndex>
WModelIndex.decodeFromRawIndexes
(SortedSet<WModelIndex> encodedIndexes) Utility method to decode an entire set of raw indexes.static void
WModelIndex.encodeAsRawIndexes
(Set<WModelIndex> indexes) Utility method for converting an entire set of indexes to raw.protected void
WAbstractProxyModel.endShiftModelIndexes
(WModelIndex sourceParent, int start, int count, SortedMap<WModelIndex, WAbstractProxyModel.BaseItem> items) protected void
WAbstractItemView.handleTouchEnd
(List<WModelIndex> indices, WTouchEvent event) Handles a touch ended event.protected void
WAbstractItemView.handleTouchMove
(List<WModelIndex> indices, WTouchEvent event) Handles a touch moved event.protected void
WAbstractItemView.handleTouchSelect
(List<WModelIndex> indices, WTouchEvent event) Handles a touch select event.protected void
WAbstractItemView.handleTouchStart
(List<WModelIndex> indices, WTouchEvent event) Handles a touch started event.void
WAbstractItemView.setSelectedIndexes
(SortedSet<WModelIndex> indexes) Sets the selected items.protected void
WAbstractProxyModel.startShiftModelIndexes
(WModelIndex sourceParent, int start, int count, SortedMap<WModelIndex, WAbstractProxyModel.BaseItem> items) Utility methods to shift items in an item map.ModifierConstructorDescriptionBaseItem
(WModelIndex sourceIndex) Create aWAbstractProxyModel.BaseItem
.IndexAnchor
(WModelIndex index) IndexContainerWidget
(WModelIndex index) IndexText
(WModelIndex index) -
Uses of WModelIndex in eu.webtoolkit.jwt.chart
Modifier and TypeFieldDescriptionWBarSelection.index
The index that corresponds to the selected bar in the WAbstractDataModel.
touchStarted()
instead.