indexOf abstract method

int indexOf(
  1. ViewRef viewRef
)

Returns the index of the attached viewRef.

Returns -1 if this container doesn't contain the provided view.

Implementation

int indexOf(ViewRef viewRef);