Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Support predefined styles for x-tab elements.

Summary:

Support predefined styles for extended-item.

- Bugzilla Bug (s) Resolved:


- Description:

 1. Add four predefined styles: crosstab, crosstab-cell, crosstab-header and crosstab-detail.

 2. Implement List CrosstabCellHandle :: getPredefinedStyles to apply crosstab-cell to all measure

detail and aggregation cells; and crosstab-header to all other x-tab cells, such as measure header, level

header and aggregation.

- Tests Description:

 Manual test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

src/org/eclipse/birt/report/item/crosstab/core/ICrosstabConstants.java

src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabCellHandle.java

 


Back to the top