Uiinfrastructure API Docs  
 

PTGrowableSortedArrayWrapper.m_lstUnusedRowMapping Field

MES- m_lstUnusedRowMapping is a list of the empty rows. We use this when we want to add a new row to the array- we may be able to sneak the data into an existing row. Every row should either be in m_lstRowMapping or m_lstUnusedRowMapping.

protected XPArrayList m_lstUnusedRowMapping;

See Also

PTGrowableSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace