Solve FR [ 1843854 ] Creating fields on dispose (performance)
This commit is contained in:
parent
bbc9c79fc2
commit
053316b6b4
|
@ -240,7 +240,8 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
||||||
m_Chats.clear();
|
m_Chats.clear();
|
||||||
m_Chats = null;
|
m_Chats = null;
|
||||||
//
|
//
|
||||||
m_vo.getFields().clear();
|
if (m_vo.isInitFields())
|
||||||
|
m_vo.getFields().clear();
|
||||||
//m_vo.Fields = null;
|
//m_vo.Fields = null;
|
||||||
m_vo = null;
|
m_vo = null;
|
||||||
if (m_loader != null)
|
if (m_loader != null)
|
||||||
|
|
|
@ -546,5 +546,11 @@ public class GridTabVO implements Evaluatee, Serializable
|
||||||
return clone;
|
return clone;
|
||||||
} // clone
|
} // clone
|
||||||
|
|
||||||
} // MTabVO
|
/**
|
||||||
|
* @return the initFields
|
||||||
|
*/
|
||||||
|
public boolean isInitFields() {
|
||||||
|
return initFields;
|
||||||
|
}
|
||||||
|
|
||||||
|
} // MTabVO
|
Loading…
Reference in New Issue