insert abstract method
Inserts a View identified by a ViewRef into the container.
If index
is not specified, the new View will be inserted as the
last view in the container.
Returns the inserted ViewRef.
Implementation
ViewRef insert(ViewRef viewRef, [int index = -1]);