The search functionality needs JavaScript enabled
TabItemList.get
get item by index
TabItem get( int index ); const(TabItem) get( int index ) const;
get item by id
TabItem get( string id ); const(TabItem) get( string id ) const;