|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptException | |
---|---|
org.eclipse.birt.report.engine.api.script | Commonly used interfaces for the BIRT scripting environment. |
org.eclipse.birt.report.engine.api.script.element | Report element representations in the BIRT scripting environment. |
org.eclipse.birt.report.engine.api.script.eventadapter | This package contains adapters for the event handler interfaces in org.eclipse.birt.report.engine.api.script.eventhandler. |
org.eclipse.birt.report.engine.api.script.eventhandler | This package contains event handler interfaces for the BIRT scripting environment. |
org.eclipse.birt.report.engine.api.script.instance | Report element representations in the BIRT scripting environment. |
Uses of ScriptException in org.eclipse.birt.report.engine.api.script |
---|
Methods in org.eclipse.birt.report.engine.api.script that throw ScriptException | |
---|---|
java.lang.String |
IColumnMetaData.getColumnAlias(int index)
Returns the column alias at the specified index. |
java.lang.String |
IColumnMetaData.getColumnLabel(int index)
Gets the label or display name of the column at the specified index. |
java.lang.String |
IColumnMetaData.getColumnName(int index)
Returns the column name at the specified index. |
java.lang.String |
IColumnMetaData.getColumnNativeTypeName(int index)
Returns the data provider specific data type name of the specified column. |
int |
IColumnMetaData.getColumnType(int index)
Returns the data type of the column at the specified index. |
java.lang.String |
IColumnMetaData.getColumnTypeName(int index)
Returns the Data Engine data type name of the column at the specified index. |
java.lang.Object |
IDataSetRow.getColumnValue(int index)
Gets the column data by index. |
java.lang.Object |
IRowData.getColumnValue(int index)
Return the value of the bouding exprssion by id. |
java.lang.Object |
IDataSetRow.getColumnValue(java.lang.String name)
Gets the column data by column name. |
java.lang.Object |
IRowData.getColumnValue(java.lang.String name)
Return the value of the bouding exprssion. |
java.lang.Object |
IRowData.getExpressionValue(int i)
Deprecated. Now do not support get expression value by index. Return the value of the i:th expression in the current row. Null will be return if the i:th expression doesn't exist. |
java.lang.Object |
IRowData.getExpressionValue(java.lang.String expression)
Deprecated. Return the value of the provided expression. The provided expression must have been bound to the current row. Otherwise, it returns null. |
boolean |
IColumnMetaData.isComputedColumn(int index)
Indicates whether the specified projected column is defined as a computed column. |
void |
IUpdatableDataSetRow.setColumnValue(int index,
java.lang.Object value)
Sets the column data by index. |
void |
IUpdatableDataSetRow.setColumnValue(java.lang.String name,
java.lang.Object value)
Sets the column data by column name. |
Uses of ScriptException in org.eclipse.birt.report.engine.api.script.element |
---|
Methods in org.eclipse.birt.report.engine.api.script.element that throw ScriptException | |
---|---|
void |
IReportItem.addDataBinding(IDataBinding binding)
Add ComputedColumn.name , expression of IDataBinding are required. |
void |
IListing.addFilterCondition(IFilterCondition condition)
Adds filter condition.expr of IFilterCondition is required. |
void |
IColumn.addHideRule(IHideRule rule)
Add HideRule |
void |
IReportItem.addHideRule(IHideRule rule)
Add HideRule |
void |
IRow.addHideRule(IHideRule rule)
Add HideRule |
void |
IReportItem.addHighlightRule(IHighlightRule rule)
Adds high light rule. |
void |
IRow.addHighlightRule(IHighlightRule rule)
Adds high light rule. |
void |
IListing.addSortCondition(ISortCondition condition)
Adds sort condition.key of ISortCondition is required. |
java.lang.String |
IHighlightRule.getBackGroundColor()
Returns backgroudcolor |
void |
IReportItem.removeDataBinding(java.lang.String bindingName)
Removes special column binding |
void |
IReportItem.removeDataBindings()
Removes all column bindings |
void |
IListing.removeFilterCondition(IFilterCondition condition)
Removes filter condition. |
void |
IListing.removeFilterConditions()
Removes filter condition. |
void |
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. |
void |
IColumn.removeHideRules()
Removes all hide rules |
void |
IReportItem.removeHideRules()
Removes all hide rules |
void |
IRow.removeHideRules()
Removes all hide rules |
void |
IReportItem.removeHighlightRule(IHighlightRule rule)
Removes high light rule. |
void |
IRow.removeHighlightRule(IHighlightRule rule)
Removes high light rule. |
void |
IReportItem.removeHighlightRules()
Removes all high light rules. |
void |
IRow.removeHighlightRules()
Removes all high light rules. |
void |
IListing.removeSortCondition(ISortCondition condition)
Removes sort condition. |
void |
IListing.removeSortConditions()
Removes all sort conditions |
void |
IDataBinding.setAggregateOn(java.lang.String on)
Sets aggregateOn of column binding. |
void |
IImage.setAltText(java.lang.String altText)
Sets the alternate text of this image. |
void |
IImage.setAltTextKey(java.lang.String altTextKey)
Sets the resource key of the alternate text of this image. |
void |
ICell.setAntidiagonalNumber(int antidiagonalNumber)
Sets the number of the anti-diagonal lines that are from the top-right to bottom-left. |
void |
ICell.setAntidiagonalStyle(java.lang.String antidiagonalStyle)
Sets the style of the anti-diagonal lines that are from the top-right to bottom-left. |
void |
ICell.setAntidiagonalThickness(java.lang.String thickness)
Sets the the thickness of the anti-diagonal that is from top-right to bottom-left corner using a dimension string with optional unit suffix such as "10" or "10pt". |
void |
IScriptStyleDesign.setBackgroundAttachment(java.lang.String value)
Sets the background attachment. |
void |
IScriptStyleDesign.setBackgroundColor(java.lang.String color)
Set the background color. |
void |
IHighlightRule.setBackGroundColor(java.lang.String color)
Sets backgroudcolor |
void |
IScriptStyleDesign.setBackgroundImage(java.lang.String value)
Sets the address of the background image. |
void |
IScriptStyleDesign.setBackGroundPositionX(java.lang.String x)
Set the x position for the background. |
void |
IScriptStyleDesign.setBackGroundPositionY(java.lang.String y)
Set the y position for the background. |
void |
IScriptStyleDesign.setBackgroundRepeat(java.lang.String value)
Sets the repeat pattern for a background image. |
void |
IReportItem.setBookmark(java.lang.String value)
Sets the bookmark of the report item. |
void |
IRow.setBookmark(java.lang.String value)
Sets the bookmark of the row. |
void |
IScriptStyleDesign.setBorderBottomColor(java.lang.String color)
Set the color of the bottom side of the border. |
void |
IScriptStyleDesign.setBorderBottomStyle(java.lang.String value)
Sets the style of the bottom line of the border. |
void |
IScriptStyleDesign.setBorderBottomWidth(java.lang.String width)
Set the width of the bottom side of the border. |
void |
IScriptStyleDesign.setBorderLeftColor(java.lang.String color)
Set the color of the left side of the border. |
void |
IScriptStyleDesign.setBorderLeftStyle(java.lang.String value)
Sets the style of the left line of the border. |
void |
IScriptStyleDesign.setBorderLeftWidth(java.lang.String width)
Set the width of left side of the border. |
void |
IScriptStyleDesign.setBorderRightColor(java.lang.String color)
Set the color of the right side of the border. |
void |
IScriptStyleDesign.setBorderRightStyle(java.lang.String value)
Sets the style of the right line of the border. |
void |
IScriptStyleDesign.setBorderRightWidth(java.lang.String width)
Set the width of the right side of the border. |
void |
IScriptStyleDesign.setBorderTopColor(java.lang.String color)
Set the color of the top side of the border. |
void |
IScriptStyleDesign.setBorderTopStyle(java.lang.String value)
Sets the style of the top line of the border. |
void |
IScriptStyleDesign.setBorderTopWidth(java.lang.String width)
Set the width of the top side of the border. |
void |
IScriptStyleDesign.setCanShrink(boolean value)
Sets whether the section can shrink if the actual content is smaller than the design size. |
void |
IGrid.setCaption(java.lang.String caption)
Sets the caption text of this grid. |
void |
ITable.setCaption(java.lang.String caption)
Sets the caption text of this table. |
void |
IGrid.setCaptionKey(java.lang.String captionKey)
Sets the resource key of the caption. |
void |
ITable.setCaptionKey(java.lang.String captionKey)
Sets the resource key of the caption. |
void |
IHighlightRule.setColor(java.lang.String color)
Sets color |
void |
IScriptStyleDesign.setColor(java.lang.String color)
Set the font color. |
void |
ICell.setColumn(int column)
Sets the cell's column property. |
void |
IReportElement.setComments(java.lang.String theComments)
Sets the comments of the report element. |
void |
ITextItem.setContent(java.lang.String value)
Sets the text for the text element. |
void |
ITextItem.setContentKey(java.lang.String resourceKey)
Sets the resource key of the text for the item. |
void |
IDynamicText.setContentType(java.lang.String contentType)
Sets the expression that defines the text type this multi-line data item holds. |
void |
ITextItem.setContentType(java.lang.String contentType)
Sets the content type of this text item. |
void |
IReportItem.setCurrentView(IDesignElement viewElement)
Sets the view to be used. |
void |
IReportElement.setCustomXml(java.lang.String customXml)
Sets the custom XML. |
void |
IDataBinding.setDataType(java.lang.String dataType)
Sets data type of column binding |
void |
IHighlightRule.setDateTimeFormat(java.lang.String format)
Sets date time format |
void |
IScriptStyleDesign.setDateTimeFormat(java.lang.String pattern)
Sets the pattern of a date time format for a highlight rule. |
void |
IScriptStyleDesign.setDateTimeFormatCategory(java.lang.String pattern)
Sets the category of a number format. |
void |
ICell.setDiagonalNumber(int diagonalNumber)
Sets the number of the diagonal lines that are from top-left to bottom-right corner. |
void |
ICell.setDiagonalStyle(java.lang.String lineStyle)
Sets the style of the diagonal line that is from top-left to bottom-right corner. |
void |
ICell.setDiagonalThickness(java.lang.String thickness)
Sets the the thickness of the diagonal that is from top-left to bottom-right corner using a dimension string with optional unit suffix such as "10" or "10pt". |
void |
ISortCondition.setDirection(java.lang.String direction)
Sets sort direction. |
void |
IScriptStyleDesign.setDisplay(java.lang.String value)
Sets the value that specifies if a top-level element should be a block or in-line element. |
void |
IReportDesign.setDisplayName(java.lang.String displayName)
Sets the display name. |
void |
IReportElement.setDisplayName(java.lang.String displayName)
Sets the display name. |
void |
IReportDesign.setDisplayNameKey(java.lang.String displayNameKey)
Sets the resource key of the display name. |
void |
IReportElement.setDisplayNameKey(java.lang.String displayNameKey)
Sets the resource key of the display name. |
void |
ICell.setDrop(java.lang.String drop)
Sets the cell's drop property. |
void |
IFilterCondition.setExpr(java.lang.String expr)
Sets expr |
void |
IDataBinding.setExpression(java.lang.String expression)
Sets expression of column binding. |
void |
IDataBinding.setExpressionType(java.lang.String type)
Sets the expression type of the column binding. |
void |
IImage.setFile(java.lang.String file)
Sets the image file. |
void |
IScriptStyleDesign.setFontFamily(java.lang.String fontFamily)
Set the font family. |
void |
IScriptStyleDesign.setFontSize(java.lang.String fontSize)
Set the font size. |
void |
IHighlightRule.setFontStyle(java.lang.String style)
Sets font style |
void |
IScriptStyleDesign.setFontStyle(java.lang.String fontStyle)
Sets the style of the font. |
void |
IScriptStyleDesign.setFontVariant(java.lang.String fontVariant)
Sets the variant of the font. |
void |
IHighlightRule.setFontWeight(java.lang.String weight)
Sets font weight. |
void |
IScriptStyleDesign.setFontWeight(java.lang.String fontWeight)
Sets the weight of the font. |
void |
IHideRule.setFormat(java.lang.String format)
Sets format |
void |
IAction.setFormatType(java.lang.String type)
Sets the format type of the action. |
void |
IReportItem.setHeight(double dimension)
Sets the item's height to a value in default units. |
void |
IReportItem.setHeight(java.lang.String dimension)
Sets the item's height using a dimension string with optional unit suffix such as "10" or "10pt". |
void |
IDataItem.setHelpText(java.lang.String value)
Sets the help text of this data item. |
void |
IImage.setHelpText(java.lang.String helpText)
Sets the help text of this image item. |
void |
ILabel.setHelpText(java.lang.String text)
Sets the help text of this label item. |
void |
IDataItem.setHelpTextKey(java.lang.String value)
Sets the resource key of the help text of this data item. |
void |
IImage.setHelpTextKey(java.lang.String helpTextKey)
Sets the resource key of help text of this image item. |
void |
ILabel.setHelpTextKey(java.lang.String resourceKey)
Sets the help text key of this label item. |
void |
IGroup.setHideDetail(boolean hideDetail)
Sets hide detail |
void |
IImage.setImageName(java.lang.String name)
Sets the embedded image name that this image refers, if the image source type is IMAGE_REF_TYPE_EMBED . |
void |
IGroup.setInterval(java.lang.String interval)
Returns the interval of this group. |
void |
IGroup.setIntervalBase(java.lang.String intervalBase)
Sets the base of the interval property of this group.IntervalBase, in conjunction with Interval and IntervalRange, determines how data is divided into groups. |
void |
IGroup.setIntervalRange(double intervalRange)
Returns the interval range of this group. |
void |
ISortCondition.setKey(java.lang.String key)
Sets sort key. |
void |
IGroup.setKeyExpr(java.lang.String expr)
Sets the group expression. |
void |
IScriptStyleDesign.setLetterSpacing(java.lang.String spacing)
Set the spacing between individual letters. |
void |
IScriptStyleDesign.setLineHeight(java.lang.String height)
Set the height of a line. |
void |
IAction.setLinkType(java.lang.String type)
Sets the link type of the action. |
void |
IScriptStyleDesign.setMarginBottom(java.lang.String margin)
Set the margin of the bottom side. |
void |
IScriptStyleDesign.setMarginLeft(java.lang.String margin)
Set the margin of the left side. |
void |
IScriptStyleDesign.setMarginRight(java.lang.String margin)
Set the margin of the right side. |
void |
IScriptStyleDesign.setMarginTop(java.lang.String margin)
Set the margin of the top side. |
void |
IScriptStyleDesign.setMasterPage(java.lang.String value)
Sets the master page name on which to start this section. |
void |
IDataBinding.setName(java.lang.String name)
Sets the name of column binding. |
void |
IGroup.setName(java.lang.String name)
Sets the group name. |
void |
IReportElement.setName(java.lang.String name)
Sets the name of this element. |
void |
IDesignElement.setNamedExpression(java.lang.String name,
java.lang.String exp)
Sets name of user property defined in this element. |
void |
IScriptStyleDesign.setNumberFormat(java.lang.String pattern)
Sets the pattern of a number format. |
void |
IScriptStyleDesign.setNumberFormatCategory(java.lang.String category)
Sets the category of a number format for a highlight rule. |
void |
IFilterCondition.setOperator(java.lang.String operator)
Sets operator |
void |
IHighlightRule.setOperator(java.lang.String operator)
Sets Operator |
void |
IScriptStyleDesign.setOrphans(java.lang.String value)
Sets the orphans property. |
void |
IScriptStyleDesign.setPaddingBottom(java.lang.String padding)
Set the padding of the bottom side. |
void |
IScriptStyleDesign.setPaddingLeft(java.lang.String padding)
Set the padding of the left side. |
void |
IScriptStyleDesign.setPaddingRight(java.lang.String padding)
Set the padding of the right side. |
void |
IScriptStyleDesign.setPaddingTop(java.lang.String padding)
Set the padding of the top side. |
void |
IGroup.setPageBreakAfter(java.lang.String value)
Sets the value for break after property. |
void |
IScriptStyleDesign.setPageBreakAfter(java.lang.String value)
Sets the page break after property for block-level elements. |
void |
IGroup.setPageBreakBefore(java.lang.String value)
Sets the value for break before property. |
void |
IScriptStyleDesign.setPageBreakBefore(java.lang.String value)
Sets the page break before property for block-level elements. |
void |
IGroup.setPageBreakInside(java.lang.String value)
Sets the value for the page-break-inside. |
void |
IScriptStyleDesign.setPageBreakInside(java.lang.String value)
Sets the page break inside property for block-level elements. |
void |
IDataSet.setPrivateDriverProperty(java.lang.String name,
java.lang.String value)
Sets a private driver property value with the given name and value. |
void |
IDataSource.setPrivateDriverProperty(java.lang.String name,
java.lang.String value)
Sets a private driver property value with the given name and value. |
void |
IDataSet.setQueryText(java.lang.String query)
Sets the query text. |
void |
ITable.setRepeatHeader(boolean value)
Sets whether to repeat the headings at the top of each page. |
void |
IAction.setReportName(java.lang.String reportName)
Sets target report name for a drill-though link. |
void |
IDataItem.setResultSetColumn(java.lang.String columnName)
Sets the value of the column name property. |
void |
IImage.setScale(double scale)
Sets the image scale property. |
void |
IScriptStyleDesign.setShowIfBlank(boolean value)
Sets whether to show this frame even if it is empty, or all its data elements are empty. |
void |
IImage.setSize(java.lang.String size)
Sets the image size property. |
void |
IGroup.setSortDirection(java.lang.String direction)
Sets the sort direction of this group. |
void |
IGroup.setSortType(java.lang.String sortType)
Sets the sort type, which indicates the way of sorting |
void |
IImage.setSource(java.lang.String source)
Returns the image source type. |
void |
IHighlightRule.setStringFormat(java.lang.String format)
Sets string format |
void |
IScriptStyleDesign.setStringFormat(java.lang.String pattern)
Sets the pattern of a string format. |
void |
IScriptStyleDesign.setStringFormatCategory(java.lang.String pattern)
Sets the category of a string format. |
void |
IGrid.setSummary(java.lang.String summary)
Sets the summary of this grid. |
void |
ITable.setSummary(java.lang.String summary)
Sets the summary of this table. |
void |
IAction.setTargetBookmark(java.lang.String bookmark)
Sets the target bookmark defined within this same report, or another report for a drill-though link. |
void |
IAction.setTargetWindow(java.lang.String window)
Sets the target window of the action. |
void |
IHighlightRule.setTestExpression(java.lang.String expression)
Sets Test Expression |
void |
ILabel.setText(java.lang.String text)
Sets the text of the label. |
void |
IScriptStyleDesign.setTextAlign(java.lang.String value)
Sets the text align for block-level elements. |
void |
IScriptStyleDesign.setTextIndent(java.lang.String indent)
Set the text indent. |
void |
ILabel.setTextKey(java.lang.String resourceKey)
Sets the resource key of the static text of the label. |
void |
IScriptStyleDesign.setTextLineThrough(java.lang.String value)
Sets one 'text-decoration' property to set line-through styles. |
void |
IScriptStyleDesign.setTextOverline(java.lang.String value)
Sets one 'text-decoration' property to set overline styles. |
void |
IScriptStyleDesign.setTextTransform(java.lang.String value)
Sets the value used to transform the text. |
void |
IScriptStyleDesign.setTextUnderline(java.lang.String value)
Sets one 'text-decoration' property to set underline styles. |
void |
IReportDesign.setTheme(java.lang.String theme)
Sets the theme for this report design. |
void |
IGroup.setTocExpression(java.lang.String expression)
Sets a table of contents entry for this item. |
void |
IReportItem.setTocExpression(java.lang.String expression)
Sets a table of contents entry for this item. |
void |
IImage.setTypeExpression(java.lang.String value)
Sets the type expression value. |
void |
IAction.setURI(java.lang.String uri)
Sets the hyperlink of this action. |
void |
IImage.setURI(java.lang.String uri)
Deprecated. Sets the image uri property. The source type is automatically set in this method. Whether IMAGE_REF_TYPE_FILE
or IMAGE_REF_TYPE_URL depends on the uri to
set. |
void |
IImage.setURL(java.lang.String url)
Sets the image url. |
void |
IDesignElement.setUserProperty(java.lang.String name,
java.lang.Object value,
java.lang.String type)
Sets user property defined in this element. |
void |
IDesignElement.setUserProperty(java.lang.String name,
java.lang.String value)
Sets user property defined in this element. |
void |
IFilterCondition.setValue1(java.lang.String value1)
Sets value1 |
void |
IHighlightRule.setValue1(java.lang.String value1)
Sets Value1 |
void |
IFilterCondition.setValue2(java.lang.String value2)
Sets value2 |
void |
IHighlightRule.setValue2(java.lang.String value2)
Sets Value2 |
void |
IDynamicText.setValueExpr(java.lang.String expr)
Sets the expression that gives the text that this multi-line data item displays. |
void |
IHideRule.setValueExpr(java.lang.String valueExpr)
Sets value expression. |
void |
IImage.setValueExpression(java.lang.String value)
Sets the value expression value. |
void |
IScriptStyleDesign.setVerticalAlign(java.lang.String value)
Sets the value of the vertical align property for inline elements. |
void |
IScriptStyleDesign.setWhiteSpace(java.lang.String value)
Sets the white space property for block elements. |
void |
IScriptStyleDesign.setWidows(java.lang.String value)
Sets the widows property. |
void |
IReportItem.setWidth(double dimension)
Sets the item's width to a value in default units. |
void |
IReportItem.setWidth(java.lang.String dimension)
Sets the item's width using a dimension string with optional unit suffix such as "10" or "10pt". |
void |
IScriptStyleDesign.setWordSpacing(java.lang.String spacing)
Set the spacing between two words. |
void |
IReportItem.setX(double dimension)
Sets the item's x position to a value in default units. |
void |
IReportItem.setX(java.lang.String dimension)
Sets the item's x position using a dimension string with optional unit suffix such as "10" or "10pt". |
void |
IReportItem.setY(double dimension)
Sets the item's y position to a value in default units. |
void |
IReportItem.setY(java.lang.String dimension)
Sets the item's y position using a dimension string with optional unit suffix such as "10" or "10pt". |
Uses of ScriptException in org.eclipse.birt.report.engine.api.script.eventadapter |
---|
Methods in org.eclipse.birt.report.engine.api.script.eventadapter that throw ScriptException | |
---|---|
void |
DataSetEventAdapter.afterClose(IReportContext reportContext)
|
void |
DataSourceEventAdapter.afterClose(IReportContext reportContext)
|
void |
ReportEventAdapter.afterFactory(IReportContext reportContext)
|
void |
DataSetEventAdapter.afterOpen(IDataSetInstance dataSet,
IReportContext reportContext)
|
void |
DataSourceEventAdapter.afterOpen(IDataSourceInstance dataSource,
IReportContext reportContext)
|
void |
ReportEventAdapter.afterRender(IReportContext reportContext)
|
void |
DataSetEventAdapter.beforeClose(IDataSetInstance dataSet,
IReportContext reportContext)
|
void |
DataSourceEventAdapter.beforeClose(IDataSourceInstance dataSource,
IReportContext reportContext)
|
void |
ReportEventAdapter.beforeFactory(IReportDesign report,
IReportContext reportContext)
|
void |
DataSetEventAdapter.beforeOpen(IDataSetInstance dataSet,
IReportContext reportContext)
|
void |
DataSourceEventAdapter.beforeOpen(IDataSourceInstance dataSource,
IReportContext reportContext)
|
void |
ReportEventAdapter.beforeRender(IReportContext reportContext)
|
void |
ScriptedDataSetEventAdapter.close(IDataSetInstance dataSet)
|
void |
ScriptedDataSourceEventAdapter.close(IDataSourceInstance dataSource)
|
boolean |
ScriptedDataSetEventAdapter.describe(IDataSetInstance dataSet,
IScriptedDataSetMetaData metaData)
|
boolean |
ScriptedDataSetEventAdapter.fetch(IDataSetInstance dataSet,
IUpdatableDataSetRow row)
|
void |
ReportEventAdapter.initialize(IReportContext reportContext)
|
void |
AutoTextEventAdapter.onCreate(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
|
void |
CellEventAdapter.onCreate(ICellInstance cellInstance,
IReportContext reportContext)
|
void |
DataItemEventAdapter.onCreate(IDataItemInstance data,
IReportContext reportContext)
|
void |
DynamicTextEventAdapter.onCreate(IDynamicTextInstance text,
IReportContext reportContext)
|
void |
GridEventAdapter.onCreate(IGridInstance grid,
IReportContext reportContext)
|
void |
ImageEventAdapter.onCreate(IImageInstance image,
IReportContext reportContext)
|
void |
LabelEventAdapter.onCreate(ILabelInstance label,
IReportContext reportContext)
|
void |
ListEventAdapter.onCreate(IListInstance list,
IReportContext reportContext)
|
void |
ListGroupEventAdapter.onCreate(IReportElementInstance listGroup,
IReportContext context)
|
void |
TableGroupEventAdapter.onCreate(IReportElementInstance tableGroup,
IReportContext context)
|
void |
RowEventAdapter.onCreate(IRowInstance rowInstance,
IReportContext reportContext)
|
void |
TableEventAdapter.onCreate(ITableInstance table,
IReportContext reportContext)
|
void |
TextItemEventAdapter.onCreate(ITextItemInstance text,
IReportContext reportContext)
|
void |
DataSetEventAdapter.onFetch(IDataSetInstance dataSet,
IDataSetRow row,
IReportContext reportContext)
|
void |
AutoTextEventAdapter.onPageBreak(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
|
void |
CellEventAdapter.onPageBreak(ICellInstance cellInstance,
IReportContext reportContext)
|
void |
DataItemEventAdapter.onPageBreak(IDataItemInstance data,
IReportContext reportContext)
|
void |
DynamicTextEventAdapter.onPageBreak(IDynamicTextInstance text,
IReportContext reportContext)
|
void |
GridEventAdapter.onPageBreak(IGridInstance grid,
IReportContext reportContext)
|
void |
ImageEventAdapter.onPageBreak(IImageInstance image,
IReportContext reportContext)
|
void |
LabelEventAdapter.onPageBreak(ILabelInstance label,
IReportContext reportContext)
|
void |
ListEventAdapter.onPageBreak(IListInstance list,
IReportContext reportContext)
|
void |
ListGroupEventAdapter.onPageBreak(IReportElementInstance listGroup,
IReportContext context)
|
void |
TableGroupEventAdapter.onPageBreak(IReportElementInstance tableGroup,
IReportContext context)
|
void |
RowEventAdapter.onPageBreak(IRowInstance rowInstance,
IReportContext reportContext)
|
void |
TableEventAdapter.onPageBreak(ITableInstance table,
IReportContext reportContext)
|
void |
TextItemEventAdapter.onPageBreak(ITextItemInstance text,
IReportContext reportContext)
|
void |
MasterPageEventAdapter.onPageEnd(IPageInstance page,
IReportContext reportContext)
|
void |
ReportEventAdapter.onPageEnd(IPageInstance page,
IReportContext reportContext)
|
void |
MasterPageEventAdapter.onPageStart(IPageInstance page,
IReportContext reportContext)
|
void |
ReportEventAdapter.onPageStart(IPageInstance page,
IReportContext reportContext)
|
void |
AutoTextEventAdapter.onPrepare(IAutoText autoText,
IReportContext reportContext)
|
void |
CellEventAdapter.onPrepare(ICell cell,
IReportContext reportContext)
|
void |
DataItemEventAdapter.onPrepare(IDataItem dataItemHandle,
IReportContext reportContext)
|
void |
DynamicTextEventAdapter.onPrepare(IDynamicText textData,
IReportContext reportContext)
|
void |
GridEventAdapter.onPrepare(IGrid grid,
IReportContext reportContext)
|
void |
ImageEventAdapter.onPrepare(IImage imageHandle,
IReportContext reportContext)
|
void |
LabelEventAdapter.onPrepare(ILabel labelHandle,
IReportContext reportContext)
|
void |
ListGroupEventAdapter.onPrepare(IListGroup listGroup,
IReportContext context)
|
void |
ListEventAdapter.onPrepare(IList listHandle,
IReportContext reportContext)
|
void |
ReportEventAdapter.onPrepare(IReportContext reportContext)
|
void |
RowEventAdapter.onPrepare(IRow rowHandle,
IReportContext reportContext)
|
void |
TableGroupEventAdapter.onPrepare(ITableGroup tableGroup,
IReportContext context)
|
void |
TableEventAdapter.onPrepare(ITable tableHandle,
IReportContext reportContext)
|
void |
TextItemEventAdapter.onPrepare(ITextItem textItemHandle,
IReportContext reportContext)
|
void |
AutoTextEventAdapter.onRender(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
|
void |
CellEventAdapter.onRender(ICellInstance cellInstance,
IReportContext reportContext)
|
void |
DataItemEventAdapter.onRender(IDataItemInstance data,
IReportContext reportContext)
|
void |
DynamicTextEventAdapter.onRender(IDynamicTextInstance text,
IReportContext reportContext)
|
void |
GridEventAdapter.onRender(IGridInstance grid,
IReportContext reportContext)
|
void |
ImageEventAdapter.onRender(IImageInstance image,
IReportContext reportContext)
|
void |
LabelEventAdapter.onRender(ILabelInstance label,
IReportContext reportContext)
|
void |
ListEventAdapter.onRender(IListInstance list,
IReportContext reportContext)
|
void |
ListGroupEventAdapter.onRender(IReportElementInstance listGroup,
IReportContext context)
|
void |
TableGroupEventAdapter.onRender(IReportElementInstance tableGroup,
IReportContext context)
|
void |
RowEventAdapter.onRender(IRowInstance rowInstance,
IReportContext reportContext)
|
void |
TableEventAdapter.onRender(ITableInstance table,
IReportContext reportContext)
|
void |
TextItemEventAdapter.onRender(ITextItemInstance text,
IReportContext reportContext)
|
void |
ScriptedDataSetEventAdapter.open(IDataSetInstance dataSet)
|
void |
ScriptedDataSourceEventAdapter.open(IDataSourceInstance dataSource)
|
Uses of ScriptException in org.eclipse.birt.report.engine.api.script.eventhandler |
---|
Methods in org.eclipse.birt.report.engine.api.script.eventhandler that throw ScriptException | |
---|---|
void |
IDataSetEventHandler.afterClose(IReportContext reportContext)
Handle the afterClose event |
void |
IDataSourceEventHandler.afterClose(IReportContext reportContext)
Handle the afterClose event |
void |
IReportEventHandler.afterFactory(IReportContext reportContext)
Handle the afterFactory event |
void |
IDataSetEventHandler.afterOpen(IDataSetInstance dataSet,
IReportContext reportContext)
Handle the afterOpen event |
void |
IDataSourceEventHandler.afterOpen(IDataSourceInstance dataSource,
IReportContext reportContext)
Handle the afterOpen event |
void |
IReportEventHandler.afterRender(IReportContext reportContext)
Handle the afterRender event |
void |
IDataSetEventHandler.beforeClose(IDataSetInstance dataSet,
IReportContext reportContext)
Handle the beforeClose event |
void |
IDataSourceEventHandler.beforeClose(IDataSourceInstance dataSource,
IReportContext reportContext)
Handle the beforeClose event |
void |
IReportEventHandler.beforeFactory(IReportDesign report,
IReportContext reportContext)
Handle the beforeFactory event |
void |
IDataSetEventHandler.beforeOpen(IDataSetInstance dataSet,
IReportContext reportContext)
Handle the beforeOpen event |
void |
IDataSourceEventHandler.beforeOpen(IDataSourceInstance dataSource,
IReportContext reportContext)
Handle the beforeOpen event |
void |
IReportEventHandler.beforeRender(IReportContext reportContext)
Handle the beforeRender event |
void |
IScriptedDataSetEventHandler.close(IDataSetInstance dataSet)
Handle the close event |
void |
IScriptedDataSourceEventHandler.close(IDataSourceInstance dataSource)
Handle the close event |
boolean |
IScriptedDataSetEventHandler.describe(IDataSetInstance dataSet,
IScriptedDataSetMetaData metaData)
Method for Script Data Set to return dynamically generated data set metadata. |
boolean |
IScriptedDataSetEventHandler.fetch(IDataSetInstance dataSet,
IUpdatableDataSetRow row)
Handle the fetch event. |
void |
IReportEventHandler.initialize(IReportContext reportContext)
Handle the initialize event |
void |
IAutoTextEventHandler.onCreate(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onCreate event |
void |
ICellEventHandler.onCreate(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onCreate event |
void |
IDataItemEventHandler.onCreate(IDataItemInstance data,
IReportContext reportContext)
Handle the onCreate event |
void |
IDynamicTextEventHandler.onCreate(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onCreate event |
void |
IGridEventHandler.onCreate(IGridInstance grid,
IReportContext reportContext)
Handle the onCreate event |
void |
IImageEventHandler.onCreate(IImageInstance image,
IReportContext reportContext)
Handle the onCreate event |
void |
ILabelEventHandler.onCreate(ILabelInstance label,
IReportContext reportContext)
Handle the onCreate event |
void |
IListEventHandler.onCreate(IListInstance list,
IReportContext reportContext)
Handle the onCreate event |
void |
IListGroupEventHandler.onCreate(IReportElementInstance listGroup,
IReportContext context)
|
void |
ITableGroupEventHandler.onCreate(IReportElementInstance tableGroup,
IReportContext context)
|
void |
IRowEventHandler.onCreate(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onCreate event |
void |
ITableEventHandler.onCreate(ITableInstance table,
IReportContext reportContext)
Handle the onCreate event |
void |
ITextItemEventHandler.onCreate(ITextItemInstance text,
IReportContext reportContext)
Handle the onCreate event |
void |
IDataSetEventHandler.onFetch(IDataSetInstance dataSet,
IDataSetRow row,
IReportContext reportContext)
Handle the onFetch event |
void |
IAutoTextEventHandler.onPageBreak(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onPageBreak event |
void |
ICellEventHandler.onPageBreak(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onPageBreak event |
void |
IDataItemEventHandler.onPageBreak(IDataItemInstance data,
IReportContext reportContext)
Handle the onPageBreak event |
void |
IDynamicTextEventHandler.onPageBreak(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onPageBreak event |
void |
IGridEventHandler.onPageBreak(IGridInstance grid,
IReportContext reportContext)
Handle the onPageBreak event |
void |
IImageEventHandler.onPageBreak(IImageInstance image,
IReportContext reportContext)
Handle the onPageBreak event |
void |
ILabelEventHandler.onPageBreak(ILabelInstance label,
IReportContext reportContext)
Handle the onPageBreak event |
void |
IListEventHandler.onPageBreak(IListInstance list,
IReportContext reportContext)
Handle the onPageBreak event |
void |
IListGroupEventHandler.onPageBreak(IReportElementInstance listGroup,
IReportContext context)
|
void |
ITableGroupEventHandler.onPageBreak(IReportElementInstance tableGroup,
IReportContext context)
|
void |
IRowEventHandler.onPageBreak(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onPageBreak event |
void |
ITableEventHandler.onPageBreak(ITableInstance table,
IReportContext reportContext)
Handle the onPageBreak event |
void |
ITextItemEventHandler.onPageBreak(ITextItemInstance text,
IReportContext reportContext)
Handle the onPageBreak event |
void |
IMasterPageEventHandler.onPageEnd(IPageInstance page,
IReportContext reportContext)
Handle the onPageEnd event |
void |
IReportEventHandler.onPageEnd(IPageInstance page,
IReportContext reportContext)
Handle the onPageEnd event |
void |
IMasterPageEventHandler.onPageStart(IPageInstance page,
IReportContext reportContext)
Handle the onPageStart event |
void |
IReportEventHandler.onPageStart(IPageInstance page,
IReportContext reportContext)
Handle the onPageStart event |
void |
IAutoTextEventHandler.onPrepare(IAutoText autoText,
IReportContext reportContext)
Handle the onPrepare event |
void |
ICellEventHandler.onPrepare(ICell cell,
IReportContext reportContext)
Handle the onPrepare event |
void |
IDataItemEventHandler.onPrepare(IDataItem dataItemHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
IDynamicTextEventHandler.onPrepare(IDynamicText textData,
IReportContext reportContext)
Handle the onPrepare event |
void |
IGridEventHandler.onPrepare(IGrid grid,
IReportContext reportContext)
Handle the onPrepare event |
void |
IImageEventHandler.onPrepare(IImage imageHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
ILabelEventHandler.onPrepare(ILabel labelHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
IListGroupEventHandler.onPrepare(IListGroup listGroup,
IReportContext context)
|
void |
IListEventHandler.onPrepare(IList listHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
IReportEventHandler.onPrepare(IReportContext reportContext)
Handle the onPrepare event |
void |
IRowEventHandler.onPrepare(IRow rowHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
ITableGroupEventHandler.onPrepare(ITableGroup tableGroup,
IReportContext context)
|
void |
ITableEventHandler.onPrepare(ITable tableHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
ITextItemEventHandler.onPrepare(ITextItem textItemHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
IAutoTextEventHandler.onRender(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onRender event |
void |
ICellEventHandler.onRender(ICellInstance cellInstance,
IReportContext reportContext)
Handle the onRender event |
void |
IDataItemEventHandler.onRender(IDataItemInstance data,
IReportContext reportContext)
Handle the onRender event |
void |
IDynamicTextEventHandler.onRender(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onRender event |
void |
IGridEventHandler.onRender(IGridInstance grid,
IReportContext reportContext)
Handle the onRender event |
void |
IImageEventHandler.onRender(IImageInstance image,
IReportContext reportContext)
Handle the onRender event |
void |
ILabelEventHandler.onRender(ILabelInstance label,
IReportContext reportContext)
Handle the onRender event |
void |
IListEventHandler.onRender(IListInstance list,
IReportContext reportContext)
Handle the onRender event |
void |
IListGroupEventHandler.onRender(IReportElementInstance listGroup,
IReportContext context)
|
void |
ITableGroupEventHandler.onRender(IReportElementInstance tableGroup,
IReportContext context)
|
void |
IRowEventHandler.onRender(IRowInstance rowInstance,
IReportContext reportContext)
Handle the onRender event |
void |
ITableEventHandler.onRender(ITableInstance table,
IReportContext reportContext)
Handle the onRender event |
void |
ITextItemEventHandler.onRender(ITextItemInstance text,
IReportContext reportContext)
Handle the onRender event |
void |
IScriptedDataSetEventHandler.open(IDataSetInstance dataSet)
Handle the open event |
void |
IScriptedDataSourceEventHandler.open(IDataSourceInstance dataSource)
Handle the open event |
Uses of ScriptException in org.eclipse.birt.report.engine.api.script.instance |
---|
Methods in org.eclipse.birt.report.engine.api.script.instance that throw ScriptException | |
---|---|
IColumnMetaData |
IDataSetInstance.getColumnMetaData()
Gets the current data set's column metadata, if available. |
java.lang.Object |
IDataSetInstance.getInputParameterValue(java.lang.String paramName)
Gets the current value of the named data set input parameter. |
IReportItemInstance[] |
IPageInstance.getInstancesByElementId(int elementId)
|
IReportItemInstance[] |
IPageInstance.getInstancesByElementName(java.lang.String elementName)
|
java.lang.Object |
IDataSetInstance.getOutputParameterValue(java.lang.String paramName)
Gets the current value of the named data set output parameter. |
IReportElementInstance |
IReportElementInstance.getParent()
Get the parent (container) of this element |
java.lang.String |
IDataSetInstance.getQueryText()
Gets the query text of the data set. |
IRowData |
IReportElementInstance.getRowData()
Get the row data used to create the instance. |
void |
IScriptStyle.setBackgroundPositionX(java.lang.String x)
Set the X (horizontal) position of the background image |
void |
IScriptStyle.setBackgroundPositionY(java.lang.String y)
Set the Y (vertical) position of the background image |
void |
IDataSetInstance.setInputParameterValue(java.lang.String paramName,
java.lang.Object paramValue)
Sets the value of the named data set input parameter. |
void |
IDataSetInstance.setOutputParameterValue(java.lang.String paramName,
java.lang.Object paramValue)
Sets the value of the named data set output parameter. |
void |
IDataSetInstance.setQueryText(java.lang.String queryText)
Sets the query text of the data set. |
void |
IScriptStyle.setTextLineThrough(java.lang.String through)
Set the text line through |
void |
IScriptStyle.setTextOverline(java.lang.String overline)
Set the text overline |
void |
IScriptStyle.setTextUnderline(java.lang.String underline)
Set the text underline |
void |
IReportElementInstance.setUserPropertyValue(java.lang.String name,
java.lang.Object value)
Set the value of a user property |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |