Home | History | Annotate | Download | only in table

Lines Matching refs:m_id

823           if (propertyInfo.m_id.equals(m_activePropertyId)) {
1000 m_activePropertyId = m_activePropertyInfo.m_id;
1334 private final String m_id;
1352 //m_id = idPrefix + "|" + property.getTitle();
1353 m_id = idPrefix + "|" + property.getName();
1426 m_expandedIds.add(m_id);
1429 m_collapsedIds.remove(m_id);
1446 m_expandedIds.remove(m_id);
1449 m_collapsedIds.add(m_id);
1526 return new PropertyInfo(subProperty, m_id, m_level + 1);
1551 if (isComplex() && !isExpanded() && m_expandedIds.contains(m_id)) {
1557 && !m_collapsedIds.contains(m_id)) {
1592 m_expandedIds.add(info.m_id);