Uses of Interface
org.eclipse.birt.report.engine.api.script.element.IFilterCondition

Packages that use IFilterCondition
org.eclipse.birt.report.engine.api.script.element Report element representations in the BIRT scripting environment. 
 

Uses of IFilterCondition in org.eclipse.birt.report.engine.api.script.element
 

Methods in org.eclipse.birt.report.engine.api.script.element that return IFilterCondition
 IFilterCondition[] IListing.getFilterConditions()
          Returns all filter conditions
static IFilterCondition StructureScriptAPIFactory.createFilterCondition()
          Create IFilterCondition
 

Methods in org.eclipse.birt.report.engine.api.script.element with parameters of type IFilterCondition
 void IListing.addFilterCondition(IFilterCondition condition)
          Adds filter condition.expr of IFilterCondition is required.
 void IListing.removeFilterCondition(IFilterCondition condition)
          Removes filter condition.
 



Copyright © 2005 Actuate Corp. All rights reserved.