Home | History | Annotate | Download | only in table

Lines Matching defs:isExpanded

289           if (!m_activePropertyInfo.isExpanded()
295 if (m_activePropertyInfo.isExpanded()
1213 if (propertyInfo.isExpanded()) {
1267 Image stateImage = propertyInfo.isExpanded() ? m_minusImage : m_plusImage;
1403 public boolean isExpanded() {
1498 if (child.isExpanded()) {
1526 if (child.isExpanded()) {
1571 if (isComplex() && !isExpanded() && m_expandedIds.contains(m_id)) {
1576 if (m_collapsedIds != null && isComplex() && !isExpanded()