Uses of Interface
org.eclipse.birt.report.model.api.simpleapi.IHideRule
Packages that use IHideRule
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 IHideRule in org.eclipse.birt.report.model.api.extension
Methods in org.eclipse.birt.report.model.api.extension that return IHideRuleMethods in org.eclipse.birt.report.model.api.extension with parameters of type IHideRuleModifier and TypeMethodDescriptionvoid
MultiRowItem.addHideRule
(IHideRule rule) void
SimpleRowItem.addHideRule
(IHideRule rule) void
MultiRowItem.removeHideRule
(IHideRule rule) void
SimpleRowItem.removeHideRule
(IHideRule rule) -
Uses of IHideRule in org.eclipse.birt.report.model.api.impl
Methods in org.eclipse.birt.report.model.api.impl that return IHideRuleModifier and TypeMethodDescriptionSimpleElementFactory.createHideRule()
CreateIHideRule
instanceSimpleElementFactory.createHideRule
(HideRule rule) SimpleElementFactory.createHideRule
(HideRuleHandle handle) -
Uses of IHideRule in org.eclipse.birt.report.model.api.simpleapi
Methods in org.eclipse.birt.report.model.api.simpleapi that return IHideRuleModifier and TypeMethodDescriptionIReportDesign.createHideRule()
Create IHideRule instanceISimpleElementFactory.createHideRule()
CreateIHideRule
instanceISimpleElementFactory.createHideRule
(HideRule rule) CreateIHideRule
instanceISimpleElementFactory.createHideRule
(HideRuleHandle handle) CreateIHideRule
instanceIColumn.getHideRules()
Returns array of hide rule expressionIReportItem.getHideRules()
Returns array of hide rule expressionIRow.getHideRules()
Returns array of hide rule expressionMethods in org.eclipse.birt.report.model.api.simpleapi with parameters of type IHideRuleModifier and TypeMethodDescriptionvoid
IColumn.addHideRule
(IHideRule rule) Add HideRulevoid
IReportItem.addHideRule
(IHideRule rule) Add HideRulevoid
IRow.addHideRule
(IHideRule rule) Add HideRulevoid
IColumn.removeHideRule
(IHideRule rule) Removes all hide rules that matches formatType.void
IReportItem.removeHideRule
(IHideRule rule) Removes all hide rules that matches formatType.void
IRow.removeHideRule
(IHideRule rule) Removes all hide rules that matches formatType.