Uses of Class
eu.webtoolkit.jwt.WModelIndex
Packages that use WModelIndex
-
Uses of WModelIndex in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt declared as WModelIndexModifier and TypeFieldDescriptionWAbstractProxyModel.BaseItem.sourceIndex_The source model index.Methods in eu.webtoolkit.jwt that return WModelIndexModifier and TypeMethodDescriptionprotected WModelIndexWAbstractItemModel.createIndex(int row, int column, long id) Creates a model index for the given row and column.protected WModelIndexWAbstractItemModel.createIndex(int row, int column, Object ptr) Creates a model index for the given row and column.protected WModelIndexWAbstractProxyModel.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 WModelIndexWAbstractItemModel.getIndex(int row, int column) Returns the child index for the given row and column.abstract WModelIndexWAbstractItemModel.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) WStringListModel.getIndex(int row, int column, WModelIndex parent) WTableView.getModelIndexAt(WWidget widget) Returns the model index corresponding to a widget.abstract WModelIndexWAbstractItemModel.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.final WModelIndexWTableView.incomingIndex()Returns the incoming index.final WModelIndexWTableView.incomingIndex(Side corne, Side... corner) Returns the incoming index.WTableView.incomingIndex(EnumSet<Side> corner) Returns the incoming index.WStandardItemModel.indexFromItem(WStandardItem item) Returns the model index for a particular item.abstract WModelIndexWAbstractProxyModel.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 WModelIndexWAbstractProxyModel.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) Methods in eu.webtoolkit.jwt that return types with arguments of type WModelIndexModifier 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.Methods in eu.webtoolkit.jwt with parameters of type WModelIndexModifier and TypeMethodDescriptionprotected voidWAbstractItemModel.beginInsertColumns(WModelIndex parent, int first, int last) Method to be called before inserting columns.protected voidWStandardItemModel.beginInsertColumns(WModelIndex parent, int first, int last) protected voidWAbstractItemModel.beginInsertRows(WModelIndex parent, int first, int last) Method to be called before inserting rows.protected voidWStandardItemModel.beginInsertRows(WModelIndex parent, int first, int last) protected voidWAbstractItemModel.beginRemoveColumns(WModelIndex parent, int first, int last) Method to be called before removing columns.protected voidWStandardItemModel.beginRemoveColumns(WModelIndex parent, int first, int last) protected voidWAbstractItemModel.beginRemoveRows(WModelIndex parent, int first, int last) Method to be called before removing rows.protected voidWStandardItemModel.beginRemoveRows(WModelIndex parent, int first, int last) final voidWAbstractItemView.closeEditor(WModelIndex index) Closes the editor for the given index.voidWAbstractItemView.closeEditor(WModelIndex index, boolean saveData) Closes the editor for the given index.voidWTreeView.collapse(WModelIndex index) Collapses a node.protected intWSortFilterProxyModel.compare(WModelIndex lhs, WModelIndex rhs) Compares two indexes.intWModelIndex.compareTo(WModelIndex i2) ImplementsComparable.compareTo(Object).protected voidWAbstractItemModel.copyData(WModelIndex sIndex, WModelIndex dIndex) Copy data to an index in this model.protected voidWStandardItemModel.copyData(WModelIndex sIndex, WModelIndex dIndex) protected final WWidgetWItemDelegate.createEditor(WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags) Creates an editor for a data item.protected WWidgetWItemDelegate.createEditor(WModelIndex index, EnumSet<ViewItemRenderFlag> flags) Creates an editor for a data item.voidWAbstractItemModel.dropEvent(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) Handles a drop event.voidWAbstractItemModel.dropEvent(WDropEvent e, DropAction action, WModelIndex pindex, Side side) Handles a drop event.protected voidWAbstractItemView.dropEvent(WDropEvent e, WModelIndex index) Handles a drop event (drag & drop).protected voidWAbstractItemView.dropEvent(WDropEvent e, WModelIndex index, Side side) Handles a drop event (drag & drop).voidWAbstractProxyModel.dropEvent(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) Handles a drop event.voidWAbstractProxyModel.dropEvent(WDropEvent e, DropAction action, WModelIndex index, Side side) Handles a drop event.voidWReadOnlyProxyModel.dropEvent(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) Has no effect.voidWStandardItemModel.dropEvent(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) voidWAbstractItemView.edit(WModelIndex index) Opens an editor for the given index.protected voidWAbstractProxyModel.endShiftModelIndexes(WModelIndex sourceParent, int start, int count, SortedMap<WModelIndex, WAbstractProxyModel.BaseItem> items) voidWTreeView.expand(WModelIndex index) Expands a node.protected booleanWSortFilterProxyModel.filterAcceptRow(int sourceRow, WModelIndex sourceParent) Returns whether a source row is accepted by the filter.abstract intWAbstractItemModel.getColumnCount(WModelIndex parent) Returns the number of columns.intWAbstractListModel.getColumnCount(WModelIndex parent) intWAggregateProxyModel.getColumnCount(WModelIndex parent) intWBatchEditProxyModel.getColumnCount(WModelIndex parent) intWEnumModel.getColumnCount(WModelIndex parent) intWIdentityProxyModel.getColumnCount(WModelIndex parent) Returns the number of columns.intWReadOnlyProxyModel.getColumnCount(WModelIndex parent) Returns the number of columns.intWSortFilterProxyModel.getColumnCount(WModelIndex parent) intWStandardItemModel.getColumnCount(WModelIndex parent) WAbstractItemModel.getData(int row, int column, ItemDataRole role, WModelIndex parent) Returns the data item at the given column and row.final ObjectWAbstractItemModel.getData(WModelIndex index) Returns data at a specified model index for the given role.abstract ObjectWAbstractItemModel.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 WModelIndexWAbstractItemModel.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) WStringListModel.getIndex(int row, int column, WModelIndex parent) WItemModel.getItem(WModelIndex index) Returns the Item for theWModelIndexindex.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 WModelIndexWAbstractItemModel.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 intWAbstractItemModel.getRowCount(WModelIndex parent) Returns the number of rows.intWAggregateProxyModel.getRowCount(WModelIndex parent) intWBatchEditProxyModel.getRowCount(WModelIndex parent) intWEnumModel.getRowCount(WModelIndex parent) intWIdentityProxyModel.getRowCount(WModelIndex parent) Returns the number of rows.intWItemModel.getRowCount(WModelIndex index) intWReadOnlyProxyModel.getRowCount(WModelIndex parent) Returns the number of rows.intWSortFilterProxyModel.getRowCount(WModelIndex parent) intWStandardItemModel.getRowCount(WModelIndex parent) intWStringListModel.getRowCount(WModelIndex parent) booleanWAbstractItemModel.hasChildren(WModelIndex index) Returns if there are children at an index.booleanWAbstractItemModel.hasIndex(int row, int column, WModelIndex parent) Returns if an index at the given position is valid (i.e.booleanWAbstractItemModel.insertColumn(int column, WModelIndex parent) Inserts one column.booleanWAbstractItemModel.insertColumns(int column, int count, WModelIndex parent) Inserts one or more columns.booleanWAbstractProxyModel.insertColumns(int column, int count, WModelIndex parent) Inserts one or more columns.booleanWBatchEditProxyModel.insertColumns(int column, int count, WModelIndex parent) booleanWIdentityProxyModel.insertColumns(int column, int count, WModelIndex parent) Inserts one or more columns.booleanWReadOnlyProxyModel.insertColumns(int column, int count, WModelIndex parent) Always returnsfalseand has no effect.booleanWStandardItemModel.insertColumns(int column, int count, WModelIndex parent) booleanWAbstractItemModel.insertRow(int row, WModelIndex parent) Inserts one row.booleanWAbstractItemModel.insertRows(int column, int count, WModelIndex parent) Inserts one or more rows.booleanWBatchEditProxyModel.insertRows(int row, int count, WModelIndex parent) booleanWIdentityProxyModel.insertRows(int row, int count, WModelIndex parent) Inserts one or more rows.booleanWSortFilterProxyModel.insertRows(int row, int count, WModelIndex parent) Inserts a number rows.booleanWStandardItemModel.insertRows(int row, int count, WModelIndex parent) booleanWStringListModel.insertRows(int row, int count, WModelIndex parent) static booleanWModelIndex.isAncestor(WModelIndex i1, WModelIndex i2) Returns whether i2 is an ancestor of i1.booleanWAbstractItemView.isEditing(WModelIndex index) Returns whether an editor is open for a given index.booleanWTreeView.isExpanded(WModelIndex index) Returns whether a node is expanded.booleanWAbstractItemView.isSelected(WModelIndex index) Returns wheter an item is selected.booleanWItemSelectionModel.isSelected(WModelIndex index) Returns wheter an item is selected.booleanWAbstractItemView.isValid(WModelIndex index) Returns whether an editor's state is valid.abstract WWidgetWAbstractItemView.itemWidget(WModelIndex index) Returns the widget that renders an item.WTableView.itemWidget(WModelIndex index) WTreeView.itemWidget(WModelIndex index) abstract WModelIndexWAbstractProxyModel.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 WModelIndexWAbstractProxyModel.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.booleanWAbstractItemModel.removeColumn(int column, WModelIndex parent) Removes one column.booleanWAbstractItemModel.removeColumns(int column, int count, WModelIndex parent) Removes columns.booleanWAbstractProxyModel.removeColumns(int column, int count, WModelIndex parent) Removes columns.booleanWBatchEditProxyModel.removeColumns(int column, int count, WModelIndex parent) booleanWIdentityProxyModel.removeColumns(int column, int count, WModelIndex parent) Removes columns.booleanWReadOnlyProxyModel.removeColumns(int column, int count, WModelIndex parent) Always returnsfalseand has no effect.booleanWStandardItemModel.removeColumns(int column, int count, WModelIndex parent) booleanWAbstractItemModel.removeRow(int row, WModelIndex parent) Removes one row.booleanWAbstractItemModel.removeRows(int column, int count, WModelIndex parent) Removes rows.booleanWBatchEditProxyModel.removeRows(int row, int count, WModelIndex parent) booleanWIdentityProxyModel.removeRows(int row, int count, WModelIndex parent) Removes rows.booleanWSortFilterProxyModel.removeRows(int row, int count, WModelIndex parent) Removes a number rows.booleanWStandardItemModel.removeRows(int row, int count, WModelIndex parent) booleanWStringListModel.removeRows(int row, int count, WModelIndex parent) final voidWAbstractItemView.scrollTo(WModelIndex index) Scrolls the view to an item.voidWAbstractItemView.scrollTo(WModelIndex index, ScrollHint hint) Scrolls the view to an item.voidWAbstractItemView.scrollTo(WModelIndex index, ScrollHint rowHint, ScrollHint columnHint) Scrolls the view to an item.voidWTableView.scrollTo(WModelIndex index, ScrollHint hint) voidWTableView.scrollTo(WModelIndex index, ScrollHint rowHint, ScrollHint columnHint) voidWTreeView.scrollTo(WModelIndex index, ScrollHint hint) voidWTreeView.scrollTo(WModelIndex index, ScrollHint rowHint, ScrollHint columnHint) final voidWAbstractItemView.select(WModelIndex index) Selects a single item.voidWAbstractItemView.select(WModelIndex index, SelectionFlag option) Selects a single item.booleanWAbstractItemModel.setData(int row, int column, Object value, ItemDataRole role, WModelIndex parent) Sets data at the given row and column.final booleanWAbstractItemModel.setData(WModelIndex index, Object value) Sets data at the given model index.booleanWAbstractItemModel.setData(WModelIndex index, Object value, ItemDataRole role) Sets data at the given model index.booleanWAbstractProxyModel.setData(WModelIndex index, Object value, ItemDataRole role) Sets the data at the given model index.booleanWBatchEditProxyModel.setData(WModelIndex index, Object value, ItemDataRole role) Sets item data.booleanWReadOnlyProxyModel.setData(WModelIndex index, Object value, ItemDataRole role) Always returnsfalseand has no effect.booleanWStandardItemModel.setData(WModelIndex index, Object value, ItemDataRole role) booleanWStringListModel.setData(WModelIndex index, Object value, ItemDataRole role) voidWAbstractItemDelegate.setEditState(WWidget widget, WModelIndex anon2, Object value) Sets the editor data from the editor state.voidWItemDelegate.setEditState(WWidget editor, WModelIndex index, Object value) Sets the editor data from the editor state.voidWTreeView.setExpanded(WModelIndex index, boolean expanded) Expands or collapses a node.voidIndexAnchor.setIndex(WModelIndex index2) voidIndexContainerWidget.setIndex(WModelIndex index2) voidIndexText.setIndex(WModelIndex index2) booleanWAbstractItemModel.setItemData(WModelIndex index, SortedMap<ItemDataRole, Object> values) Sets data at the given model index.booleanWAbstractProxyModel.setItemData(WModelIndex index, SortedMap<ItemDataRole, Object> values) Sets the data at the given model index.booleanWReadOnlyProxyModel.setItemData(WModelIndex index, SortedMap<ItemDataRole, Object> values) Always returnsfalseand has no effect.voidWAbstractItemDelegate.setModelData(Object editState, WAbstractItemModel model, WModelIndex anon3) Saves the edited data to the model.voidWItemDelegate.setModelData(Object editState, WAbstractItemModel model, WModelIndex index) Saves the edited data to the model.voidWAbstractItemView.setRootIndex(WModelIndex rootIndex) Sets the root index.protected booleanWAbstractItemView.shiftEditorColumns(WModelIndex parent, int start, int count, boolean persistWhenShifted) protected booleanWAbstractItemView.shiftEditorRows(WModelIndex parent, int start, int count, boolean persistWhenShifted) protected voidWAbstractProxyModel.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 WWidgetWAbstractItemDelegate.update(WWidget widget, WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags) Creates or updates a widget that renders an item.abstract WWidgetWAbstractItemDelegate.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.voidWAbstractItemDelegate.updateModelIndex(WWidget widget, WModelIndex anon2) Updates the model index of a widget.voidWItemDelegate.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.Method parameters in eu.webtoolkit.jwt with type arguments of type WModelIndexModifier 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 voidWModelIndex.encodeAsRawIndexes(Set<WModelIndex> indexes) Utility method for converting an entire set of indexes to raw.protected voidWAbstractProxyModel.endShiftModelIndexes(WModelIndex sourceParent, int start, int count, SortedMap<WModelIndex, WAbstractProxyModel.BaseItem> items) protected voidWAbstractItemView.handleTouchEnd(List<WModelIndex> indices, WTouchEvent event) Handles a touch ended event.protected voidWAbstractItemView.handleTouchMove(List<WModelIndex> indices, WTouchEvent event) Handles a touch moved event.protected voidWAbstractItemView.handleTouchSelect(List<WModelIndex> indices, WTouchEvent event) Handles a touch select event.protected voidWAbstractItemView.handleTouchStart(List<WModelIndex> indices, WTouchEvent event) Handles a touch started event.voidWAbstractItemView.setSelectedIndexes(SortedSet<WModelIndex> indexes) Sets the selected items.protected voidWAbstractProxyModel.startShiftModelIndexes(WModelIndex sourceParent, int start, int count, SortedMap<WModelIndex, WAbstractProxyModel.BaseItem> items) Utility methods to shift items in an item map.Constructors in eu.webtoolkit.jwt with parameters of type WModelIndexModifierConstructorDescriptionBaseItem(WModelIndex sourceIndex) Create aWAbstractProxyModel.BaseItem.IndexAnchor(WModelIndex index) IndexContainerWidget(WModelIndex index) IndexText(WModelIndex index) -
Uses of WModelIndex in eu.webtoolkit.jwt.chart
Fields in eu.webtoolkit.jwt.chart declared as WModelIndexModifier and TypeFieldDescriptionWBarSelection.indexThe index that corresponds to the selected bar in the WAbstractDataModel.Constructors in eu.webtoolkit.jwt.chart with parameters of type WModelIndex
touchStarted()instead.