Uses of Class
eu.webtoolkit.jwt.WStandardItem
Packages that use WStandardItem
-
Uses of WStandardItem in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WStandardItemModifier and TypeMethodDescriptionWStandardItem.clone()
Returns a clone of this item.final WStandardItem
WStandardItem.getChild
(int row) Returns a child item.WStandardItem.getChild
(int row, int column) Returns a child item.WStandardItemModel.getInvisibleRootItem()
Returns the invisible root item.final WStandardItem
WStandardItemModel.getItem
(int row) Returns a toplevel item.WStandardItemModel.getItem
(int row, int column) Returns a toplevel item.WStandardItemModel.getItemFromIndex
(WModelIndex index) Returns the standard item that corresponds to a model index.WStandardItemModel.getItemPrototype()
Returns the item prototype.WStandardItem.getParent()
Returns the parent item.WStandardItem.takeChild
(int row, int column) Takes a child out of the item.final WStandardItem
WStandardItemModel.takeItem
(int row) Takes an item out of the model.WStandardItemModel.takeItem
(int row, int column) Takes an item out of the model.Methods in eu.webtoolkit.jwt that return types with arguments of type WStandardItemModifier and TypeMethodDescriptionWStandardItemModel.itemChanged()
Signal emitted when an item is changed.WStandardItem.takeColumn
(int column) Takes a column of children out of the item.WStandardItemModel.takeColumn
(int column) Takes a column out of the model.WStandardItem.takeRow
(int row) Takes a row of children out of the item.WStandardItemModel.takeRow
(int row) Takes a row out of the model.Methods in eu.webtoolkit.jwt with parameters of type WStandardItemModifier and TypeMethodDescriptionvoid
WStandardItem.appendRow
(WStandardItem item) Appends a row containing one item.void
WStandardItemModel.appendRow
(WStandardItem item) Appends a single row containing a single item.WStandardItemModel.indexFromItem
(WStandardItem item) Returns the model index for a particular item.void
WStandardItem.insertRow
(int row, WStandardItem item) Inserts a row containing one item.void
WStandardItemModel.insertRow
(int row, WStandardItem item) Inserts a single row containing a single item.void
WStandardItem.setChild
(int row, int column, WStandardItem item) Sets a child item.void
WStandardItem.setChild
(int row, WStandardItem item) Sets a child item.void
WStandardItemModel.setItem
(int row, int column, WStandardItem item) Sets a toplevel item.void
WStandardItemModel.setItemPrototype
(WStandardItem item) Sets the item prototype.Method parameters in eu.webtoolkit.jwt with type arguments of type WStandardItemModifier and TypeMethodDescriptionvoid
WStandardItem.appendColumn
(List<WStandardItem> items) Add a single column of items.void
WStandardItemModel.appendColumn
(List<WStandardItem> items) Adds a single column of top level items.void
WStandardItem.appendRow
(List<WStandardItem> items) Add a single row of items.void
WStandardItemModel.appendRow
(List<WStandardItem> items) Adds a single row of top level items.void
WStandardItem.appendRows
(List<WStandardItem> items) Appends multiple rows containing one item.void
WStandardItem.insertColumn
(int column, List<WStandardItem> items) Inserts a single column of items.void
WStandardItemModel.insertColumn
(int column, List<WStandardItem> items) Inserts a single column of top level items.void
WStandardItem.insertRow
(int row, List<WStandardItem> items) Inserts a single row of items.void
WStandardItemModel.insertRow
(int row, List<WStandardItem> items) Inserts a single row of top level items.void
WStandardItem.insertRows
(int row, List<WStandardItem> items) Inserts multiple rows containing one item.Constructors in eu.webtoolkit.jwt with parameters of type WStandardItemModifierConstructorDescriptionprotected
WStandardItem
(WStandardItem other) Create a copy of other.