Uses of Interface
org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
Packages that use IHighlightRule
Package
Description
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
Report element representations in the BIRT simple API environment.
-
Uses of IHighlightRule in org.eclipse.birt.report.model.api.extension
Methods in org.eclipse.birt.report.model.api.extension that return IHighlightRuleModifier and TypeMethodDescriptionMultiRowItem.getHighlightRules()
SimpleRowItem.getHighlightRules()
Methods in org.eclipse.birt.report.model.api.extension with parameters of type IHighlightRuleModifier and TypeMethodDescriptionvoid
MultiRowItem.addHighlightRule
(IHighlightRule rule) void
SimpleRowItem.addHighlightRule
(IHighlightRule rule) void
MultiRowItem.removeHighlightRule
(IHighlightRule rule) void
SimpleRowItem.removeHighlightRule
(IHighlightRule rule) -
Uses of IHighlightRule in org.eclipse.birt.report.model.api.impl
Methods in org.eclipse.birt.report.model.api.impl that return IHighlightRuleModifier and TypeMethodDescriptionSimpleElementFactory.createHighlightRule()
SimpleElementFactory.createHighlightRule
(HighlightRule highlightRule) SimpleElementFactory.createHighlightRule
(HighlightRuleHandle handle) -
Uses of IHighlightRule in org.eclipse.birt.report.model.api.simpleapi
Methods in org.eclipse.birt.report.model.api.simpleapi that return IHighlightRuleModifier and TypeMethodDescriptionISimpleElementFactory.createHighlightRule()
CreateIHighlightRule
instanceISimpleElementFactory.createHighlightRule
(HighlightRule highlightRule) CreateIHighlightRule
instanceISimpleElementFactory.createHighlightRule
(HighlightRuleHandle handle) CreateIHighlightRule
instanceIReportDesign.createHighLightRule()
Create IHighLightRuleIReportItem.getHighlightRules()
Gets all high light rules.IRow.getHighlightRules()
Gets all high light rules.Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type IHighlightRuleModifier and TypeMethodDescriptionvoid
IReportItem.addHighlightRule
(IHighlightRule rule) Adds high light rule.void
IRow.addHighlightRule
(IHighlightRule rule) Adds high light rule.void
IReportItem.removeHighlightRule
(IHighlightRule rule) Removes high light rule.void
IRow.removeHighlightRule
(IHighlightRule rule) Removes high light rule.