Class TabItemList

tab item list helper class

class TabItemList;

Constructors

NameDescription
this ()

Properties

NameTypeDescription
length[get] int

Methods

NameDescription
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