Plumtree Portal UI  
 

PTMultiColumnListModel.GetListValues Method 

This method should ge used by the client to get back the array of values other than the 3 columns used for the Plumtree selected object (ObjectID, ClassID, and Name) at the end of the Editor and store them. It should only be called in cases where there are columns other than the Plumtree object columns (i.e. m_intNumColumns > 0)

public virtual object[][] GetListValues();

Return Value

Object[][]

See Also

PTMultiColumnListModel Class | com.plumtree.portaluiinfrastructure.ptmulticolumnlist Namespace