Object data = factory.getPerspectiveLayout( element, children );
if( data == null ){
return null;
}
CElementPerspective celement = element.getElement();
CStationPerspective station = celement.asStation();
String id = station.getUniqueId();
return new CommonDockStationLayout( id, station.isRoot(), factoryId, new DockLayout<Object>( factoryId, data ) );
}