Package | Description |
---|---|
org.eclipse.birt.report.model.api.extension |
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
|
org.eclipse.birt.report.model.api.impl | |
org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
Modifier and Type | Method and Description |
---|---|
IHighlightRule[] |
SimpleRowItem.getHighlightRules() |
IHighlightRule[] |
MultiRowItem.getHighlightRules() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleRowItem.addHighlightRule(IHighlightRule rule) |
void |
MultiRowItem.addHighlightRule(IHighlightRule rule) |
void |
SimpleRowItem.removeHighlightRule(IHighlightRule rule) |
void |
MultiRowItem.removeHighlightRule(IHighlightRule rule) |
Modifier and Type | Method and Description |
---|---|
IHighlightRule |
SimpleElementFactory.createHighlightRule() |
IHighlightRule |
SimpleElementFactory.createHighlightRule(HighlightRule highlightRule) |
IHighlightRule |
SimpleElementFactory.createHighlightRule(HighlightRuleHandle handle) |
Modifier and Type | Method and Description |
---|---|
IHighlightRule |
ISimpleElementFactory.createHighlightRule()
Create
IHighlightRule instance |
IHighlightRule |
IReportDesign.createHighLightRule()
Create IHighLightRule
|
IHighlightRule |
ISimpleElementFactory.createHighlightRule(HighlightRule highlightRule)
Create
IHighlightRule instance |
IHighlightRule |
ISimpleElementFactory.createHighlightRule(HighlightRuleHandle handle)
Create
IHighlightRule instance |
IHighlightRule[] |
IRow.getHighlightRules()
Gets all high light rules.
|
IHighlightRule[] |
IReportItem.getHighlightRules()
Gets all high light rules.
|
Modifier and Type | Method and Description |
---|---|
void |
IRow.addHighlightRule(IHighlightRule rule)
Adds high light rule.
|
void |
IReportItem.addHighlightRule(IHighlightRule rule)
Adds high light rule.
|
void |
IRow.removeHighlightRule(IHighlightRule rule)
Removes high light rule.
|
void |
IReportItem.removeHighlightRule(IHighlightRule rule)
Removes high light rule.
|
Copyright © 2008 Actuate Corp. All rights reserved.