ItsNatTableImpl tableComp = (ItsNatTableImpl)parentComp.getItsNatTable();
ItsNatTableStructure structure = tableComp.getItsNatTableStructure();
ItsNatTableStructureCoreAdapterImpl structAdapter;
structAdapter = new ItsNatTableStructureCoreAdapterImpl(structure,null,parentComp);
ItsNatDocumentImpl itsNatDoc = getItsNatDocumentImpl();
this.elementList = itsNatDoc.getElementGroupManagerImpl().createElementListInternal(rowElement,true,structAdapter,null);
}