org.eclipse.birt.report.engine.api.script.element
Interface IListing

All Superinterfaces:
IDesignElement, IReportElement, IReportItem
All Known Subinterfaces:
IList, ITable

public interface IListing
extends IReportItem

Represents the design of an Listing in the scripting environment


Method Summary
 IFilterCondition[] getFilterConditions()
          Returns all filter conditions
 ISortCondition[] getSortConditions()
          Returns all sort conditions.
 
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IReportItem
getBookmark, getColumnBinding, getColumnBindings, getHeight, getHideRuleExpression, getHighLightRule, getTocExpression, getWidth, getX, getY, removeColumnBinding, removeHideRule, setBookmark, setHeight, setHeight, setTocExpression, setWidth, setWidth, setX, setX, setY, setY
 
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IReportElement
getComments, getCustomXml, getDisplayName, getDisplayNameKey, setComments, setCustomXml, setDisplayName, setDisplayNameKey
 
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IDesignElement
getName, getNamedExpression, getParent, getQualifiedName, getStyle, getUserProperty, setName, setNamedExpression, setUserProperty, setUserProperty
 

Method Detail

getFilterConditions

public IFilterCondition[] getFilterConditions()
Returns all filter conditions

Returns:
all filter conditions

getSortConditions

public ISortCondition[] getSortConditions()
Returns all sort conditions.

Returns:
all sort conditions.


Copyright © 2005 Actuate Corp. All rights reserved.