List.insertItem

Overview | Methods | This Package | All Packages

List.insertItem

Inserts the item at the specified position. 

Syntax

public void insertItem( int index, Object item )

Parameters

index

The index to insert the item at.

item

The item to insert.

Exceptions

WFCInvalidArgumentException thrown if the index parameter is greater than the item count or less than zero.

Remarks

Any item with an index equal to or greater than the index parameter is shifted down.