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 |
---|---|
IHideRule[] |
SimpleRowItem.getHideRules() |
IHideRule[] |
MultiRowItem.getHideRules() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleRowItem.addHideRule(IHideRule rule) |
void |
MultiRowItem.addHideRule(IHideRule rule) |
void |
SimpleRowItem.removeHideRule(IHideRule rule) |
void |
MultiRowItem.removeHideRule(IHideRule rule) |
Modifier and Type | Method and Description |
---|---|
IHideRule |
SimpleElementFactory.createHideRule()
Create
IHideRule instance |
IHideRule |
SimpleElementFactory.createHideRule(HideRule rule) |
IHideRule |
SimpleElementFactory.createHideRule(HideRuleHandle handle) |
Modifier and Type | Method and Description |
---|---|
IHideRule |
ISimpleElementFactory.createHideRule()
Create
IHideRule instance |
IHideRule |
IReportDesign.createHideRule()
Create IHideRule instance
|
IHideRule |
ISimpleElementFactory.createHideRule(HideRule rule)
Create
IHideRule instance |
IHideRule |
ISimpleElementFactory.createHideRule(HideRuleHandle handle)
Create
IHideRule instance |
IHideRule[] |
IRow.getHideRules()
Returns array of hide rule expression
|
IHideRule[] |
IReportItem.getHideRules()
Returns array of hide rule expression
|
IHideRule[] |
IColumn.getHideRules()
Returns array of hide rule expression
|
Modifier and Type | Method and Description |
---|---|
void |
IRow.addHideRule(IHideRule rule)
Add HideRule
|
void |
IReportItem.addHideRule(IHideRule rule)
Add HideRule
|
void |
IColumn.addHideRule(IHideRule rule)
Add HideRule
|
void |
IRow.removeHideRule(IHideRule rule)
Removes all hide rules that matches formatType.
|
void |
IReportItem.removeHideRule(IHideRule rule)
Removes all hide rules that matches formatType.
|
void |
IColumn.removeHideRule(IHideRule rule)
Removes all hide rules that matches formatType.
|
Copyright © 2008 Actuate Corp. All rights reserved.