Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
org.eclipse.birt.report.model.api.impl | |
org.eclipse.birt.report.model.api.olap | |
org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
Modifier and Type | Method and Description |
---|---|
static FilterCondition |
StructureFactory.createFilterCond()
Creates an empty filter condition structure.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSetHandle.addFilter(FilterCondition fc)
Adds the filter condition.
|
void |
DataSetHandle.removeFilter(FilterCondition fc)
Removes the filter condition.
|
Modifier and Type | Method and Description |
---|---|
IFilterCondition |
SimpleElementFactory.createFilterCondition(FilterCondition condition) |
Modifier and Type | Method and Description |
---|---|
void |
CubeHandle.addFilter(FilterCondition fc)
Adds the filter condition.
|
void |
CubeHandle.removeFilter(FilterCondition fc)
Removes the filter condition.
|
Modifier and Type | Method and Description |
---|---|
IFilterCondition |
ISimpleElementFactory.createFilterCondition(FilterCondition condition)
Creates the IFilterCondition instance.
|
Copyright © 2008 Actuate Corp. All rights reserved.