Method | Description | |
---|---|---|
findIndexByID ( $id ) : integer | Finds the index of the tab view whose ID is the same as the one being looked for. | |
insertAt ( $index, $item ) | Inserts an item at the specified position. |
public findIndexByID ( $id ) : integer | ||
return | integer | the index of the tab view found, -1 if not found. |
public insertAt ( $index, $item ) |