Class TabItemList
tab item list helper class
class TabItemList;
Constructors
| Name | Description |
|---|---|
this
()
|
Properties
| Name | Type | Description |
|---|---|---|
length[get]
|
int |
Methods
| Name | Description |
|---|---|
add
(item)
|
append new item |
get
(index)
|
get item by index |
get
(id)
|
get item by id |
indexById
(id)
|
find tab index by id |
insert
(item, index)
|
insert new item to specified position |
opIndex
(index)
|
get item by index |
opIndex
(id)
|
get item by id |
remove
(index)
|
remove item by index |