Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix bugzilla 119579 - Add method on GroupElementHandle to support local properties editing enable/disable.

Title: Checkin: fix bugzilla 119579 - Add method on GroupElementHandle to support local properties editing enable/disable.

- Summary:
- Bugzilla Bug (s) Resolved: 119579
- Description:
Add three methods
1) hasLocalProperties()
   Return true if:
     a) The multi selected elements are same type.
     b) The multi selected elements have extends.
     c) If any of the given elements has local properties.

2) isExtendedElements()
   Return true if each of the given collection of element
   extends has a parent.

3) clearAllProperties()
   Clear all the common properties of the given collection of elements. The
   behaviour is same like iterate all the common properties and set them to
   null.

- Tests Description  : Unit test

- Files Edited:
/home/birt/source/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupElementHandle.java,v  /home/birt/source/org.eclipse.birt.report.model/test/org/eclipse/birt/report/model/api/GroupElementHandleTest.java

- Files Added:
- Notes to Build Team:
- Notes to Developers:
- Notes to QA: 
- Notes to Documentation: 



Thanks,
Rock Yu

Actuate Software (Shanghai) Co., Ltd.        
1271,  South PuDong Road                                              
HuaRong Building Floor 21, Suite 2101          
PuDong New District, Shanghai 200122, PRC                
Tel: 86-21-58826388                                                       



Back to the top