- CACHED_METADATA_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CachedMetaData
-
Name of this structure.
- cachedFactory - Static variable in class org.eclipse.birt.report.model.api.DesignEngine
-
- CachedMetaData - Class in org.eclipse.birt.report.model.api.elements.structures
-
Structure used to cache data set information that include output column
information when it gets from databases, input/output parameter definitions.
- CachedMetaData() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.CachedMetaData
-
- CachedMetaDataHandle - Class in org.eclipse.birt.report.model.api
-
Structure handle to deal with cached data set metadata informations.
- CachedMetaDataHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.CachedMetaDataHandle
-
Constructors a handle given an element handle that defines the property
and a member context to the metadata property.
- CachedMetaDataHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.CachedMetaDataHandle
-
Deprecated.
- cachePropertyHandles() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Constructs slot handles in the constructor to make sure that getMumble()
methods won't construct any new instance.
- CALCULATION_ARGUMENTS_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the member that specifies a list of calculation argument for the
specific calculation function.
- CALCULATION_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the member that specifies the calculation function name.
- CalculationArgument - Class in org.eclipse.birt.report.model.api.elements.structures
-
CalculationArgument.
- CalculationArgument() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
- CalculationArgumentHandle - Class in org.eclipse.birt.report.model.api
-
CalculationArgumentHandle.
- CalculationArgumentHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.CalculationArgumentHandle
-
Constructs the handle of calculation argument.
- calculationArgumentsIterator() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns a iterator of calculation arguments for specific calculation
type.
- canAddCssStyleSheet(CssStyleSheetHandle) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
(non-Javadoc)
- canAddCssStyleSheet(String) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Deprecated.
- canAddCssStyleSheetByProperties(String, String, boolean) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
(non-Javadoc)
- canAddView(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Determines whether this report item can add a view with the specified
extension type or not.
- canCascadeACL() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Determines whether this report item can cascade ACL or not.
- canContain(int, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Determines if the slot can contain an element with the type of
type
.
- canContain(int, DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Determines if the given slot can contain the content
.
- canContain(String, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Determines if the slot can contain an element with the type of
type
.
- canContain(String, DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Determines if the given slot can contain the content
.
- canContain(int, IElementDefn) - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Reports whether the given slot can contain elements of the given type.
- canContain(IElementDefn) - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Determines if this slot can contain an element of the given type.
- canContain(DesignElement) - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Determines if an element can reside within this slot.
- canContain(String) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Determines if the slot can contain an element with the type of
type
.
- canContain(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Determines if the given slot can contain the content
.
- canContain(String) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Determines if the slot can contain an element with the type of
type
.
- canContain(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Determines if the given slot can contain the content
.
- canCopyColumn(int) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Copies a column and cells under it with the given column number.
- canCopyColumn(int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Copies a column and cells under it with the given column number.
- canCopyRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Checks whether the copy operation can be done with the given parameters.
- canCopyRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Checks whether the copy operation can be done with the given parameters.
- canDrop() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Determines if this element can be dropped from its container.
- canDropCssStyleSheet(CssStyleSheetHandle) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
(non-Javadoc)
- canEdit() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Determines if this element is editable or not.
- canExport() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Indicates whether the report item can be allowed to export to library.
- canExport() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- canExport(DesignElementHandle, LibraryHandle, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Checks whether the given element can be exported into one library.
- canExport(StyleHandle, ThemeHandle, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Checks whether the given element can be exported into the selected theme.
- canExport(StructureHandle, LibraryHandle, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Checks whether the given structure can be exported into one library.
- canExport(DesignElementHandle) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Checks whether the given element can be exported into one library.
- canExport(StructureHandle) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Checks whether the given structure can be exported into one library.
- canExport(DesignElementHandle, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Checks whether the given element can be exported into one library.
- canExport(StructureHandle, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Checks whether the given structure can be exported into one library.
- canExtend() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns whether elements of this class can be extended.
- canIgnoreDuplicateValues - Variable in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
Indicate if this aggregation can ignore duplicated values.
- canIgnoreDuplicateValues() - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
- canIgnoreDuplicateValues() - Method in interface org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Identify if this aggregation implementation can ignore duplicated values.
- canIgnoreNullValues - Variable in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
Indicate if this aggregation can ignore null values.
- canIgnoreNullValues() - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
- canIgnoreNullValues() - Method in interface org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Identify if this aggregation implementation can ignore null values.
- canInherit() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementPropertyDefn
-
Indicates if derived elements can inherit the value of this property.
- canInsert(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.RowBandInsertAction
-
Checks whether the insert operation can be done with the given slot id ,
group id , index and the operation flag.
- canInsertAndPaste(TableRow, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.RowBandInsertAndPasteAction
-
Checks whether the paste operation can be done with the given copied
column band data, the column index and the operation flag.
- canInsertAndPasteColumn(ColumnBandData, int) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Checks whether the insert and paste operation can be done with the given
copied column band data, the column index and the operation flag.
- canInsertAndPasteColumn(ColumnBandData, int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Checks whether the insert and paste operation can be done with the given
copied column band data, the column index and the operation flag.
- canInsertAndPasteRow(IDesignElement, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Checks whether the insert and paste table row to the given destination
row with the given parameters.
- canInsertAndPasteRow(IDesignElement, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Checks whether the inserting and paste table row to the given destination
row with the given parameters.
- canInsertRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Checks whether the insert operation can be done with the given
parameters.
- canInsertRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Checks whether inserting an empty table row can be done with the given
parameters.
- canPaste(TableRow, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.RowBandPasteAction
-
Checks whether the paste operation can be done with the given copied
column band data, the column index and the operation flag.
- canPaste(IElementCopy, DesignElementHandle, int) - Static method in class org.eclipse.birt.report.model.api.util.CopyUtil
-
/** Checks whether the given copy can be pasted into the given slot of
the specified element.
- canPaste(IElementCopy, DesignElementHandle, String) - Static method in class org.eclipse.birt.report.model.api.util.CopyUtil
-
/** Checks whether the given copy can be pasted into the given slot of
the specified element.
- canPaste() - Method in interface org.eclipse.birt.report.model.api.util.IPasteStatus
-
- canPasteColumn(ColumnBandData, int, boolean) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Checks whether the paste operation can be done with the given copied
column band data, the column index and the operation flag.
- canPasteColumn(ColumnBandData, int, boolean) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Checks whether the paste operation can be done with the given copied
column band data, the column index and the operation flag.
- canPasteRow(IDesignElement, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Checks whether the paste operation can be done with the given parameters.
- canPasteRow(IDesignElement, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Checks whether the paste operation can be done with the given parameters.
- canRedo() - Method in interface org.eclipse.birt.report.model.api.activity.IActivityRecord
-
Tells if this record can be redone.
- canRedo() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Reports whether a command is available to redo.
- canRedo() - Method in class org.eclipse.birt.report.model.api.extension.ElementCommand
-
- canRedo() - Method in interface org.eclipse.birt.report.model.api.extension.IElementCommand
-
Tells if this record can be redone.
- canRenameCss(IncludedCssStyleSheetHandle, String) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Deprecated.
- canRenameCssByProperties(IncludedCssStyleSheetHandle, String, String, boolean) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
- canShift(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.RowBandShiftAction
-
Checks whether the shift operation can be done with the given parameters
- canShiftColumn(int, int) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Moves the column from sourceColumn
to
destColumn
.
- canShiftColumn(int, int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Moves the column from sourceColumn
to
destColumn
.
- canShiftRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Checks whether the shift operation can be done with the given the given
parameters.
- canShiftRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Checks whether the shift operation can be done with the given the given
parameters.
- canShrink() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Tests whether the section can shrink if the actual content is smaller
than the design size.
- canShrink() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Tests whether the section can shrink if the actual content is smaller
than the design size.
- canTransformToTemplate() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- canTransformToTemplate() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Determines if the current element can be transformed to a template
element.
- canUndo() - Method in interface org.eclipse.birt.report.model.api.activity.IActivityRecord
-
Tells if this record can be undone.
- canUndo() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Reports whether a command is available to undo.
- canUndo() - Method in class org.eclipse.birt.report.model.api.extension.ElementCommand
-
- canUndo() - Method in interface org.eclipse.birt.report.model.api.extension.IElementCommand
-
Tells if this record can be undone.
- cascadeACL() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns true
(the default), a report element's ACL is
automatically propagated to all its directly contained child elements and
are added to their ACLs.
- cascadeACL() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns true
(the default), a report element's ACL is
automatically propagated to all its directly contained child elements and
are added to their ACLs.
- CascadingParameterGroupHandle - Class in org.eclipse.birt.report.model.api
-
Represents the group of cascading parameters.
- CascadingParameterGroupHandle(Module, CascadingParameterGroup) - Constructor for class org.eclipse.birt.report.model.api.CascadingParameterGroupHandle
-
Constructs the handle for a group of cascading parameters with the given
design and element.
- CascadingParameterGroupHandleImpl - Class in org.eclipse.birt.report.model.api
-
Represents the group of cascading parameters.
- CascadingParameterGroupHandleImpl(Module, CascadingParameterGroup) - Constructor for class org.eclipse.birt.report.model.api.CascadingParameterGroupHandleImpl
-
Constructs the handle for a group of cascading parameters with the given
design and element.
- CascadingParameterTypeValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates that type of the parameters in a cascading parameter group should
be "dynamic".
- CascadingParameterTypeValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.CascadingParameterTypeValidator
-
- CATEGORY_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
Name of the config variable category member.
- CELL_EMPTY - Static variable in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
CELL is empty
- CELL_USED - Static variable in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
CELL is used, it contains a CELL
- CellHandle - Class in org.eclipse.birt.report.model.api
-
Represents a cell within a table or grid.
- CellHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.CellHandle
-
Constructs a handle for the given design and design element.
- CellOverlappingValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates all cells in one row don't overlap each other.
- CellOverlappingValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.CellOverlappingValidator
-
- cellsIterator() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns handles of Cell
s in the row.
- CHANGE - Static variable in class org.eclipse.birt.report.model.api.command.CustomMsgEvent
-
The translation changed.
- CHARSET - Static variable in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Encoding mode for the data member.
- CHARSET - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Encoding mode for the data member.
- checkCompatibility() - Method in interface org.eclipse.birt.report.model.api.extension.ICompatibleReportItem
-
Checks the parser compatibilities for this report item and return the
status.
- checkCompatibility() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- checkExportedExtendedItem(ExtendedItemHandle) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Checks extended item can be exported or not.
- checkExportElementByContext(DesignElementHandle, ModuleHandle, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Checks if extendedItem and cube's content element has the same name as
the exported element and its content elements.
- checkModule(SessionHandle, String, InputStream) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Checks the input stream with given file name.
- checkOverlappedLayoutCells(int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Tests whether cells are occupied within the space colPos
and colPos + colSpan - 1
- checkOverlappedLayoutCells(int, int, int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Checks whether cells in the given area have been occupied.
- checkProperty(String, Object) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Checks the value of a property prior to setting it.
- checkProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- checkRecursiveDataSet(DataSetHandle) - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Checks whether there is recursive reference if this dynamic filter
parameter uses the given data set element handle as its "dataSet"
property.
- checkReport() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Checks this whole report.
- checkReportIfNecessary() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Checks the report if it is set in options.
- checkUserPropertyDefn(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Checks whether the element can take the given user property definition
and the definition is valid.
- checkUTFSignature(InputStream) - Static method in class org.eclipse.birt.report.model.api.util.UnicodeUtil
-
Reads a signature if it applies.
- checkVersion(String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Checks whether the opening design file holds a version number before the
some specific features is supported.
- CHOICE_ACCESS_PERMISSION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
measure Function -- measure function type.
- CHOICE_ACCESS_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for access type.
- CHOICE_ACTION_BOOKMARK_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
actionBookmarkType -- target bookmark type
- CHOICE_ACTION_FORMAT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_ACTION_LINK_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_ACTION_TARGET_FILE_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
actionTargetFileType -- target type of the linked file
- CHOICE_AGGREGATION_FUNCTION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
measure Function -- measure function type.
- CHOICE_ANALYSIS_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
analysisType -- The analysis type for column hint The first constant is
the name of analysisType choice.
- CHOICE_AUTO_TEXT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
autotextType -- type of auto text
- CHOICE_BACKGROUND_ATTACHMENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_BACKGROUND_POSITION_X - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_BACKGROUND_POSITION_Y - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_BACKGROUND_REPEAT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_BACKGROUND_SIZE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_BIDI_DIRECTION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for direction and orientation
- CHOICE_COLUMN_ALIGN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
columnAlign -- The column alignment The first constant is the name of
columnAlign choice.
- CHOICE_COLUMN_DATA_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_DATA_SELECTOR_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for dataSelector type.
- CHOICE_DATA_SET_MODE_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
dataSetMode -- the mode to support data sets.
- CHOICE_DATA_VERSION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for dataVersion.
- CHOICE_DATE_FORMAT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
dateFormat choice.
- CHOICE_DATE_TIME_LEVEL_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Date time level type -- type for date-time cube level.
- CHOICE_DATETIME_FORMAT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
dateTimeFormat -- the date/time format The first constant is the name of
dateTimeFormat choice.
- CHOICE_DISPLAY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_DROP_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_DYNAMIC_FILTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_EXPORT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
exportType -- The export type for column hint The first constant is the
name of exportType choice.
- CHOICE_FILTER_CONDITION_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_FILTER_OPERATOR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
filterOperator -- The filter operator for filter condition The first
constant is the name of filterOperator choice.
- CHOICE_FILTER_TARGET - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
filterTarget -- filter target type.
- CHOICE_FLYOUT_POSITION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_FONT_FAMILY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_FONT_SIZE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_FONT_STYLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_FONT_VARIANT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_FONT_WEIGHT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_FORMAT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
FormatType -- The target output format.
- CHOICE_GADGET_CONTENT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_HTML_GADGET_CONTENT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.
Use CHOICE_GADGET_CONTENT_TYPE
instead.
- CHOICE_IMAGE_REF_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
ImageRefType -- The image reference type.
- CHOICE_IMAGE_SIZE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_IMAGE_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_INTERVAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_INTERVAL_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_JOIN_OPERATOR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
joinOperator -- join operator of join condition.
- CHOICE_JOIN_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
joinType -- join type of join condition.
- CHOICE_LEVEL_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Level type constants.
- CHOICE_LINE_ORIENTATION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_LINE_SPACING - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_LINE_STYLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_LINE_WIDTH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_MAP_OPERATOR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_MARGIN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_MEASURE_FUNCTION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
measure Function -- measure function type.
- CHOICE_NORMAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_NULL_VALUE_ORDERING_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for nullValueOrderingType.
- CHOICE_NULLS_ORDERING - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for nullsOrdering.
- CHOICE_NUMBER_FORMAT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
numberFormat -- the number format The first constant is the name of
numberFormat choice.
- CHOICE_OPRHANS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_OVERFLOW - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for overflow.
- CHOICE_PAGE_BREAK_AFTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_PAGE_BREAK_BEFORE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_PAGE_BREAK_INSIDE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_PAGE_ORIENTATION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_PAGE_SIZE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_PARAM_CONTROL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_PARAM_SORT_VALUES - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Parameter sort values -- can be value or display text.
- CHOICE_PARAM_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_PARAM_VALUE_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_PROPERTY_MASK_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
propertyMaskType -- The choice for the property mask.
- CHOICE_QUERY_CHOICE_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
queryFrom -- Where the query is from The first constant is the name of
queryFrom choice.
- CHOICE_REFERENCE_DATE_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for reference date type.
- CHOICE_REPORT_ITEM_THEME_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for reportItemThemeType.
- CHOICE_REPORT_LAYOUT_PREFERENCE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Report layout preference -- layout type for report design.
- CHOICE_SCALAR_PARAM_ALIGN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
scalarParamAlign -- The choice for the scalarParamter alignment.
- CHOICE_SCALAR_PARAM_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Scalar parameter type.
- CHOICE_SCOPE_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for scope type.
- CHOICE_SEARCH_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
searchType -- The search type for column hint The first constant is the
name of searchType choice.
- CHOICE_SECTION_ALIGN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_SORT_DIRECTION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_SORT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
sortType -- the sort type.
- CHOICE_STRING_FORMAT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
stringFormat -- the string format The first constant is the name of
stringFormat choice.
- CHOICE_TARGET_NAMES_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_TEMPLATE_ELEMENT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
templateElementType -- the template element type The first constant is
the name of the templateElementType choice set.
- CHOICE_TEXT_ALIGN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_TEXT_CONTENT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_TEXT_DATA_CONTENT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_TEXT_LINE_THROUGH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_TEXT_OVERLINE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_TEXT_UNDERLINE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_THUMB_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for thumb type.
- CHOICE_TIME_FORMAT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
timeFormat choice
- CHOICE_TRANSFORM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Choice property type.
- CHOICE_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Choice property type.
- CHOICE_UNITS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_VARIABLE_TYPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Choice constants for workMode.
- CHOICE_VERTICAL_ALIGN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_VIEW_ACTION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
View action --view action type.
- CHOICE_WHITE_SPACE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_WIDOWS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- CHOICE_WINDOW_STATUS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- ChoiceDefinition - Class in org.eclipse.birt.report.model.api.extension
-
Adapter class for the IChoiceDefinition class.
- ChoiceDefinition() - Constructor for class org.eclipse.birt.report.model.api.extension.ChoiceDefinition
-
- choiceIterator() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Returns the iterator for the static selection list defined on this scalar
parameter.
- CHOICES_MEMBER - Static variable in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Name of the choices member.
- CircularExtendsException - Class in org.eclipse.birt.report.model.api.command
-
An error indicates circular extension while setting the extends property of
an element.
- CircularExtendsException(DesignElement, String, String) - Constructor for class org.eclipse.birt.report.model.api.command.CircularExtendsException
-
Constructor.
- CircularExtendsException(DesignElement, DesignElement, String) - Constructor for class org.eclipse.birt.report.model.api.command.CircularExtendsException
-
Constructor.
- ClassInfo - Class in org.eclipse.birt.report.model.api.metadata
-
Represents the script object definition.
- ClassInfo() - Constructor for class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
- ClassInfo - Class in org.eclipse.birt.report.model.api.scripts
-
Represents the script object definition.
- ClassInfo(Class) - Constructor for class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
- clear() - Method in interface org.eclipse.birt.report.model.api.core.INameManager
-
Clears the data in name manage and re-initialize it.
- clearAggregateOnList() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Clears the aggregate on list.
- clearAggregateOnList() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the expression used to define this computed column.
- clearAllProperties() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Clears values of all properties.
- clearArgumentList() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Clears the argument list.
- clearContents(int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Clears all the content within the given slot.
- clearListeners() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Removes all listeners on the ActivityStack.
- clearLocalProperties() - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
-
- clearLocalProperties() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Clears values of all common properties(except the extends property) for
the given collection of elements.
- clearLocalProperties() - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
-
- clearLocalPropertiesIncludeSubElement() - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
-
- clearLocalPropertiesIncludeSubElement() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Clears values of all common properties(except the extends property) for
the given collection of elements.
- clearLocalPropertiesIncludeSubElement() - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
-
- clearProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Clears the value of a property.
- clearProperty(String) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Clears the value of a property on the given collection of elements if the
property is a common property shared by each element.
- clearValue() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Clears the value of the property on every element.
- clearValue() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Clears the value of the property or member.
- clientsIterator() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- clientsIterator() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns an iterator over the clients of this element.
- clone() - Method in class org.eclipse.birt.report.model.api.ColumnBandData
-
- clone() - Method in interface org.eclipse.birt.report.model.api.core.IDesignElement
-
Generates a clone copy of this element.
- close() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaLogger
-
Release the logger, implement this method to do clean up of the
logger, close the writer, release a lock, etc.
- close() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Closes the design.
- color - Variable in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
The color value of the color, it is preserved as the user typed in.
- COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Name of the color value member.
- COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
- COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
- COLOR_PALETTE_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the custom color palette property.
- COLOR_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Color property type.
- COLOR_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Color property type.
- ColorHandle - Class in org.eclipse.birt.report.model.api
-
Handle to work with a color property.
- ColorHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.ColorHandle
-
Constructs a color handle for a member in a structure.
- ColorHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.ColorHandle
-
Deprecated.
- ColorHandle(DesignElementHandle, ElementPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.ColorHandle
-
Constructs a color handle for a element property.
- COLORS_CHOICE_SET - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
ChoiceSet name for color set.
- ColorUtil - Class in org.eclipse.birt.report.model.api.util
-
Utility class to do color parsing or converting work.
- ColorUtil() - Constructor for class org.eclipse.birt.report.model.api.util.ColorUtil
-
- COLUMN_ALIGN_CENTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_ALIGN_LEFT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_ALIGN_RIGHT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_DATA_TYPE_ANY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.
this choice is removed since 2.3
- COLUMN_DATA_TYPE_BLOB - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_DATA_TYPE_BOOLEAN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_DATA_TYPE_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_DATA_TYPE_DATETIME - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_DATA_TYPE_DECIMAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_DATA_TYPE_FLOAT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_DATA_TYPE_INTEGER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_DATA_TYPE_JAVA_OBJECT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_DATA_TYPE_STRING - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_DATA_TYPE_TIME - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- COLUMN_HINT_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of this structure.
- COLUMN_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the column name member.
- COLUMN_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
- COLUMN_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortHint
-
Name of the column name member.
- ColumnBandData - Class in org.eclipse.birt.report.model.api
-
Represents the data structure to store copied objects like the column and
cells.
- columnBindingsIterator() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Deprecated.
since BIRT 2.1 RC2
- columnBindingsIterator() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the bound columns that binds the data set columns.
- columnBindingsIterator() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Returns the bound columns that binds the data set columns.
- ColumnBindingUtil - Class in org.eclipse.birt.report.model.api.util
-
The utility class for bound data columns migration.
- ColumnBindingUtil() - Constructor for class org.eclipse.birt.report.model.api.util.ColumnBindingUtil
-
- ColumnHandle - Class in org.eclipse.birt.report.model.api
-
Represents a column within a table.
- ColumnHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ColumnHandle
-
Constructs a handle for the given design and a column element.
- ColumnHint - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents one column hint used by data sets.
- ColumnHint() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
- ColumnHintHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of column hint.
- ColumnHintHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Constructs the handle of computed column.
- columnHintsIterator() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns an iterator over column hints.
- CommandStack - Interface in org.eclipse.birt.report.model.api
-
Application-level interface into the Model's command stack.
- commaSeparatorPattern - Static variable in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Compiled pattern for CSS absolute pattern: "000.000,000.000"
- COMMERCIAL_PROPERTY - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Type code for a property defined for commercial element implementation.
- commit() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Commits an application-level transaction.
- compareReportVersion(String, String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Compares two specifies report version.
- CompatibilityStatus - Class in org.eclipse.birt.report.model.api.extension
-
Class that records some status after the report item checks the
compatibilities.
- CompatibilityStatus() - Constructor for class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
Default constructor.
- CompatibilityStatus(List<? extends SemanticException>, int) - Constructor for class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
Constructs this status with the error list and the type.
- CompatibilityUtil - Class in org.eclipse.birt.report.model.api.util
-
Provides the backward compatibility for the user.
- CompatibilityUtil() - Constructor for class org.eclipse.birt.report.model.api.util.CompatibilityUtil
-
- ComplexValueHandle - Class in org.eclipse.birt.report.model.api
-
Abstract class for working with properties that have internal structure, such
as a color, a dimension or a font.
- ComplexValueHandle(DesignElementHandle, ElementPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Constructs a handle given an element handle and definition of a property.
- ComplexValueHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Constructs a handle given an element handle and member reference.
- ComplexValueHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Deprecated.
- COMPONENT_SLOT - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Identifier of the component slot.
- COMPRESSED_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the member that indicates whether the column needs to be compressed.
- COMPUTED_COLUMN_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of this structure.
- ComputedColumn - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents one computed column.
- ComputedColumn() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
- ComputedColumnHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of computed column.
- ComputedColumnHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Constructs the handle of computed column.
- computedColumnsIterator() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns an iterator for the list of computed columns.
- computeFilterOperatorLevel(String) - Static method in class org.eclipse.birt.report.model.api.util.OperatorUtil
-
Computes the level of operator.
- computeRowCount(TableRow) - Method in class org.eclipse.birt.report.model.api.RowBandAdapter
-
Computes column count in one row.
- computeRowCount(RowHandle) - Method in class org.eclipse.birt.report.model.api.RowBandAdapter
-
Computes column count in one row.
- computeStyleRuleOperatorLevel(String) - Static method in class org.eclipse.birt.report.model.api.util.OperatorUtil
-
Computes the level of operator.
- CONFIG_VAR_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
Name of this structure.
- CONFIG_VARS_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the custom config variables property.
- ConfigVariable - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents a configuration variable in the report's config
variable list.
- ConfigVariable() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
Constructs the config var with a required name.
- ConfigVariableHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of configuration variable.
- ConfigVariableHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.ConfigVariableHandle
-
Constructs the handle of configuration variable.
- configVariablesIterator() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the iterator over all configuration variables.
- CONSTANT - Static variable in class org.eclipse.birt.report.model.api.ExpressionType
-
- CONSTANT - Static variable in interface org.eclipse.birt.report.model.api.simpleapi.IExpressionType
-
- constants - Static variable in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
- CONSTANTS_TYPE - Static variable in interface org.eclipse.birt.report.model.api.util.IBookmarkInfo
-
- ConstructorInfo - Class in org.eclipse.birt.report.model.api.scripts
-
Represents the method information for both class and element.
- ConstructorInfo(Constructor) - Constructor for class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
-
Constructor.
- CONTAINER - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Event is being sent to the elements that contains the current element.
- containerProp - Variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The property name within the container.
- contains(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IChoiceSet
-
Returns true if the choice set has a match for the given name.
- content - Variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The content in the container.
- CONTENT_AS_BLOB_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Name of the "stateContentAsString" member.
- CONTENT_AS_STRING_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Name of the "stateContentAsString" member.
- CONTENT_ELEMENT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for element attribute type.
- CONTENT_ELEMENT_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for element attribute type.
- CONTENT_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of ContentEvent.
- CONTENT_REPLACE_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of CONTENT_REPLACE_EVENT.
- ContentElementHandle - Class in org.eclipse.birt.report.model.api
-
- ContentElementHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ContentElementHandle
-
Constructs the handle for a report element with the given design and
element.
- ContentEvent - Class in org.eclipse.birt.report.model.api.command
-
Notification event that says that the contents of a container have changed.
- ContentEvent(DesignElement, DesignElement, int, int) - Constructor for class org.eclipse.birt.report.model.api.command.ContentEvent
-
Constructs the content event with the container element, content element,
the slot within this container and the event operation kind.
- ContentEvent(ContainerContext, DesignElement, int) - Constructor for class org.eclipse.birt.report.model.api.command.ContentEvent
-
- ContentException - Class in org.eclipse.birt.report.model.api.command
-
Reports an error during a container operation.
- ContentException(DesignElement, int, String) - Constructor for class org.eclipse.birt.report.model.api.command.ContentException
-
Constructs the exception with container element, slot id, and error code.
- ContentException(DesignElement, int, DesignElement, String) - Constructor for class org.eclipse.birt.report.model.api.command.ContentException
-
Constructs the exception with container element slot id, content element
and error code.
- ContentException(DesignElement, int, DesignElement, String, String[]) - Constructor for class org.eclipse.birt.report.model.api.command.ContentException
-
Constructs the exception with container element slot id, content element
and error code.
- ContentException(DesignElement, String, String) - Constructor for class org.eclipse.birt.report.model.api.command.ContentException
-
Constructs the exception with container element, slot id, and error code.
- ContentException(DesignElement, String, DesignElement, String) - Constructor for class org.eclipse.birt.report.model.api.command.ContentException
-
Constructs the exception with container element slot id, content element
and error code.
- ContentReplaceEvent - Class in org.eclipse.birt.report.model.api.command
-
Notification event that says that one content of a container have been
replaced by another one.
- ContentReplaceEvent(DesignElement, DesignElement, DesignElement, int) - Constructor for class org.eclipse.birt.report.model.api.command.ContentReplaceEvent
-
- ContentReplaceEvent(ContainerContext, DesignElement, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.command.ContentReplaceEvent
-
/** Constructs the content replace event with the container element, old
element, new element and the slot within this container.
- CONTENTS - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Event is being sent to the contents of the target.
- CONVERT_COMPATIBILITY_TYPE - Static variable in class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
Status that indicates the report item has some compatibilities to do.
- convertColumnTypeToParamType(String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Convert column data type to param type.
- convertExceptionList(List<Exception>) - Static method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Converts the exception list to the error detail list.
- convertFileNameToURLString(String) - Static method in class org.eclipse.birt.report.model.api.util.URIUtil
-
Converts a filename to a valid URL string.
- converToColumnDataType(String) - Static method in class org.eclipse.birt.report.model.api.util.DataTypeConvertUtil
-
Returns the corresponding column data type choice with the given
parameter type.
- converToParamType(String) - Static method in class org.eclipse.birt.report.model.api.util.DataTypeConvertUtil
-
Returns the corresponding parameter type choice with the given column
data type.
- convertParamTypeToColumnType(String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Convert param type to column data type.
- convertTo(double, String, String) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Convert a measure from one units to another.
- convertTo(DimensionValue, String, String) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Convert a DimensionValue
from one units to another, The
conversion is between absolute the units should be one of the absolute
units(CM, IN, MM, PT, PC).
- convertTo(String, String, String) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Convert a dimension from one units to another, the dimension like "12pt,
12cm" is composed of two parts: "measure" and "units".
- convertTo(Object, String, String, double, int) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Convert a measure from one units to another.
- convertTo(Object, String, String, double, String, int) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Convert a measure from one units to another.
- convertWidthToAbsoluteValue() - Method in class org.eclipse.birt.report.model.api.ColumnHandle
-
Converts width of the column to an absolute value if possible.
- copy() - Method in class org.eclipse.birt.report.model.api.ColumnBandData
-
Deeply clones the column band data.
- copy() - Method in interface org.eclipse.birt.report.model.api.core.IStructure
-
Creates a deep copy of this structure.
- copy() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Makes a copy of this user property definition.
- copy() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Deeply clones the current design element which is wrapped by the handle.
- copy() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Creates deep copy of the IReportItem and return the new element.
- copy() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- copy() - Method in interface org.eclipse.birt.report.model.api.metadata.IChoice
-
Creates a deep copy of this choice.
- copy() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
- copy() - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Returns the copy of the current options.
- copy(DesignElementHandle) - Static method in class org.eclipse.birt.report.model.api.util.CopyUtil
-
Returns the copy of the current element.
- copyColumn(int) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Copies a column and cells under it with the given column number.
- copyColumn(int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Copies a column and cells under it with the given column number.
- copyDefaultElement() - Method in class org.eclipse.birt.report.model.api.TemplateElementHandle
-
Returns a copy for the default element in the template element.
- copyLocalStyles(DesignElementHandle, DesignElementHandle) - Static method in class org.eclipse.birt.report.model.api.util.StyleUtil
-
Gets the design element handle with all the style properties are copied
to the returned value.
- copyPropertyTo(String, DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Copies all properties to the target element.
- copyRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Copies table row with the given parameters.
- copyRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Copies table row with the given parameters.
- copyStyles(DesignElementHandle, DesignElementHandle, boolean) - Static method in class org.eclipse.birt.report.model.api.util.StyleUtil
-
Gets the design element handle with all the style properties are copied
to the returned value.
- copyStyles(DesignElementHandle, DesignElementHandle) - Static method in class org.eclipse.birt.report.model.api.util.StyleUtil
-
Gets the design element handle with all the style properties are copied
to the returned value.
- CopyUtil - Class in org.eclipse.birt.report.model.api.util
-
The utility class for copy/paste.
- CopyUtil() - Constructor for class org.eclipse.birt.report.model.api.util.CopyUtil
-
- createAction(ActionHandle, ReportItemHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createAction() - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createAction() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Creates the action structure.
- createAction(ActionHandle, ReportItemHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the action structure.
- createAction() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create the action structure.
- createAction() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty action structure.
- createAggregationArgument() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an aggregation argument for computed column.
- createCachedMetaData() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty data set cached meta-data structure.
- createCalculationArgument() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates a new calculation argument structure.
- createColumnHint() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty column hint structure.
- createComputedColumn() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty computed column structure.
- createConfigVar() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty config variable structure.
- createConstructorInfo(Constructor) - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
- createCubeJoinCondition() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty cube join condition structure.
- createCustomColor() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty custom color structure.
- CREATED_BY_KEY - Static variable in interface org.eclipse.birt.report.model.api.IModuleOption
-
Key to indicate the created-by information of the module.
- CREATED_BY_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the created by property.
- createDataBinding() - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
Create IDataBinding
- createDataBinding(ComputedColumnHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createDataBinding(ComputedColumn) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createDataBinding() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Create IDataBinding
- createDataBinding() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the data biinding structure.
- createDataBinding(ComputedColumnHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the data biinding structure.
- createDataBinding(ComputedColumn) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the data biinding structure.
- createDataSet(DataSetHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createDataSet(DataSetHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the IDataSet instance.
- createDataSetParameter() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty data-set parameter structure.
- createDataSource(DataSourceHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createDataSource(DataSourceHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the IDataSource instance.
- createDesignEngine(DesignConfig) - Method in interface org.eclipse.birt.report.model.api.IDesignEngineFactory
-
Creates a new design engine object.
- createDesignEngine(DesignConfig) - Method in class org.eclipse.birt.report.model.api.impl.DesignEngineFactory
-
- createDimensionJoinCondition() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty dimension join condition structure.
- createEmbeddedImage() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty embedded image structure.
- createEmbeddedImage(EmbeddedImageHandle) - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
- createExpression() - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createExpression() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates IExpression
instance.
- createExtendedProperty() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty extended property structure.
- createFilterCond() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty filter condition structure.
- createFilterCondition() - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
Create IFilterCondition
- createFilterCondition(FilterCondition) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createFilterCondition(FilterConditionHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createFilterCondition() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Create IFilterCondition
- createFilterCondition() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the filter structure.
- createFilterCondition(FilterCondition) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the IFilterCondition instance.
- createFilterCondition(FilterConditionHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the IFilterCondition instance.
- createFilterConditionElement(FilterConditionElementHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createFilterConditionElement(FilterConditionElementHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates IFilterConditionElement
instance.
- createHideRule() - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
Create IHideRule
instance
- createHideRule(HideRule) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createHideRule(HideRuleHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createHideRule() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Create IHideRule instance
- createHideRule() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create IHideRule
instance
- createHideRule(HideRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create IHideRule
instance
- createHideRule(HideRuleHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create IHideRule
instance
- createHideRule() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty hide rule structure.
- createHighlightRule() - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createHighlightRule(HighlightRule) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createHighlightRule(HighlightRuleHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createHighLightRule() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Create IHighLightRule
- createHighlightRule() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create IHighlightRule
instance
- createHighlightRule(HighlightRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create IHighlightRule
instance
- createHighlightRule(HighlightRuleHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create IHighlightRule
instance
- createHighlightRule() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty highlight rule structure.
- createIncludedCssStyleSheet() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Create an empty include css style sheet ststructure.
- createIncludeLibrary() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty include library structure.
- createIncludeScript() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty include script structure.
- createJoinCondition() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty join condition structure.
- createLevelAttribute() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an attribute for TabularLevel.
- createMapRule() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty map rule structure.
- createMemberInfo(Field) - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
- createMethodInfo(Method) - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
- createOdaDataSetParameter() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty oda-data-set parameter strcuture.
- createOdaDesignerState() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty oda designer state.
- createOdaLevelAttribute() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an attribute for OdaLevel.
- createOdaResultSetColumn() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty oda result set column structure.
- createParamBinding() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty parameter binding structure.
- createPropertyMask() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty property mask structure.
- createResultSetColumn(ResultSetColumnHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createResultSetColumn() - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createResultSetColumn(ResultSetColumnHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the IResultSetColumn instance.
- createResultSetColumn() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the IResultSetColumn instance.
- createResultSetColumn() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty result set column structure.
- createRule() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates a Rule structure.
- createScriptLib() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty join condition structure.
- createSearchKey() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty search key structure.
- createSelectionChoice() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty selection choice structure.
- createSortCondition() - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
Create ISortCondition
- createSortCondition(SortKey) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createSortCondition(SortKeyHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createSortCondition() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Create ISortCondition
- createSortCondition() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the sort structure.
- createSortCondition(SortKey) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the sort structure.
- createSortCondition(SortKeyHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the sort structure.
- createSortElement(SortElementHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createSortElement(SortElementHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create ISortElement
instance.
- createSortHint() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates a new sort hint.
- createSortKey() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty sort key structure.
- createStyle(StyleHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- createStyle(StyleHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create IStyle
instance
- createTemplateElement(String) - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- createTemplateElement(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Creates a template element handle and transforms the current element
handle to the created template element.
- createTimeInterval() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates a new time interval.
- createTOC() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Create TOC structure.
- createTOC(String) - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Create TOC structure with expression value.
- CSS_ABSOLUTE_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Color display preference for CSS absolute style: RGB(r,g,b).
- CSS_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of css CRUD event
- CSS_RELATIVE_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Color display preference for CSS relative style: RGB(r%,g%,b%).
- CSS_RELOADED_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of css reload event
- CssEvent - Class in org.eclipse.birt.report.model.api.command
-
Included css style sheet event
- CssEvent(CssStyleSheet, int) - Constructor for class org.eclipse.birt.report.model.api.command.CssEvent
-
Constructs the event with the added or dropped css and action.
- CssException - Class in org.eclipse.birt.report.model.api.command
-
Included css style sheet exception
- CssException(Module, String[], String) - Constructor for class org.eclipse.birt.report.model.api.command.CssException
-
Constructor.
- CssException(Module, IncludedCssStyleSheet, String[], String) - Constructor for class org.eclipse.birt.report.model.api.command.CssException
-
Constructor.
- CssReloadedEvent - Class in org.eclipse.birt.report.model.api.command
-
Included css style sheet reload event
- CssReloadedEvent(Module, CssStyleSheet) - Constructor for class org.eclipse.birt.report.model.api.command.CssReloadedEvent
-
Constructor.
- CssSharedStyleHandle - Class in org.eclipse.birt.report.model.api
-
Css shared style handle.
- CssSharedStyleHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.CssSharedStyleHandle
-
Constructor
- CssSharedStyleHandle(Module, DesignElement, CssStyleSheet) - Constructor for class org.eclipse.birt.report.model.api.CssSharedStyleHandle
-
Constructor
- CssStyleSheetHandle - Class in org.eclipse.birt.report.model.api.css
-
Represents an include style sheet in the module.
- CssStyleSheetHandle(ModuleHandle, CssStyleSheet) - Constructor for class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Constructs a handle for an style sheet.
- CUBE_KEY_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
-
Property name of the cube key of this join.
- CubeHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a cube.
- CubeHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Constructs a handle for the given design and design element.
- CubeUtil - Class in org.eclipse.birt.report.model.api.util
-
Utility class to provide some methods about cube.
- CubeUtil() - Constructor for class org.eclipse.birt.report.model.api.util.CubeUtil
-
- CUSTOM_COLOR_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Name of this structure.
- CUSTOM_MSG_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of CustomMsgEvent.
- CustomColor - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents an custom color in the report's color palette.The use-defined
color has a unique name and a valid RGB value for render.
- CustomColor() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Default constructor.
- CustomColor(String, String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Constructs the custom color with a required name and RGB value.
- CustomColorHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of custom color.
- CustomColorHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.CustomColorHandle
-
Constructs the handle of custom color.
- customColorsIterator() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the iterator over all structures of color palette.
- CustomMsgEvent - Class in org.eclipse.birt.report.model.api.command
-
Notification event that says that the contents of user-defined message is
added, dropped, or changed.
- CustomMsgEvent(ReportDesign, Translation, int) - Constructor for class org.eclipse.birt.report.model.api.command.CustomMsgEvent
-
Constructs the event with the user-defined message and the action causing
this event.
- CustomMsgException - Class in org.eclipse.birt.report.model.api.command
-
Reports an error during a user-defined message operation.
- CustomMsgException(DesignElement, String) - Constructor for class org.eclipse.birt.report.model.api.command.CustomMsgException
-
Constructs the exception with error code.
- CustomMsgException(DesignElement, String, String, String) - Constructor for class org.eclipse.birt.report.model.api.command.CustomMsgException
-
Constructs the exception with error code.
- data - Variable in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
String of the image data in 8859_1 encoding.
- DATA_DESIGN_RELOADED_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of event that the data design is reloaded.
- DATA_MART_PROPERTY_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of DataMartPropertyEvent.
- DATA_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Name of the "data" property.
- DATA_SELECTOR_TYPE_CALENDAR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SELECTOR_TYPE_CHECK_BOX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SELECTOR_TYPE_CURRENT_SELECTIONS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SELECTOR_TYPE_DROPDOWN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SELECTOR_TYPE_DROPDOWN_GROUP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SELECTOR_TYPE_LIST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SELECTOR_TYPE_LIST_GROUP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SELECTOR_TYPE_RADIO_BUTTON - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SELECTOR_TYPE_SLIDER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SELECTOR_TYPE_TEXT_BOX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SET_MODE_MULTIPLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SET_MODE_SINGLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_SET_SLOT - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Identifier of the data set slot.
- DATA_SOURCE_SLOT - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Identifier of the data source slot.
- DATA_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the data-type member.
- DATA_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the parameter data type member.
- DATA_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
Name of the data type member.
- DATA_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Name of the data type member.
- DATA_VERSION_LATEST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATA_VERSION_TRANSIENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATABINDING_TYPE_DATA - Static variable in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Data binding type "data", means the report item is binding to a data set
or cube.
- DATABINDING_TYPE_NONE - Static variable in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Data binding type "none".
- DATABINDING_TYPE_REPORT_ITEM_REF - Static variable in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Data binding type "reportItemRef", means the report item is binding to
another report item.
- DataColumnNameValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the result set column of the data item.
- DataGroupHandle - Class in org.eclipse.birt.report.model.api
-
- DataGroupHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.DataGroupHandle
-
Constructs a data group handle with the given design and the element.
- DataItemHandle - Class in org.eclipse.birt.report.model.api
-
Represents a data item element.
- DataItemHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.DataItemHandle
-
Constructs a handle of the data item with the given design and a data
item.
- DataSetHandle - Class in org.eclipse.birt.report.model.api
-
Abstract handle for data set elements.
- DataSetHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.DataSetHandle
-
Constructs a data set handle with the given design and element.
- DataSetNameRequiredValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the data set name of scalar parameter is required.
- DataSetNameRequiredValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.DataSetNameRequiredValidator
-
- DataSetNameRequiredValidatorImpl - Class in org.eclipse.birt.report.model.api.validators
-
Validates the data set name of scalar parameter is required.
- DataSetNameRequiredValidatorImpl() - Constructor for class org.eclipse.birt.report.model.api.validators.DataSetNameRequiredValidatorImpl
-
- DataSetParameter - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents the parameter for ODA drivers.
- DataSetParameter() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
- DataSetParameterHandle - Class in org.eclipse.birt.report.model.api
-
Represents the parameter for data set drivers.
- DataSetParameterHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Constructs the handle of data set parameter.
- DataSetRequiredValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the data set of some special elements should be provided.
- DataSetRequiredValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.DataSetRequiredValidator
-
- DataSetResultSetValidator - Class in org.eclipse.birt.report.model.api.validators
-
Deprecated.
since birt 2.2
- DataSetResultSetValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.DataSetResultSetValidator
-
Deprecated.
- dataSetsIterator() - Method in class org.eclipse.birt.report.model.api.JointDataSetHandle
-
Gets data sets in this joint data set.
- DataSourceHandle - Class in org.eclipse.birt.report.model.api
-
This abstract class represents a data source element: a connection to an
external data provider such as an SQL database.
- DataSourceHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.DataSourceHandle
-
Constructs a handle of DataSource with the given design and element.
- dataType - Variable in class org.eclipse.birt.report.model.api.metadata.ValidationValueException
-
The name of the data type being validated.
- DataTypeConvertUtil - Class in org.eclipse.birt.report.model.api.util
-
The utility class to convert values between parameter type choices and column
data type choices.
- DataTypeConvertUtil() - Constructor for class org.eclipse.birt.report.model.api.util.DataTypeConvertUtil
-
- DATE_FORMAT_TYPE_CUSTOM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_FORMAT_TYPE_GENERAL_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_FORMAT_TYPE_LONG_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_FORMAT_TYPE_MUDIUM_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_FORMAT_TYPE_SHORT_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_FORMAT_TYPE_UNFORMATTED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_ATTRIBUTE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
Constant for the name of the 'DateTime' level attribute.
- DATE_TIME_FORMAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
- DATE_TIME_FORMAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
- DATE_TIME_LEVEL_TYPE_DAY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.
This is replaced by DATE_TIME_LEVEL_TYPE_DAY_OF_YEAR,
DATE_TIME_LEVEL_TYPE_DAY_OF_MONTH and
DATE_TIME_LEVEL_TYPE_DAY_OF_WEEK, and not used anymore.
- DATE_TIME_LEVEL_TYPE_DAY_OF_MONTH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_LEVEL_TYPE_DAY_OF_WEEK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_LEVEL_TYPE_DAY_OF_YEAR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_LEVEL_TYPE_HOUR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_LEVEL_TYPE_MINUTE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_LEVEL_TYPE_MONTH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_LEVEL_TYPE_QUARTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_LEVEL_TYPE_SECOND - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_LEVEL_TYPE_WEEK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.
This is replaced by DATE_TIME_LEVEL_TYPE_WEEK_OF_YEAR and
DATE_TIME_LEVEL_TYPE_WEEK_OF_MONTH, and not used anymore.
- DATE_TIME_LEVEL_TYPE_WEEK_OF_MONTH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_LEVEL_TYPE_WEEK_OF_YEAR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_LEVEL_TYPE_YEAR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATE_TIME_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Date time property type.
- DATE_TIME_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Date Time property type.
- DateFormatValue - Class in org.eclipse.birt.report.model.api.elements.structures
-
The format value for the data.
- DateFormatValue() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.DateFormatValue
-
- DATETIEM_FORMAT_TYPE_CUSTOM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATETIEM_FORMAT_TYPE_GENERAL_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATETIEM_FORMAT_TYPE_LONG_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATETIEM_FORMAT_TYPE_LONG_TIME - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATETIEM_FORMAT_TYPE_MEDIUM_TIME - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATETIEM_FORMAT_TYPE_MUDIUM_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATETIEM_FORMAT_TYPE_SHORT_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATETIEM_FORMAT_TYPE_SHORT_TIME - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DATETIEM_FORMAT_TYPE_UNFORMATTED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DateTimeFormatValue - Class in org.eclipse.birt.report.model.api.elements.structures
-
The format value for the data-time.
- DateTimeFormatValue() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.DateTimeFormatValue
-
- decrypt(String) - Method in interface org.eclipse.birt.report.model.api.extension.IEncryptionHelper
-
Decrypts the given encrypted string, and returns the original string.
- DEFAULT_DATE_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
- DEFAULT_DATETIME_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Default date-time format string.
- DEFAULT_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Default format for display preference: CSS_ABSOLUTE_FORMAT
.
- DEFAULT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Name of the default member.
- DEFAULT_TIME_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
- DEFAULT_UNIT - Static variable in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Default unit for the dimension.
- DEFAULT_VALUE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the parameter default value member.
- DefaultResourceLocator - Class in org.eclipse.birt.report.model.api
-
- DefaultResourceLocator() - Constructor for class org.eclipse.birt.report.model.api.DefaultResourceLocator
-
- defaultTOCPrefixName - Static variable in class org.eclipse.birt.report.model.api.TOCHandle
-
Default TOC style's prefix name.
- deliveryPath - Variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The current delivery path for the notification.
- DerivedDataSetHandle - Class in org.eclipse.birt.report.model.api
-
Provides API to operate a derived data set.
- DerivedDataSetHandle(Module, DerivedDataSet) - Constructor for class org.eclipse.birt.report.model.api.DerivedDataSetHandle
-
Constructs a handle of the joint data set with the given design and a
joint data set.
- derivedIterator() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- derivedIterator() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns an iterator over the elements that derive from this one.
- DESCENDENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Event is being sent to the descendants of the object.
- DESCRIPTION_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Deprecated.
- DESCRIPTION_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating the description id of the parameter
- DESCRIPTION_ID_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the property that gives the message ID for the localized report
description.
- DESCRIPTION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Deprecated.
- DESCRIPTION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating the description of the parameter
- DESCRIPTION_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the description property.
- deserialize(String, ByteArrayInputStream) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Deserializes the model.
- deserialize(String, ByteArrayInputStream) - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- deserializeAction(InputStream) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Deserialize an input stream into an Action.
- deserializeAction(InputStream, DesignElementHandle) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Deserialize an input stream into an Action.
- deserializeAction(String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Deserializes a string into an ActionHandle, notice that the handle is
faked, the action is not in the design tree, the operation to the handle
is not able to be undone.
- deserializeAction(String, DesignElementHandle) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Deserialize a string into an ActionHandle, notice that the handle is
faked, the action is not in the design tree, the operation to the handle
is not able to be undoned.
- DESIGN_EXCEPTION__EXPORT_ELEMENT_FAIL - Static variable in class org.eclipse.birt.report.model.api.activity.SemanticException
-
The error code that indicates the element can not be exported to the
library file, for it self or any of its contents has duplicate name with
that in the library file and the element in the library can not be
dropped.
- DESIGN_EXCEPTION_AT_LEAST_ONE_COLUMN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the result set has no result set column.
- DESIGN_EXCEPTION_BADCSSFILE - Static variable in class org.eclipse.birt.report.model.api.command.CssException
-
Bad css file.
- DESIGN_EXCEPTION_CANNOT_SPECIFY_DATA_OBJECT - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating that the cube or data set can not be specified for the multiview.
- DESIGN_EXCEPTION_CANNOT_SPECIFY_PAGE_SIZE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating page size can not be specified if page type is not
custom.
- DESIGN_EXCEPTION_CANNOT_SPECIFY_VALUE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
The possible value cannot be specified because of other property values.
- DESIGN_EXCEPTION_CANT_EXTEND - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class
ExtendsForbiddenException
- DESIGN_EXCEPTION_CANT_EXTEND - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsForbiddenException
-
The element does not allow extensions.
- DESIGN_EXCEPTION_CHOICE_NAME_REQUIRED - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the name of the user choice is missing.
- DESIGN_EXCEPTION_CHOICE_NOT_ALLOWED - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating the choice value is not allowed for a
choice type property.
- DESIGN_EXCEPTION_CHOICE_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that the choice value is not found in the
choice set.
- DESIGN_EXCEPTION_CHOICE_VALUE_REQUIRED - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the value of the user choice is missing.
- DESIGN_EXCEPTION_CIRCULAR - Static variable in class org.eclipse.birt.report.model.api.command.CircularExtendsException
-
The extension would create a cycle: a extends b extends a.
- DESIGN_EXCEPTION_CIRCULAR - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class
CircularExtendsException
- DESIGN_EXCEPTION_CIRCULAR_ELEMENT_REFERNECE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
The element reference would create a cycle: a extends b extends a.
- DESIGN_EXCEPTION_COLUMN_COPY_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating to copy one column is forbidden.
- DESIGN_EXCEPTION_COLUMN_INSERT_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating to insert one column is forbidden.
- DESIGN_EXCEPTION_COLUMN_PASTE_DIFFERENT_LAYOUT - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating to paste one column is forbidden.
- DESIGN_EXCEPTION_COLUMN_PASTE_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating to paste one column is forbidden.
- DESIGN_EXCEPTION_CONTENT_ALREADY_INSERTED - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
Error code that indicates that the content can not be inserted twice for
it is already in the tree.
- DESIGN_EXCEPTION_CONTENT_NAME_REQUIRED - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The content is not allowed to added into the container without name.
- DESIGN_EXCEPTION_CONTENT_NOT_ALLOWED_PASTED - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The content element cannot be pasted into the container.
- DESIGN_EXCEPTION_CONTENT_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The content element does not appear within the container.
- DESIGN_EXCEPTION_CREATE_TEMPLATE_ELEMENT_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.TemplateException
-
The current report item or data set or template element is not in the design,
it can not do any transformation.
- DESIGN_EXCEPTION_CSS_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.command.CssException
-
Indicates the css is not found in module.
- DESIGN_EXCEPTION_DATA_SET_MISSED_IN_JOINT_DATA_SET - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Data set is not added into this data set.
- DESIGN_EXCEPTION_DOT_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.NameException
-
- DESIGN_EXCEPTION_DOT_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Deprecated.
- DESIGN_EXCEPTION_DROP_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
Deprecated.
since birt 2.2
- DESIGN_EXCEPTION_DUPLICATE - Static variable in class org.eclipse.birt.report.model.api.command.NameException
-
Error code indicating the new name duplicates an existing name in the
same name space.
- DESIGN_EXCEPTION_DUPLICATE_CSS - Static variable in class org.eclipse.birt.report.model.api.command.CssException
-
Indicates the css is using is duplicate.
- DESIGN_EXCEPTION_DUPLICATE_CUSTOM_COLOR_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the custom color name is duplicate.
- DESIGN_EXCEPTION_DUPLICATE_GROUP_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the table/list has duplicate group name.
- DESIGN_EXCEPTION_DUPLICATE_LIBRARY_NAMESPACE - Static variable in class org.eclipse.birt.report.model.api.command.LibraryException
-
Indicates the namespace one library is using is duplicate.
- DESIGN_EXCEPTION_DUPLICATE_LOCALE - Static variable in class org.eclipse.birt.report.model.api.command.CustomMsgException
-
Duplicated locale for one single message.
- DESIGN_EXCEPTION_DUPLICATE_NAME - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the new user property duplicates an existing
property name.
- DESIGN_EXCEPTION_EXTENDS_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class
ExtendsForbiddenException
- DESIGN_EXCEPTION_EXTENDS_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsForbiddenException
-
The element does not allow to set extends explicitly.
- DESIGN_EXCEPTION_EXTENSION_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
The extension name for the extended item is not found in our meta.
- DESIGN_EXCEPTION_EXTENSION_SETTING_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
The extension property of ExtendedItem is forbidden to be set by
commands.
- DESIGN_EXCEPTION_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.StyleException
-
Error code indicating the element is not allowed to have style.
- DESIGN_EXCEPTION_GROUPS_CHANGE_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The table/list has data binding reference to other elements.
- DESIGN_EXCEPTION_HAS_DESCENDENTS - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The content in component slot has descendents.
- DESIGN_EXCEPTION_HAS_NO_CONTAINER - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
Tried to move or delete an element that has no container.
- DESIGN_EXCEPTION_HAS_REFERENCES - Static variable in class org.eclipse.birt.report.model.api.command.NameException
-
Error code indicating the element has references, so it cannot be
anonymous.
- DESIGN_EXCEPTION_IMAGE_FILE_NOT_EXIST - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Deprecated.
- DESIGN_EXCEPTION_INCONSISTENT_DATA_GROUP - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
The simple list property has no definition in the element.
- DESIGN_EXCEPTION_INCONSISTENT_TEMPLATE_PARAMETER_TYPE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating default element or value element of template
parameter definition is incompatible the "allowedType" property defined
or the element types of default element and value element are not the
same.
- DESIGN_EXCEPTION_INCONSITENT_DROP_HEADINGS - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the table has a conflict among dropping cells in
group header of the table.
- DESIGN_EXCEPTION_INCONSITENT_GRID_COL_COUNT - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the grid has inconsistent column count.
- DESIGN_EXCEPTION_INCONSITENT_TABLE_COL_COUNT - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the table has inconsistent column count.
- DESIGN_EXCEPTION_INCONSITENT_TABLE_COL_COUNT_WITH_DROP - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the table has inconsistent column count because of
drop effects of some cells.
- DESIGN_EXCEPTION_INVALID_CHOICE_VALUE - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the choice value is invalid for the user property
type, which is not choice.
- DESIGN_EXCEPTION_INVALID_CONTEXT_CONTAINMENT - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The content is not allowed to in one element's slot in any level.
- DESIGN_EXCEPTION_INVALID_CUSTOM_COLOR_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the custom color name is the same as CSS standard
color name.
- DESIGN_EXCEPTION_INVALID_DATA_BINDING_REF - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the element referred should not be the container or
content of the element.
- DESIGN_EXCEPTION_INVALID_DEFAULT_VALUE - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the default value is invalid for the user property
type.
- DESIGN_EXCEPTION_INVALID_DEFINITION - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the user property definition is invalid.
- DESIGN_EXCEPTION_INVALID_DISPLAY_ID - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the display name ID is provided, and display name
can not be found.
- DESIGN_EXCEPTION_INVALID_ELEMENT_REF - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the element referred is not found.
- DESIGN_EXCEPTION_INVALID_ENCRYPTABLE_PROPERTY - Static variable in class org.eclipse.birt.report.model.api.command.EncryptionException
-
Error code indicating the property is not encryptable but wanna set
encryption.
- DESIGN_EXCEPTION_INVALID_ENCRYPTION - Static variable in class org.eclipse.birt.report.model.api.command.EncryptionException
-
Error code indicating the property is not encryptable but wanna set
encryption.
- DESIGN_EXCEPTION_INVALID_IMAGE_NAME_VALUE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Image Name is empty.
- DESIGN_EXCEPTION_INVALID_IMAGE_URL_VALUE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Image URL value is empty.
- DESIGN_EXCEPTION_INVALID_IMAGEREF_EXPR_VALUE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Image reference type is expression, but not both type expression and
value expression are present in the design file.
- DESIGN_EXCEPTION_INVALID_LIBRARY_NAMESPACE - Static variable in class org.eclipse.birt.report.model.api.command.LibraryException
-
Indicates the namespace of library is invalid, for it is empty or
contains illegal characters.
- DESIGN_EXCEPTION_INVALID_LIBRARY_REFERENCE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the structure referred is not found.
- DESIGN_EXCEPTION_INVALID_LOCALE - Static variable in class org.eclipse.birt.report.model.api.command.CustomMsgException
-
Invalid locale.
- DESIGN_EXCEPTION_INVALID_MANIFEST - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
- DESIGN_EXCEPTION_INVALID_MASTER_PAGE_CONTEXT_CONTAINMENT - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
The master page can not contain table/list in any level.
- DESIGN_EXCEPTION_INVALID_MULTI_COLUMN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the columns span outside the page content.
- DESIGN_EXCEPTION_INVALID_NAME - Static variable in class org.eclipse.birt.report.model.api.command.NameException
-
- DESIGN_EXCEPTION_INVALID_PAGE_MARGINS - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the page margin is larger than the whole page.
- DESIGN_EXCEPTION_INVALID_PAGE_SIZE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the master page size is invalid.
- DESIGN_EXCEPTION_INVALID_POSITION - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
Error code that indicates that the given position is out of range and
invalid.
- DESIGN_EXCEPTION_INVALID_PROPERTY_BINDING_ID - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
The property binding refers a non-existing element.
- DESIGN_EXCEPTION_INVALID_PROPERTY_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the property name of property mask does not be
defined on the element.
- DESIGN_EXCEPTION_INVALID_SCALAR_PARAMETER_TYPE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the a cascading parameter is not typed as
"dynamic".
- DESIGN_EXCEPTION_INVALID_SHORT_HAND_CSSPROPERTY_VALUE - Static variable in class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
The value of the short-hand property is invalid to CSS2.
- DESIGN_EXCEPTION_INVALID_SIMPLE_CSSPROPERTY_VALUE - Static variable in class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
The property value is invalid to Model ROM.
- DESIGN_EXCEPTION_INVALID_STRUCTURE_REF - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the structure referred is not found.
- DESIGN_EXCEPTION_INVALID_STYLE_NAME - Static variable in class org.eclipse.birt.report.model.api.command.NameException
-
The style name is invalid for CSS2 specification.
- DESIGN_EXCEPTION_INVALID_TEMPLATE_ELEMENT - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The template element has no referred template definition, it is invalid.
- DESIGN_EXCEPTION_INVALID_TEMPLATE_ELEMENT_TYPE - Static variable in class org.eclipse.birt.report.model.api.command.TemplateException
-
Only report items and data sets can be transformed to template elements,
other types of element are not supported.
- DESIGN_EXCEPTION_INVALID_TYPE - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the user property type is invalid.
- DESIGN_EXCEPTION_INVALID_VALUE - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that the property value is invalid.
- DESIGN_EXCEPTION_INVALID_XML - Static variable in class org.eclipse.birt.report.model.api.DesignFileException
-
Other exceptions thrown by SAX.
- DESIGN_EXCEPTION_ITEM_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that the item is not found in a list.
- DESIGN_EXCEPTION_LIBRARY_ALREADY_INCLUDED - Static variable in class org.eclipse.birt.report.model.api.command.LibraryException
-
Indicates that library is already included, a library can not be added
twice.
- DESIGN_EXCEPTION_LIBRARY_HAS_DESCENDENTS - Static variable in class org.eclipse.birt.report.model.api.command.LibraryException
-
Indicates that library has descendents in the current module.
- DESIGN_EXCEPTION_LIBRARY_INCLUDED_RECURSIVELY - Static variable in class org.eclipse.birt.report.model.api.command.LibraryException
-
Indicates the library is included recursively.
- DESIGN_EXCEPTION_LIBRARY_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.command.LibraryException
-
Indicates the library is not found in module.
- DESIGN_EXCEPTION_MEMBER_NAME_INVALID - Static variable in class org.eclipse.birt.report.model.api.command.PropertyNameException
-
The member name is not defined on a structure.
- DESIGN_EXCEPTION_META_DATA_ERROR - Static variable in class org.eclipse.birt.report.model.api.metadata.MetaDataReaderException
-
Indicates there are ROM errors.
- DESIGN_EXCEPTION_MISSING_CHOICES - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the user property type is choice, but no choice is
defined.
- DESIGN_EXCEPTION_MISSING_COLUMN_BINDING - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Column name of the data item has no corresponding data bindging.
- DESIGN_EXCEPTION_MISSING_DATA_SET - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating List or Table can not access any data set.
- DESIGN_EXCEPTION_MISSING_EXTENSION - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
The extension name for the extended item is not defined.
- DESIGN_EXCEPTION_MISSING_MASTER_PAGE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the report has no master page.
- DESIGN_EXCEPTION_MISSING_PAGE_SIZE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the page size is missing when page type is custom.
- DESIGN_EXCEPTION_MISSING_SQL_STMT - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the JDBC select data set has no SQL statement.
- DESIGN_EXCEPTION_MISSING_TEMPLATE_PARAMETER_TYPE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating template parameter definitions have no "type"
information.
- DESIGN_EXCEPTION_MOVE_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The content element cannot be deleted.
- DESIGN_EXCEPTION_NAME_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.NameException
-
Error code indicating the element is not allowed to have name.
- DESIGN_EXCEPTION_NAME_REQUIRED - Static variable in class org.eclipse.birt.report.model.api.command.NameException
-
Error code indicating the element miss its name, while the name is
required.
- DESIGN_EXCEPTION_NAME_REQUIRED - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the use property definition is missing name, while
it must have a name.
- DESIGN_EXCEPTION_NEGATIVE_VALUE - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that the property value can not be
negative.
- DESIGN_EXCEPTION_NO_PARENT - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class InvalidParentException
- DESIGN_EXCEPTION_NO_PARENT - Static variable in class org.eclipse.birt.report.model.api.command.InvalidParentException
-
The element has no parent, it can not be localized.
- DESIGN_EXCEPTION_NON_POSITIVE_VALUE - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that the property value can not be
negative or zero.
- DESIGN_EXCEPTION_NOT_CONTAINER - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The purported container element is not, in fact, a container.
- DESIGN_EXCEPTION_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.command.StyleException
-
Error code indicating no style is found with the given name.
- DESIGN_EXCEPTION_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.command.ThemeException
-
Error code indicating no style is found with the given name.
- DESIGN_EXCEPTION_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the user property definition is not found.
- DESIGN_EXCEPTION_NOT_LIST_TYPE - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that the property is not a list type.
- DESIGN_EXCEPTION_NOT_SUPPORTED_REPORT_ITEM_THEME_TYPE - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error codes that indicates that the report item theme type is not
supported yet.
- DESIGN_EXCEPTION_OVERLAPPING_CELLS - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the table has overlapping cells.
- DESIGN_EXCEPTION_PARENT_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class InvalidParentException
- DESIGN_EXCEPTION_PARENT_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.command.InvalidParentException
-
No element exists with the parent name.
- DESIGN_EXCEPTION_PARENT_NOT_IN_COMPONENT - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class
ExtendsForbiddenException
- DESIGN_EXCEPTION_PARENT_NOT_IN_COMPONENT - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsForbiddenException
-
The parent element not in component slot of report design.
- DESIGN_EXCEPTION_PARENT_NOT_INCLUDE - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class InvalidParentException
- DESIGN_EXCEPTION_PARENT_NOT_INCLUDE - Static variable in class org.eclipse.birt.report.model.api.command.InvalidParentException
-
The library of the parent element is not included.
- DESIGN_EXCEPTION_PROPERTY_BINDING_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
The element is not in the design tree, so it is forbidden to set the
property binding.
- DESIGN_EXCEPTION_PROPERTY_CHANGE_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Within child element, properties that can cause structure change are not
allowed to set.
- DESIGN_EXCEPTION_PROPERTY_COPY_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating to copy one property is forbidden.
- DESIGN_EXCEPTION_PROPERTY_NAME_INVALID - Static variable in class org.eclipse.birt.report.model.api.command.PropertyNameException
-
The property name is not defined on the element.
- DESIGN_EXCEPTION_PROPERTY_NOT_SUPPORTED - Static variable in class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
The CSS property is not supported by BIRT.
- DESIGN_EXCEPTION_READONLY - Static variable in class org.eclipse.birt.report.model.api.command.CssException
-
Read-only style
- DESIGN_EXCEPTION_RECURSIVE - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
Attempt to move an element inside itself, or inside one of its contents.
- DESIGN_EXCEPTION_RESOURCE_KEY_REQUIRED - Static variable in class org.eclipse.birt.report.model.api.command.CustomMsgException
-
The resource key must be specified for the Translation.
- DESIGN_EXCEPTION_RESULT_SET_SHARED_CANT_EXTEND - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsForbiddenException
-
The shared result set report item cannot be extended.
- DESIGN_EXCEPTION_REVERT_TO_TEMPLATE_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.TemplateException
-
The current element is not a template data set or the template data set
has no template definition.
- DESIGN_EXCEPTION_ROW_COPY_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating to copy one row is forbidden.
- DESIGN_EXCEPTION_ROW_INSERT_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating to shift one row is forbidden.
- DESIGN_EXCEPTION_ROW_INSERTANDPASTE_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating to inert and paste one row is forbidden.
- DESIGN_EXCEPTION_ROW_PASTE_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating to paste one row is forbidden.
- DESIGN_EXCEPTION_ROW_SHIFT_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating to paste one row is forbidden.
- DESIGN_EXCEPTION_RULE_NOT_SUPPORTED - Static variable in class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
The rule is not supported.
- DESIGN_EXCEPTION_SELF_EXTEND - Static variable in class org.eclipse.birt.report.model.api.command.CircularExtendsException
-
The element cannot extend from itself.
- DESIGN_EXCEPTION_SELF_EXTEND - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class
CircularExtendsException
- DESIGN_EXCEPTION_SEMANTIC_ERROR - Static variable in class org.eclipse.birt.report.model.api.DesignFileException
-
The semantic error, when element doesn't conform semantic check.
- DESIGN_EXCEPTION_SEMANTIC_WARNING - Static variable in class org.eclipse.birt.report.model.api.DesignFileException
-
The semantic warning, when element doesn't conform semantic check.
- DESIGN_EXCEPTION_SHARE_DIMENSION_NOT_EXIST - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
Error code that indicates that the shared dimension can not be inserted
to report design and library.
- DESIGN_EXCEPTION_SLOT_IS_FULL - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
Attempt to add a second item to a single-item slot.
- DESIGN_EXCEPTION_SLOT_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The operation referenced a slot that does not exist.
- DESIGN_EXCEPTION_STRUCTURE_CHANGE_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
Can not change the structure of an element if it is a child element, or
it is within a child element, or it is a template parameter definition.
- DESIGN_EXCEPTION_STYLE_NOT_SUPPORTED - Static variable in class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
The style is not supported.
- DESIGN_EXCEPTION_STYLE_SHEET_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.css.StyleSheetException
-
The style sheet is not found.
- DESIGN_EXCEPTION_SYNTAX_ERROR - Static variable in class org.eclipse.birt.report.model.api.css.StyleSheetException
-
The syntax error, when the style sheet file doesn't conform CSS2 grammar.
- DESIGN_EXCEPTION_SYNTAX_ERROR - Static variable in class org.eclipse.birt.report.model.api.DesignFileException
-
The syntax error, when design file doesn't conform metadata definition.
- DESIGN_EXCEPTION_TABLE_COLUMN_ILLEGAL_PERCENTAGE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Tries to compute table's width which the sum of columns's width is
greater than or equal to 100%.
- DESIGN_EXCEPTION_TABLE_COLUMN_INCONSISTENT_RELATIVE_UNIT - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Tries to compute table's width which contains multiple columns in
different relative unit.
- DESIGN_EXCEPTION_TABLE_COLUMN_INCONSISTENT_UNIT_TYPE - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Tries to compute table's width which contains multiple columns in both
absolute unit and relative unit other than percentage.
- DESIGN_EXCEPTION_TABLE_COLUMN_WITH_NO_WIDTH - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Tries to compute table's width which has columns with no width defined.
- DESIGN_EXCEPTION_TABLE_NO_COLUMN_FOUND - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Tries to compute table's width with no column defined.
- DESIGN_EXCEPTION_TEMPLATE_ELEMENT_NOT_SUPPORTED - Static variable in class org.eclipse.birt.report.model.api.command.TemplateException
-
Template elements are not supported by libraries.
- DESIGN_EXCEPTION_TEMPLATE_TRANSFORM_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The template element has no referred template definition, it is invalid.
- DESIGN_EXCEPTION_TRANSFORM_TO_DATA_SET_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.TemplateException
-
The current element is not a template data set or the template data set
has no template definition.
- DESIGN_EXCEPTION_TRANSFORM_TO_REPORT_ITEM_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.command.TemplateException
-
The current element is not a template report item or the template report
item has no template definition.
- DESIGN_EXCEPTION_TRANSLATION_NOT_FOUND - Static variable in class org.eclipse.birt.report.model.api.command.CustomMsgException
-
translation is not found in the report.
- DESIGN_EXCEPTION_UNIT_NOT_ALLOWED - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating unit is not allowed for the dimension
property.
- DESIGN_EXCEPTION_UNNAMED_PARENT - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class InvalidParentException
- DESIGN_EXCEPTION_UNNAMED_PARENT - Static variable in class org.eclipse.birt.report.model.api.command.InvalidParentException
-
The parent element has no name.
- DESIGN_EXCEPTION_UNSUPPORTED_ELEMENT - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the element is not supported, but implemented in
this release.
- DESIGN_EXCEPTION_UNSUPPORTED_VERSION - Static variable in interface org.eclipse.birt.report.model.api.ErrorCodes
-
The report version is unsupported.
- DESIGN_EXCEPTION_USER_PROP_DISALLOWED - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the element is not allowed to have user property.
- DESIGN_EXCEPTION_VALUE_EXISTS - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that the property value already exists.
- DESIGN_EXCEPTION_VALUE_FORBIDDEN - Static variable in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Empty list property should not have value.
- DESIGN_EXCEPTION_VALUE_LOCKED - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that property has been locked in a base
element, and the value of the property cannot be set in a derived
element.
- DESIGN_EXCEPTION_VALUE_REQUIRED - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that the property value is required.
- DESIGN_EXCEPTION_WRONG_ELEMENT_TYPE - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that the elements are of different types.
- DESIGN_EXCEPTION_WRONG_EXTENSION_TYPE - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class WrongTypeException
- DESIGN_EXCEPTION_WRONG_EXTENSION_TYPE - Static variable in class org.eclipse.birt.report.model.api.command.WrongTypeException
-
The parent element does not have the same type of extension as the target
element.
- DESIGN_EXCEPTION_WRONG_ITEM_TYPE - Static variable in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Error code constant indicating that the item is not type of structure
list referred.
- DESIGN_EXCEPTION_WRONG_TYPE - Static variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The given content element is of the wrong type for the slot.
- DESIGN_EXCEPTION_WRONG_TYPE - Static variable in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.
pushed down to sub class WrongTypeException
- DESIGN_EXCEPTION_WRONG_TYPE - Static variable in class org.eclipse.birt.report.model.api.command.ThemeException
-
Error code indicating the report item refers a wrong type of report item
theme.
- DESIGN_EXCEPTION_WRONG_TYPE - Static variable in class org.eclipse.birt.report.model.api.command.WrongTypeException
-
The parent element does not have the same type as the target element.
- DesignChoiceConstants - Interface in org.eclipse.birt.report.model.api.elements
-
This class collects commonly-used choice constants.
- DesignConfig - Class in org.eclipse.birt.report.model.api
-
Wraps around configuration settings for design engine.
- DesignConfig() - Constructor for class org.eclipse.birt.report.model.api.DesignConfig
-
constructor
- DesignElementHandle - Class in org.eclipse.birt.report.model.api
-
Base class for all report elements.
- DesignElementHandle(Module) - Constructor for class org.eclipse.birt.report.model.api.DesignElementHandle
-
Constructs a handle with the given module.
- DesignEngine - Class in org.eclipse.birt.report.model.api
-
Represents the BIRT design engine as a whole.
- DesignEngine(DesignConfig) - Constructor for class org.eclipse.birt.report.model.api.DesignEngine
-
Constructs a DesignEngine with the given platform config.
- DesignEngineFactory - Class in org.eclipse.birt.report.model.api.impl
-
Factory pattern to create an instance of Design Engine
- DesignEngineFactory() - Constructor for class org.eclipse.birt.report.model.api.impl.DesignEngineFactory
-
- DesignEngineImpl - Class in org.eclipse.birt.report.model.api.impl
-
Implementation of DesignEngine.
- DesignEngineImpl(DesignConfig) - Constructor for class org.eclipse.birt.report.model.api.impl.DesignEngineImpl
-
Constructs a DesignEngine with the given platform config.
- DesignFileException - Class in org.eclipse.birt.report.model.api
-
Signals that a fatal error occurred when opening a design file.
- DesignFileException(String, Exception) - Constructor for class org.eclipse.birt.report.model.api.DesignFileException
-
Constructs a DesignFileException
with the given design
filename and the specified cause.
- DesignFileException(String, List<? extends Exception>) - Constructor for class org.eclipse.birt.report.model.api.DesignFileException
-
Constructs a DesignFileException
with the given design
filename and a list of errors.
- DesignFileException(String, List<? extends Exception>, Exception) - Constructor for class org.eclipse.birt.report.model.api.DesignFileException
-
Constructs a DesignFileException
with the given design
filename, a list of errors and the new exception to add.
- DesignVisitor - Class in org.eclipse.birt.report.model.api
-
Applies logic customized to each type of report element.
- DesignVisitor() - Constructor for class org.eclipse.birt.report.model.api.DesignVisitor
-
Constructs a DesignVisitor
, which is not related with the
specific report.
- DIMENSION_CONDITION_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DimensionCondition
-
Name of this structure.
- DIMENSION_JOIN_CONDITION_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
-
Name of this structure.
- DIMENSION_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Dimension property type.
- DIMENSION_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Dimension property type.
- DimensionCondition - Class in org.eclipse.birt.report.model.api.elements.structures
-
The DimensionCondition structure defines a list of join conditions between
cube and hierarchy.
- DimensionCondition() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.DimensionCondition
-
- DimensionConditionHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of the cube-dimension/hierarchy join condition.
- DimensionConditionHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.DimensionConditionHandle
-
Constructs the handle of the cube join condition.
- DimensionHandle - Class in org.eclipse.birt.report.model.api
-
Simplifies working with dimension properties.
- DimensionHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.DimensionHandle
-
Constructs a dimension handle for a member of a structure.
- DimensionHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.DimensionHandle
-
Deprecated.
- DimensionHandle(DesignElementHandle, ElementPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.DimensionHandle
-
Constructs a dimension handle for a element property.
- DimensionHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a dimension element in the cube element.
- DimensionHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.DimensionHandle
-
Constructs a handle for the given design and design element.
- DimensionJoinCondition - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents a dimension join condition in the DimensionCondition.
- DimensionJoinCondition() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
-
- DimensionJoinConditionHandle - Class in org.eclipse.birt.report.model.api
-
Represents a dimension join condition in the DimensionCondition.
- DimensionJoinConditionHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
-
Constructs a dimension join condition handle with the given
SimpleValueHandle
and the index of the dimension join
condition in the dimension condition.
- DimensionUtil - Class in org.eclipse.birt.report.model.api.util
-
Utility class to do conversions between units.
- DimensionUtil() - Constructor for class org.eclipse.birt.report.model.api.util.DimensionUtil
-
- DimensionValue - Class in org.eclipse.birt.report.model.api.metadata
-
Representation of a dimension property value.
- DimensionValue(double, String) - Constructor for class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Constructs a DimensionValue given its measure and unit.
- DIRECT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Event is being sent to the listeners of the object itself.
- DIRECTION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortHint
-
Name of the direction member.
- DIRECTION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Name of the "direction" member.
- DIRECTLY_INCLUDED_LEVEL - Static variable in interface org.eclipse.birt.report.model.api.core.IAccessControl
-
Resources in directly included libraries.
- display - Variable in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
The non-localized text to display when the rule "fires.".
- DISPLAY_BLOCK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DISPLAY_DATE_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
- DISPLAY_EXPRE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Rule
-
Name of the member which gives the display value for the static value.
- DISPLAY_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
Name of the member variable that represents the message ID for the
localized text to display when the rule "fires.".
- DISPLAY_INLINE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DISPLAY_LENGTH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Deprecated.
- DISPLAY_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
Name of the member variable that represents the non-localized text to
display when the rule "fires.".
- DISPLAY_NAME_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Name of the display name ID member.
- DISPLAY_NAME_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the display name ID member.
- DISPLAY_NAME_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
DisplayNameID of the column name member.
- DISPLAY_NAME_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Name of the display name ID member.
- DISPLAY_NAME_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating the display name id of the parameter
- DISPLAY_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Name of the display name member.
- DISPLAY_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the display name member.
- DISPLAY_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
DisplayName of the column name member.
- DISPLAY_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Name of the display name member.
- DISPLAY_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating the display name of the parameter
- DISPLAY_NAME_PROP - Static variable in class org.eclipse.birt.report.model.api.metadata.UserChoice
-
Name of the display name property.
- DISPLAY_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DISPLAY_TIME_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
- displayExpre - Variable in class org.eclipse.birt.report.model.api.elements.structures.Rule
-
Display value.
- displayKey - Variable in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
The message ID for the localized text to display when the rule "fires.".
- displayName - Variable in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
The display name for the color.
- displayName - Variable in class org.eclipse.birt.report.model.api.metadata.UserChoice
-
The choice's display name.
- displayNameID - Variable in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
The message ID for the display name.
- DISPOSE_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of DISPOSE_EVENT.
- DisposeEvent - Class in org.eclipse.birt.report.model.api.core
-
Notification event that says that the module is disposed.
- DisposeEvent(Module) - Constructor for class org.eclipse.birt.report.model.api.core.DisposeEvent
-
Constructs a dispose event with the changed module.
- distinct() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Checks whether duplicate values should be shown when preview.
- DocumentUtil - Class in org.eclipse.birt.report.model.api.util
-
Utility class for the serialize a report design in which all the elements
localize their property values from the referred external resources, such as
library elements, library embedded images.
- DocumentUtil() - Constructor for class org.eclipse.birt.report.model.api.util.DocumentUtil
-
- doGetLocalDimension(String, Cube, Module) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Returns the dimension defined on the given cube.
- doInsert(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.RowBandInsertAction
-
Inserts source table row below or above target table row.
- doInsertAndPaste(TableRow, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.RowBandInsertAndPasteAction
-
Pastes the given table row to target row with the given slot id , group
id and destination index.
- DONE - Static variable in class org.eclipse.birt.report.model.api.activity.ActivityStackEvent
-
One record is executed or one transaction is committed.
- doPaste(TableRow, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.RowBandPasteAction
-
Pastes the given table row to target row with the given slot id , group
id and destination index.
- doShift(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.RowBandShiftAction
-
Does shift operation with the given parameters.
- doSort(List) - Static method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sorts a list of elements by localized display name.
- dotSeparatorPattern - Static variable in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Compiled pattern for CSS absolute pattern: "000,000.000,000"
- doubleToString(double, int) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Converts the double value to locale-independent string representation.
- doubleToString(double, int, ULocale) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Converts the double value to locale-dependent string representation.
- DROP - Static variable in class org.eclipse.birt.report.model.api.command.CssEvent
-
Css is dropped.
- DROP - Static variable in class org.eclipse.birt.report.model.api.command.CustomMsgEvent
-
The translation was dropped.
- DROP - Static variable in class org.eclipse.birt.report.model.api.command.LibraryEvent
-
Library is dropped.
- DROP - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyEvent
-
The property was dropped.
- drop() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Drops this element from the design.
- drop(String, DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Drops a content element from the container, and unresolve any reference
property which refers the element to drop.
- drop(String, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Drops a content element at the given position from the container, and
unresolve any reference property which refers the element to drop.
- drop() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
- drop() - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
This method is not defined for private styles.
- drop(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Drops a content element from the slot, and unresolve any reference
property which refers the element to drop.
- drop(int) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Drops a content element at the given position from the slot, and
unresolve any reference property which refers the element to drop.
- drop(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Drops a content element from the slot, and unresolve any reference
property which refers the element to drop.
- drop(int) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Drops a content element at the given position from the slot, and
unresolve any reference property which refers the element to drop.
- drop() - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Removes this structure from a list property or member.
- DROP_SPANNED - Static variable in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
CELL is used because of "drop" properties of a cell element.
- DROP_TYPE_ALL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DROP_TYPE_DETAIL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DROP_TYPE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- dropAllScriptLibs() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Removes all script libs.
- dropAndClear() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Drops this element from the design.
- dropAndClear(String, DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Drops a content element from the container, and clear any reference
property which refers the element to drop.
- dropAndClear(String, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Drops a content element at the given position from the container, and
clear any reference property which refers the element to drop.
- dropAndClear() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
- dropAndClear() - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
This method is not defined for private styles.
- dropAndClear(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Drops a content element from the slot, and clear any reference property
which refers the element to drop.
- dropAndClear(int) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Drops a content element at the given position from the slot, and clear
any reference property which refers the element to drop.
- dropAndClear(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Drops a content element from the slot, and clear any reference property
which refers the element to drop.
- dropAndClear(int) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Drops a content element at the given position from the slot, and clear
any reference property which refers the element to drop.
- dropConfigVariable(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Deprecated.
- dropCss(CssStyleSheetHandle) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
(non-Javadoc)
- dropElement(DesignElement) - Method in interface org.eclipse.birt.report.model.api.core.INameManager
-
Deletes the element from the name manager.
- dropImage(List) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Drops an embedded image handle list from the design.
- dropImage(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Deprecated.
- dropIncludeScript(IncludeScript) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Removes the given included script.
- dropLibrary(LibraryHandle) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Drops the given library from the included libraries of this design file.
- dropLibraryAndBreakExtends(LibraryHandle) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Drops the given library from the design and break all the parent/child
relationships.
- dropScriptLib(ScriptLib) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Removes special script lib.
- dropScriptLib(ScriptLibHandle) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Removes special script lib handle.
- dropTranslation(String, String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Drops a translation from the design.
- dropUserPropertyDefn(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Removes an existing user property definition from the element.
- dropUserPropertyDefn(String) - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
This method is not defined for private styles.
- dropView(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.MultiViewsHandle
-
Deletes the given view.
- dropView(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Deletes the given view.
- DYNAMIC_FILTER_ADVANCED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DYNAMIC_FILTER_PARAMETER_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the member that indicates the name of the dynamic filter
parameter to reference.
- DYNAMIC_FILTER_SIMPLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- DynamicFilterParameterHandle - Class in org.eclipse.birt.report.model.api
-
Represents the dynamic filter parameter types.
- DynamicFilterParameterHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Constructs a handle for the DynamicFilterParameter with the given design
and the parameter.
- GADGET_CONTENT_TYPE_HTML - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- GADGET_CONTENT_TYPE_IMAGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- GADGET_CONTENT_TYPE_TEXT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- GADGET_CONTENT_TYPE_URL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- GADGET_CONTENT_TYPE_VIDEO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- GADGET_CONTENT_TYPE_VIDEOURL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- generateHandleList(List) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Generates a list of element handles according to the given element list.
- gerSerializedID(DesignElementHandle) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Returns the serialized id for the given element.
- get(int) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Returns the the nth entry in a list property or member.
- get(int) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Returns a handle to the content element at the given position.
- getAbsoluteValue() - Method in class org.eclipse.birt.report.model.api.DimensionHandle
-
Returns the absolute dimension value with the following units.
- getACLExpression() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Gets the expression handle for the ACLExpression
member.
- getACLExpression() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Gets the expression handle for the ACLExpression
property.
- getACLExpression() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the ACL expression associated with the report element instance.
- getACLExpression() - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Gets the expression handle for the ACLExpression
property.
- getACLExpression() - Method in class org.eclipse.birt.report.model.api.olap.DimensionHandle
-
Gets the expression handle for the ACLExpression
property.
- getACLExpression() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Gets the expression handle for the ACLExpression
property.
- getACLExpression() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Gets the expression handle for the ACLExpression
property.
- getACLExpression() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the ACL expression associated with the report element instance.
- getAction() - Method in class org.eclipse.birt.report.model.api.activity.ActivityStackEvent
-
Returns the action which causes this event.
- getAction() - Method in class org.eclipse.birt.report.model.api.command.ContentEvent
-
Returns the type of action.
- getAction() - Method in class org.eclipse.birt.report.model.api.command.CssEvent
-
Returns the type of change.
- getAction() - Method in class org.eclipse.birt.report.model.api.command.CustomMsgEvent
-
Returns the action causing this event.
- getAction() - Method in class org.eclipse.birt.report.model.api.command.LibraryEvent
-
Returns the type of change.
- getAction() - Method in class org.eclipse.birt.report.model.api.command.NameSpaceEvent
-
Deprecated.
Returns the action which causes this event.
- getAction() - Method in class org.eclipse.birt.report.model.api.command.UserPropertyEvent
-
Returns the action that causes this event.
- getAction() - Method in class org.eclipse.birt.report.model.api.command.ViewsContentEvent
-
Returns the type of action.
- getAction() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataItem
-
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
- getAction() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
- getAction() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
- getActionHandle() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
- getActionHandle() - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
- getActionHandle() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
- getActionHandle() - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
- getActionHandle() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
- getActionHandle() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
- getAfterClose() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns the code of the afterClose method.
- getAfterClose() - Method in class org.eclipse.birt.report.model.api.DataSourceHandle
-
Returns the code of the afterClose method.
- getAfterOpen() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns the code of the afterOpen method.
- getAfterOpen() - Method in class org.eclipse.birt.report.model.api.DataSourceHandle
-
Returns the code of the afterOpen method.
- getAggregateFunction() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns the expression used to define this computed column.
- getAggregateFunction() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Returns the expression used to define this computed column.
- getAggregateOn() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns the aggregateOn expression used to define this computed column.
- getAggregateOn() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Returns the aggregateOn expression to compute.
- getAggregateOn() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Returns aggregateOn of column binding
- getAggregateOnList() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns the list containing levels to be aggregated on.
- getAggregateOnList() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Returns the list containing levels to be aggregated on.
- getAggregationDefinitions(String, String) - Static method in class org.eclipse.birt.report.model.api.oda.OdaAggregationHelper
-
- getAggregationDefn(String, String, String) - Static method in class org.eclipse.birt.report.model.api.oda.OdaAggregationHelper
-
- getAggregrateOn() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
- getAggregrateOn() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
- getAlias() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns the alias name of this column.
- getAlignment() - Method in class org.eclipse.birt.report.model.api.ColumnHandle
-
- getAlignment() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Gets the alignment of the level.
- getAlignment() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Gets the alignment of the measure.
- getAlignment() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Returns the alignment for this parameter.
- getAllCssStyleSheets() - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Gets all css styles sheet
- getAllCubes() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns all cube handles that this modules and the included modules
contain.
- getAllDataSets() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns all data set handles that this modules and the included modules
contain.
- getAllDataSources() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns all data source handles that this modules and the included
modules contain.
- getAllFactoryStyles() - Method in class org.eclipse.birt.report.model.api.FactoryElementHandle
-
Gets all the factory style handle.
- getAllImages() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the list of embedded images, including the one from libraries.
- getAllIncludeScripts() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets all included scripts.
- getAllLibraries() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the libraries this report design includes directly or indirectly.
- getAllowedChoices() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Returns the allowed choices for this property.
- getAllowedType() - Method in class org.eclipse.birt.report.model.api.TemplateElementHandle
-
Gets allowed type of the template element.
- getAllowedType() - Method in class org.eclipse.birt.report.model.api.TemplateParameterDefinitionHandle
-
Gets allowed type of the template parameter definition.
- getAllowedTypes() - Static method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Gets valid types for user property.
- getAllowedUnits() - Method in class org.eclipse.birt.report.model.api.DimensionHandle
-
Returns an array of allowed units.
- getAllowedUnits() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Returns the allowed units for this property.
- getAllPages() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns all page handles that this modules and the included modules
contain.
- getAllParameters() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns all parameter handles that this modules.
- getAllScriptLibs() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns all script libs.
- getAllSharedDimensions() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets all the shared dimensions defined or accessed by this module.
- getAllStyles() - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Gets all styles in theme,include css file.
- getAllStyles() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns all style element handles that this modules and the included
modules contain.
- getAltText() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the alternate text of this label item.
- getAltText() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Returns the alternate text of this extended item.
- getAltText() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the alternate text of this image.
- getAltText() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the alternate text of this label item.
- getAltText() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the alternate text of this image.
- getAltTextKey() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Returns the resource key of the alternate text of this extended item.
- getAltTextKey() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the resource key of the alternate text of this image.
- getAltTextKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the resource key of the alternate text of this image.
- getAnalysis() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns the analysis option.
- getAnalysisColumn() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Gets the analysis column.
- getAntidiagonalColor() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets a color handle to deal with the color of the anti-diagonal.
- getAntidiagonalNumber() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets the number of the anti-diagonal lines that are from the top-right to
bottom-left.
- getAntidiagonalNumber() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Gets the number of the anti-diagonal lines that are from the top-right to
bottom-left.
- getAntidiagonalStyle() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the style of the anti-diagonal that is from top-right to
bottom-left corner.
- getAntidiagonalStyle() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Returns the style of the anti-diagonal lines that are from the top-right
to bottom-left.
- getAntidiagonalThickness() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets a dimension handle to deal with the anti-diagonal thickness.
- getAntidiagonalThickness() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Gets the thickness of the anti-diagonal line that is from top-right to
bottom-left corner using a dimension string.
- getArgument(String) - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfoList
-
Returns the argument definition given the name.
- getArgument(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IArgumentInfoList
-
Returns the argument definition given the name.
- getArgument(String) - Method in class org.eclipse.birt.report.model.api.scripts.ArgumentInfoList
-
Returns the argument definition given the name.
- getArgumentClass() - Method in class org.eclipse.birt.report.model.api.scripts.ArgumentInfo
-
Returns the arguement type in class.
- getAt(int) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Returns the the nth entry in a list property or member.
- getAttributeName() - Method in class org.eclipse.birt.report.model.api.core.AttributeEvent
-
Gets the changed attribute name.
- getAuthor() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the name of the author of the design report.
- getAutoSuggestThreshold() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Returns the maximal number of of entries a report parameter pick list can
have.
- getAutoTextType() - Method in class org.eclipse.birt.report.model.api.AutoTextHandle
-
Returns the autotext type for this parameter.
- getAvailableBindings() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns all the bindings which are available for this element.
- getAvailableCubeBindingReferenceList() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns report items that can be referred by other report items by data
binding reference property.
- getAvailableDataBindingReferenceList() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns report items that can be referred by other report items by data
binding reference property.
- getAvailableDataBindingReferenceList(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns all available data binding referred report items, regardless of
namelessness.
- getAvailableDataSetBindingReferenceList() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns report items that can be referred by other report items by data
binding reference property.
- getBackgroundAttachment() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns a background attachment as a string.
- getBackgroundAttachment() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns a background attachment as a string.
- getBackgroundColor() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the background color.
- getBackGroundColor() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns backgroudcolor
- getBackgroundColor() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the background color.
- getBackgroundColor() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a color handle to deal with the background color.
- getBackgroundColor() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets back-ground-color property.
- getBackgroundImage() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the address of the background image.
- getBackgroundImage() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the address of the background image.
- getBackgroundImageType() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the type of the background image.
- getBackGroundPositionX() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the x position for the background.
- getBackGroundPositionX() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the x position for the background.
- getBackGroundPositionY() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the y position for the background.
- getBackGroundPositionY() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the y position for the background.
- getBackgroundRepeat() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the pattern of the repeat for a background image.
- getBackgroundRepeat() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the pattern of the repeat for a background image.
- getBackgroundSizeHeight() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the size height for the background.
- getBackgroundSizeWidth() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the size width for the background.
- getBeforeClose() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns the code of the beforeClose method.
- getBeforeClose() - Method in class org.eclipse.birt.report.model.api.DataSourceHandle
-
Returns the code of the beforeClose method.
- getBeforeOpen() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns the code of the beforeOpen method.
- getBeforeOpen() - Method in class org.eclipse.birt.report.model.api.DataSourceHandle
-
Returns the code of the beforeOpen method.
- getBirtAggregationDisplayName() - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
- getBirtAggregationDisplayName() - Method in interface org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Return the display name of the BIRT predefined aggregation.
- getBirtAggregationId() - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
- getBirtAggregationId() - Method in interface org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Returns the BIRT predefined aggregation id.
- getBirtFilterExprDisplayName() - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
- getBirtFilterExprDisplayName(ULocale) - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
- getBirtFilterExprDisplayName() - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Return the corresponding BIRT predefined Filter expression operator
display name.
- getBirtFilterExprDisplayName(ULocale) - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Return the corresponding BIRT predefined Filter expression operator
display name.
- getBirtFilterExprId() - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
- getBirtFilterExprId() - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Returns the BIRT predefined filter expression operator internal name.
- getBlue() - Method in interface org.eclipse.birt.report.model.api.extension.IColor
-
- getBookmark() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets the book mark value on the cell element.
- getBookmark() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getBookmark() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getBookmark() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the bookmark of listing group.
- getBookmark() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the bookmark of the report item.
- getBookmark() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Returns the bookmark of this row.
- getBookmark() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Returns the bookmark of the report item.
- getBookmark() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Returns the bookmark of the row.
- getBookmark() - Method in interface org.eclipse.birt.report.model.api.util.IBookmarkInfo
-
- getBookmarkDisplayName() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets the display name of the bookmark.
- getBookmarkDisplayName() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets the display name of the bookmark.
- getBookmarkDisplayName() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets the display name of the bookmark.
- getBookmarkDisplayName() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Gets the display name of the bookmark.
- getBookmarkLink() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
- getBookmarkType() - Method in interface org.eclipse.birt.report.model.api.util.IBookmarkInfo
-
- getBooleanProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the value of a property as a Boolean.
- getBooleanValue() - Method in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Returns the value as a Boolean.
- getBorderBottomColor() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the border bottom color.
- getBorderBottomColor() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the color of the bottom side of the border.
- getBorderBottomColor() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a color handle to deal with the color of the bottom side of the
border.
- getBorderBottomColor() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-bottom-width property.
- getBorderBottomStyle() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the style of the border bottom line.
- getBorderBottomStyle() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the style of the bottom line of the border.
- getBorderBottomStyle() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the style of the bottom line of the border.
- getBorderBottomStyle() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the style of the border bottom line.
- getBorderBottomWidth() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the width of the bottom side of the border.
- getBorderBottomWidth() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the width of the bottom side of the border.
- getBorderBottomWidth() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the width of the bottom side of the
border.
- getBorderBottomWidth() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-bottom-width property.
- getBorderLeftColor() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the border left color.
- getBorderLeftColor() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the color of the left side of the border.
- getBorderLeftColor() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a color handle to deal with the color of the left side of the
border.
- getBorderLeftColor() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-left-color property.
- getBorderLeftStyle() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the style of the border left line.
- getBorderLeftStyle() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the style of the left line of the border.
- getBorderLeftStyle() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the style of the left line of the border.
- getBorderLeftStyle() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-left-style property.
- getBorderLeftWidth() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the width of the left side of the border.
- getBorderLeftWidth() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the width of left side of the border.
- getBorderLeftWidth() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the width of the left side of the
border.
- getBorderLeftWidth() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-left-width property.
- getBorderRightColor() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the border right color.
- getBorderRightColor() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the color of the right side of the border.
- getBorderRightColor() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a color handle to deal with the color of the right side of the
border.
- getBorderRightColor() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-right-color property.
- getBorderRightStyle() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the style of the border right line.
- getBorderRightStyle() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the style of the right line of the border.
- getBorderRightStyle() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the style of the right line of the border.
- getBorderRightStyle() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-right-style property.
- getBorderRightWidth() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the width of the right side of the border.
- getBorderRightWidth() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the width of right side of the border.
- getBorderRightWidth() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the width of the right side of the
border.
- getBorderRightWidth() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-right-width property.
- getBorderTopColor() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the border top color.
- getBorderTopColor() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the color of the top side of the border.
- getBorderTopColor() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a color handle to deal with the color of the top side of the border.
- getBorderTopColor() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-top-color property.
- getBorderTopStyle() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the style of the top line of the border.
- getBorderTopStyle() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the style of the top line of the border.
- getBorderTopStyle() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the style of the top line of the border.
- getBorderTopStyle() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-top-style property.
- getBorderTopWidth() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the width of the top side of the border.
- getBorderTopWidth() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the width of the top side of the border.
- getBorderTopWidth() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the width of the top side of the
border.
- getBorderTopWidth() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets border-top-width property.
- getBottomMargin() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Gets a dimension handle to work with the margin on the bottom side.
- getBundleFactory() - Static method in class org.eclipse.birt.report.model.api.BundleFactory
-
Returns the bundle factory.
- getBundleResource(String, String) - Method in interface org.eclipse.birt.report.model.api.IBundleFactory
-
Returns the url of resource which is in corresponding bundle.
- getCachedMetaDataHandle() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Return a handle to deal with the cached data set information that include
output column information when it gets from databases, input/output
parameter definitions.
- getCachedResultSetColumns() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataSet
-
Gets result set column of cached metadata.
- getCachedRowCount() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Deprecated.
by getDataSetRowLimit method
- getCalculationType() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Gets the calculation function name.
- getCaption() - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Returns the caption text of this grid.
- getCaption() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGrid
-
Returns the caption text of this grid.
- getCaption() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITable
-
Returns the caption text of this table.
- getCaption() - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Returns the caption text of this table.
- getCaptionKey() - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Returns the resource key of the caption.
- getCaptionKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGrid
-
Returns the resource key of the caption.
- getCaptionKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITable
-
Returns the resource key of the caption.
- getCaptionKey() - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Returns the resource key of the caption.
- getCategory() - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
Returns the variable name.
- getCategory() - Method in class org.eclipse.birt.report.model.api.FormatValueHandle
-
Returns the category of the format.
- getCategory() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Returns the category for the parameter format.
- getCell() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Return the corresponding handle of the cell element.
- getCell(int, int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Return a cell element with the given poistion.
- getCell(int, int, int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Return a cell element with the given poistion.
- getCell(int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the cell at the given position.
- getCell() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable.OverlappedArea
-
Returns the cell element.
- getCell(int, int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Return a cell element with the given poistion.
- getCell(int, int, int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Return a cell element with the given poistion.
- getCell(int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Returns the cell at the given position.
- getCell(int, int) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Gets the cell at the position where the given row and column intersect.
- getCell(int, int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Gets the cell at the position where the given row and column intersect
regardless of slot information.
- getCell(int, int, int, int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Gets the cell at the position where the given row and column intersect
within the given slot.
- getCellContent(int, int) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Gets the content slot handle of the cell at the position where the given
row and column intersect.
- getCellId() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Returns the unique index of the cell element.
- getCellPosition(CellHandle) - Method in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
-
- getCellPosition(CellHandle) - Method in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
-
Returns the column number with the given cell.
- getCellRegardlessStartPosition() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Return the corresponding handle of the cell element regardless of the
position where the cell starts.
- getCells() - Method in class org.eclipse.birt.report.model.api.ColumnBandData
-
Returns cells after the copy operation.
- getCells() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Returns the cell slot of row.
- getCellsUnderColumn(int, boolean) - Method in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
-
- getCellsUnderColumn(int, boolean) - Method in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
-
- getChangedResourcePath() - Method in class org.eclipse.birt.report.model.api.command.ResourceChangeEvent
-
Returns the file path of the changed library.
- getChoices(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a array of valid choices for a property.
- getChoices() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Returns a list of choices if the property is a choice (type is
CHOICE_TYPE).
- getChoices() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
-
- getChoices() - Method in interface org.eclipse.birt.report.model.api.metadata.IChoiceSet
-
Returns an array containing the choices, the return choices are in their
internal sequence.
- getChoices(Comparator<Object>) - Method in interface org.eclipse.birt.report.model.api.metadata.IChoiceSet
-
Returns an array containing the choices, the return choices are sorted
according to the given comparator.
- getChoices() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Gets the list of choices for the property.
- getChoices() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Gets the set of choices for this type.
- getChoices() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Returns the array of choices that are defined for this property or
member.
- getChoiceSet(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Finds a choice set by name.
- getClass(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Returns the class definition given the class name.
- getClass(String) - Method in class org.eclipse.birt.report.model.api.scripts.ScriptableClassInfo
-
Returns the scriptable class information for the given class full name.
- getClasses() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Returns the class list.
- getClassReturnType() - Method in interface org.eclipse.birt.report.model.api.metadata.IMethodInfo
-
Returns the script type for return.
- getClassReturnType() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
- getClassReturnType() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
-
- getClassReturnType() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
- getClassType() - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfo
-
Returns the class type of this argument.
- getClassType() - Method in interface org.eclipse.birt.report.model.api.metadata.IArgumentInfo
-
Returns the argument type in Class.
- getClassType() - Method in interface org.eclipse.birt.report.model.api.metadata.IMemberInfo
-
Returns the member type in Class.
- getClassType() - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
- getClassType() - Method in class org.eclipse.birt.report.model.api.scripts.ArgumentInfo
-
Returns the class type of this argument.
- getClassType() - Method in class org.eclipse.birt.report.model.api.scripts.MemberInfo
-
- getClose() - Method in class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
Returns the script for closing data set.
- getClose() - Method in class org.eclipse.birt.report.model.api.ScriptDataSourceHandle
-
Returns the script name for closing data connection.
- getCodeTemplate() - Method in interface org.eclipse.birt.report.model.api.metadata.ITemplateMethodInfo
-
Returns the template code snippet for the method.
- getCodeTemplate() - Method in class org.eclipse.birt.report.model.api.scripts.TemplateMethodInfo
-
- getColor() - Method in class org.eclipse.birt.report.model.api.CustomColorHandle
-
Returns the color value as what the user has input.
- getColor() - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Returns the color value as what the user has input.
- getColor() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the color property.
- getColor() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns color
- getColor() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the font color.
- getColor() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a color handle to deal with the font color.
- getColor() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets font color property.
- getColorProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a handle to work with a color property.
- getColors() - Method in class org.eclipse.birt.report.model.api.ColorHandle
-
Returns a list containing all the names of both standard(CSS) colors or
user defined colors.
- getColorValue() - Method in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Gets the CSS color value.
- getColPosn() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable.OverlappedArea
-
Returns the column position
- getColSpanOffset() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable.OverlappedArea
-
Returns the offset of the column span
- getColumn() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the cell's column property.
- getColumn() - Method in class org.eclipse.birt.report.model.api.ColumnBandData
-
Returns the copied column.
- getColumn() - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Gets the column value.
- getColumn() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Deprecated.
This property has been removed.
- getColumn() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Deprecated.
This property has been removed.
- getColumn() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Returns the cell's column property.
- getColumn(int) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITable
-
Gets column.
- getColumn(List, String) - Static method in class org.eclipse.birt.report.model.api.validators.DataColumnNameValidator
-
Gets the column with the given expression bound the given list.
- getColumnBindings() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Deprecated.
since BIRT 2.1 RC2
- getColumnBindings() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Get a handle to deal with the bound column.
- getColumnBindings() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Get a handle to deal with the bound column.
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns the column count of the row.
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Gets the column count of the slot.
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the column count in the table.
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Returns the column count in the table.
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
-
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Returns the number of columns in the Grid.
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.GridRowBandAdapter
-
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Returns the number of columns in the report.
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.RowBandAdapter
-
Returns the number of columns in the element.
- getColumnCount() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGrid
-
Returns the number of columns in the Grid.
- getColumnCount() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITable
-
Returns the number of columns in the table.
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
-
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Returns the number of columns in the table.
- getColumnCount() - Method in class org.eclipse.birt.report.model.api.TableRowBandAdapter
-
- getColumnDataType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IResultSetColumn
-
Gets column data type.
- getColumnName() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns the column name.
- getColumnName() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
- getColumnName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
- getColumnName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Returns the column name.
- getColumnName() - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
- getColumnName() - Method in class org.eclipse.birt.report.model.api.olap.TabularLevelHandle
-
Gets the column name of this level.
- getColumnName() - Method in class org.eclipse.birt.report.model.api.ResultSetColumnHandle
-
Returns the column name.
- getColumnName() - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Gets the column name.
- getColumnName() - Method in class org.eclipse.birt.report.model.api.SortKeyHandle
-
- getColumnPos(int, Cell) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns 1-based the column position with the given row index and the cell
element.
- getColumnPos(int, int, Cell) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Return the column position for a given cell.
- getColumnPos(int, int, int, Cell) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Return the column position for a given cell.
- getColumnPosn() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Returns the column position of the current layout cell.
- getColumns() - Method in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
-
- getColumns() - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Returns a slot handle for the columns in the grid.
- getColumns() - Method in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
-
- getColumns() - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Returns the column slot.
- getColumnSpacing() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Returns a handle to work with the the space between columns.
- getColumnSpan() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the cell's column span.
- getColumnSpan() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Returns the cell's column span.
- getColumnSpanOffset() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Returns the 0-based offset of the column span.
- getCommandStack() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the command stack that manages undo/redo operations for the
design.
- getComments() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getComments() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getComments() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets comments property value.
- getComments() - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Gets the comments of the report element.
- getComments() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Gets the comments of the report element.
- getCommonProperties() - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
-
- getCommonProperties() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Returns the common properties shared by the given group of
elements(including user properties).
- getCommonProperties() - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
-
- getComponents() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns a slot handle to work with the top-level components within the
report.
- getCompoundContainer(IDesignElement) - Static method in class org.eclipse.birt.report.model.api.elements.table.LayoutUtil
-
Returns a nearest TableItem/GridItem
container for
TableRow
, TableGroup
and TableItem
if applicable.
- getConfigMap() - Method in class org.eclipse.birt.report.model.api.DesignConfig
-
returns a hash map that contains all the configuration objects
- getConstructor() - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Returns the constructor definition.
- getConstructor() - Method in interface org.eclipse.birt.report.model.api.metadata.IClassInfo
-
Returns the constructor definition.
- getConstructor() - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
Returns the constructor definition.
- getContainer() - Method in class org.eclipse.birt.report.model.api.command.ElementDeletedEvent
-
Returns the container element.
- getContainer() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a handle to the element that contains this element.
- getContainer() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns the layout slot in which the layout row resides.
- getContainerHandle() - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Gets container handle.
- getContainerPropertyHandle() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets a handle for the container's property what holds this element.
- getContainerSlotHandle() - Method in class org.eclipse.birt.report.model.api.CssSharedStyleHandle
-
- getContainerSlotHandle() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the a handle the the container's slot that holds this element.
- getContent() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the contents of the cell.
- getContent() - Method in class org.eclipse.birt.report.model.api.command.ContentEvent
-
Returns the content element causing this event.
- getContent() - Method in class org.eclipse.birt.report.model.api.command.ViewsContentEvent
-
Returns the content element causing this event.
- getContent(String, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets a handle to the content element at the given position.
- getContent() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Returns the corresponding cell element.
- getContent() - Method in class org.eclipse.birt.report.model.api.extension.IllegalContentInfo
-
Gets the child of the UndefinedChildInfo
.
- getContent() - Method in class org.eclipse.birt.report.model.api.GraphicMasterPageHandle
-
Returns the slot handle for the content.
- getContent(int) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Gets the content at the given position.
- getContent() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITextItem
-
Gets the text of this text element.
- getContent() - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
Gets the text of this text element.
- getContentAsBlob() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Returns the content data as byte arrays.
- getContentAsBlob() - Method in class org.eclipse.birt.report.model.api.OdaDesignerStateHandle
-
Returns the content data as byte arrays.
- getContentAsString() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Returns the content data as string.
- getContentAsString() - Method in class org.eclipse.birt.report.model.api.OdaDesignerStateHandle
-
Returns the content data as string.
- getContentCount(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the number of elements in the property.
- getContentCount() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Returns the number of elements in the property.
- getContentElements() - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Returns the set of element types that can appear in the slot.
- getContentExtendedElements() - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Returns the set of element types that can appear in the slot.
- getContentKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITextItem
-
Gets the resource key of the text for the item.
- getContentKey() - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
Gets the resource key of the text for the item.
- getContents(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the a list with contents.Items are handles to the contents and in
order by position.
- getContents() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns the property definitions for this element that can hold other
elements.
- getContents() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Returns the a list with contents.Items are handles to the contents and in
order by position.
- getContents() - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Returns the a list with slot contents.Items are handles to the contents
and in order by position.
- getContentType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDynamicText
-
Returns the expression that that defines the type of text the multi-line
data item holds.
- getContentType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITextItem
-
Returns the content type of this text item.
- getContentType() - Method in class org.eclipse.birt.report.model.api.TextDataHandle
-
Returns the expression that that defines the type of text the multi-line
data item holds.
- getContentType() - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
Returns the content type of this text item.
- getContentTypeExpr() - Method in class org.eclipse.birt.report.model.api.TextDataHandle
-
- getContext() - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
- getContext() - Method in class org.eclipse.birt.report.model.api.MemberHandle
-
- getContext() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Return the context for a method or expression.
- getContext() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
- getContext() - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
- getContext() - Method in class org.eclipse.birt.report.model.api.ValueHandle
-
Returns the structure context to the value.
- getControlType() - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Returns the control type for this parameter.
- getControlType() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Returns the control type for this parameter.
- getCopy() - Method in class org.eclipse.birt.report.model.api.UserPropertyDefnHandle
-
Returns the copy of the property definition for this user-defined
property.
- getCount() - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Returns the number of elements in the slot.
- getCreatedBy() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the name of the tool that created the design.
- getCss() - Method in class org.eclipse.birt.report.model.api.command.CssEvent
-
Returns the css causing this event.
- getCss() - Method in class org.eclipse.birt.report.model.api.command.CssReloadedEvent
-
Returns the css causing this event.
- getCSSColors() - Method in class org.eclipse.birt.report.model.api.ColorHandle
-
Returns a list containing standard(CSS) color names.
- getCSSFontFamilies() - Method in class org.eclipse.birt.report.model.api.FontHandle
-
Returns an array containing CSS (pre-defined) font names.
- getCSSPropertyName() - Method in class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
Gets the CSS property name.
- getCssStyleSheetHandle() - Method in class org.eclipse.birt.report.model.api.CssSharedStyleHandle
-
Gets css style sheet handle.
- getCssValue() - Method in class org.eclipse.birt.report.model.api.ColorHandle
-
Returns a CSS-compatible color value.
- getCSSValue() - Method in class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
Gets the CSS property text.
- getCube() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the cube of the report item.
- getCubeClients() - Method in class org.eclipse.birt.report.model.api.olap.DimensionHandle
-
- getCubeKey() - Method in class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
-
Gets the cube key in this dimension join condition.
- getCubeKey() - Method in class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
-
Gets the cube key of this join condition.
- getCubeLevelName() - Method in class org.eclipse.birt.report.model.api.MemberValueHandle
-
Gets name of the referred cube level element.
- getCubes() - Method in class org.eclipse.birt.report.model.api.LibraryHandleImpl
-
- getCubes() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets the slot handle to work with all cube elements within the report.
- getCurrentLayoutRow() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns the current row worked on.
- getCurrentView() - Method in class org.eclipse.birt.report.model.api.MultiViewsHandle
-
Returns the view that is being used.
- getCurrentView() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the view that is being used.
- getCustomValues() - Method in class org.eclipse.birt.report.model.api.ReportItemThemeHandle
-
- getCustomXml() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getCustomXml() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getCustomXml() - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Gets the custom XML.
- getCustomXml() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Gets the custom XML.
- getData(Module) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Returns the image data in Base64 encoding.
- getData() - Method in class org.eclipse.birt.report.model.api.EmbeddedImageHandle
-
Returns the byte array of image data.
- getDataBinding(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getDataBinding(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getDataBinding(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Returns column binding.
- getDataBindingReference() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the report item of which data binding are referred by.
- getDataBindingReferenceName() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the name of the report item of which data binding are referred
by.
- getDataBindings() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getDataBindings() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getDataBindings() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Returns array of all column bindings
- getDataBindingType() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the data binding type of this report item.
- getDataItem(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
method to get a data item by name
- getDataSet() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Returns the handle for the data set defined on the parameter.
- getDataSet() - Method in class org.eclipse.birt.report.model.api.CascadingParameterGroupHandleImpl
-
Returns the handle for the data set defined on the cascading parameter
group.
- getDataSet() - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Returns the data set of this cube.
- getDataSet() - Method in class org.eclipse.birt.report.model.api.olap.TabularHierarchyHandle
-
Returns the data set of this hierarchy.
- getDataSet() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the data set of the report item.
- getDataSet(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
method to get data set design by name
- getDataSetMode() - Method in class org.eclipse.birt.report.model.api.CascadingParameterGroupHandleImpl
-
Gets the mode for data set support.
- getDataSetName() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Returns the data set name of the dynamic list for this parameter.
- getDataSetNames() - Method in class org.eclipse.birt.report.model.api.JointDataSetHandle
-
Gets the names of the data sets in this joint data set.
- getDataSetRowLimit() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Deprecated.
duplicate with method getRowFetchLimit()
- getDataSets() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns a slot handle to work with the data sets within the report.
- getDataSource() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns a handle to the data source for this data set.
- getDataSource() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataSet
-
Returns IDataSource
for this data set.
- getDataSource(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
method to get data source design by name
- getDataSourceName() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns the name of the data source for this data set.
- getDataSources() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns a slot handle to work with the data sources within the report.
- getDataType() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Returns the data type for this parameter.
- getDataType() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns the data type of this column.
- getDataType() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Returns the data type of this parameter.
- getDataType() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Returns the data type of this column.
- getDataType() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Returns the parameter data type.
- getDataType() - Method in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
Returns the data type of this column.
- getDataType() - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Returns the data type of this column.
- getDataType() - Method in class org.eclipse.birt.report.model.api.LevelAttributeHandle
-
Returns the data type of this column.
- getDataType() - Method in interface org.eclipse.birt.report.model.api.metadata.IMemberInfo
-
Returns the script data type of this member.
- getDataType() - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
- getDataType() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the data type of this level.
- getDataType() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Returns the data type information of this measure.
- getDataType() - Method in class org.eclipse.birt.report.model.api.ResultSetColumnHandle
-
Returns the data type of this column.
- getDataType() - Method in class org.eclipse.birt.report.model.api.scripts.MemberInfo
-
- getDataType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Returns data type of column binding.
- getDateFormat() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the pattern of the date-format.
- getDateFormatCategory() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the category of the date-format.
- getDateTimeFormat() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the pattern of the date-time-format for a highlight rule.
- getDateTimeFormat() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the date-time format of this level.
- getDateTimeFormat() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Return date time format.
- getDateTimeFormat() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the pattern of the date-time-format.
- getDateTimeFormat() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the pattern of the date-time-format.
- getDateTimeFormat() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets date time format property.
- getDateTimeFormatCategory() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the category of the date-time-format for a highlight rule.
- getDateTimeFormatCategory() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the category of the date-time-format.
- getDateTimeFormatCategory() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the category of the date-time-format.
- getDateTimeFormatCategory() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets date time format category property.
- getDateTimeLevelType() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the date-time type of this level.
- getDefault() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Returns the default value for the property.
- getDefaultElement() - Method in class org.eclipse.birt.report.model.api.TemplateElementHandle
-
Gets the default element of this template element.
- getDefaultElement() - Method in class org.eclipse.birt.report.model.api.TemplateParameterDefinitionHandle
-
Gets the default element of this template parameter definition.
- getDefaultEncryptionHelperID() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Gets the default encryption id.
- getDefaultHierarchy() - Method in class org.eclipse.birt.report.model.api.olap.DimensionHandle
-
Gets the default hierarchy for the dimension.
- getDefaultMeasureGroup() - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Deprecated.
- getDefaultUnit() - Method in class org.eclipse.birt.report.model.api.DimensionHandle
-
Gets the default unit of the property.
- getDefaultUnit() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Gets the default unit of the property.
- getDefaultUnits() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the default units for the design.
- getDefaultValue() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Gets the default value of the input parameter.
- getDefaultValue() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Gets the default value of the input parameter.
- getDefaultValue() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Returns the default value for the property.
- getDefaultValue() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
-
- getDefaultValue() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Gets the default value of this level.
- getDefaultValue() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- getDefaultValueList() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Returns the default value list of the parameter.
- getDefaultValueListMethod() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Gets the method content of getDefaultValueList
.
- getDefn() - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Returns a definition for the handle.
- getDefn() - Method in interface org.eclipse.birt.report.model.api.core.IDesignElement
-
Returns the definition object for this element.
- getDefn() - Method in interface org.eclipse.birt.report.model.api.core.IStructure
-
Returns the structure definition from the meta-data dictionary.
- getDefn() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Gets the definition of the structure which represents the user property
definition.
- getDefn() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets the definition of the element.
- getDefn() - Method in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
- getDefn() - Method in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
- getDefn() - Method in class org.eclipse.birt.report.model.api.MemberHandle
-
- getDefn() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the element definition of the element this handle represents.
- getDefn() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns the element definition of the element this handle represents.
- getDefn() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
- getDefn() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Gets the generic property definition.
- getDefn() - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Returns the definition of the current slot.
- getDefn() - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Returns the definition of the structure.
- getDefn() - Method in class org.eclipse.birt.report.model.api.UserPropertyDefnHandle
-
Gets the user-defined property of this handle.
- getDeliveryPath() - Method in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Returns the delivery path by which the event was sent to the listener.
- getDescribe() - Method in class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
Returns the script for describing the result set dynamically.
- getDescription() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- getDescription() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Gets the description of this parameter.
- getDescription() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Gets the description of this parameter.
- getDescription() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the static description for the module.
- getDescription() - Method in class org.eclipse.birt.report.model.api.TemplateElementHandle
-
Returns the static description for the template element.
- getDescription() - Method in class org.eclipse.birt.report.model.api.TemplateParameterDefinitionHandle
-
Returns the static description for the template parameter definition.
- getDescriptionKey() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- getDescriptionKey() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Gets the resource key of the description of this parameter.
- getDescriptionKey() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Gets the resource key of the description of this parameter.
- getDescriptionKey() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the resource key of the static description of the module.
- getDescriptionKey() - Method in class org.eclipse.birt.report.model.api.TemplateElementHandle
-
Returns the resource key of the static description of the template
element.
- getDescriptionKey() - Method in class org.eclipse.birt.report.model.api.TemplateParameterDefinitionHandle
-
Returns the resource key of the static description of the template
parameter definition.
- getDesigerStateContentAsBlob() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the content of designer state as the byte array.
- getDesigerStateContentAsBlob() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns the content of designer state as the byte array.
- getDesigerStateContentAsString() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the content of designer state as the string.
- getDesigerStateContentAsString() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns the content of designer state as the string.
- getDesigerStateVersion() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the version of designer state.
- getDesigerStateVersion() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns the version of designer state.
- getDesign() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Deprecated.
replaced by getModule()
- getDesign() - Method in class org.eclipse.birt.report.model.api.ElementDetailHandle
-
Deprecated.
- getDesignerState() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the oda designer state.
- getDesignerState() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns the oda designer state.
- getDesignerValues() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns persistent ODA designer values stored in the data set.
- getDesignFileVersion() - Method in interface org.eclipse.birt.report.model.api.IVersionInfo
-
Returns the version.
- getDesignHandle() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Deprecated.
replaced by getModuleHandle()
- getDestIndex() - Method in class org.eclipse.birt.report.model.api.RowOperationParameters
-
Returns target index.
- getDetail() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the detail slot.
- getDetail() - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Returns the detail slot.
- getDiagonalColor() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets a color handle to deal with the color of the diagonal.
- getDiagonalNumber() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets the number of the diagonal lines that are from top-left to
bottom-right corners.
- getDiagonalNumber() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Gets the number of the diagonal lines that are from top-left to
bottom-right corner.
- getDiagonalStyle() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the style of the diagonal that is from top-left to bottom-right.
- getDiagonalStyle() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Returns the style of the diagonal line that is from top-left to
bottom-right corner.
- getDiagonalThickness() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets a dimension handle to deal with the diagonal thickness.
- getDiagonalThickness() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Gets the the thickness of the diagonal that are from top-left to
bottom-right corner using a dimension string.
- getDimension(String, boolean) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
- getDimension(String) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Gets the dimension with the specified name within this cube.
- getDimensionProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a handle to work with a Dimension property.
- getDirection() - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Returns the sort direction.
- getDirection() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISortCondition
-
Returns sort direction.
- getDirection() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISortElement
-
Returns the sort direction.
- getDirection() - Method in class org.eclipse.birt.report.model.api.SortElementHandle
-
Returns the sort direction.
- getDirection() - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Gets the sort direction of this result set column.
- getDirection() - Method in class org.eclipse.birt.report.model.api.SortKeyHandle
-
Returns the sort direction.
- getDirectory(String) - Static method in class org.eclipse.birt.report.model.api.util.URIUtil
-
Deprecated.
not supported
- getDirectory(URL) - Static method in class org.eclipse.birt.report.model.api.util.URIUtil
-
Deprecated.
not supported
- getDisplay() - Method in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
Returns the non-localized display text.
- getDisplay() - Method in class org.eclipse.birt.report.model.api.MapRuleHandle
-
Returns the display value when this rule applies.
- getDisplay() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the value that specifies if a top-level element should be a block
or in-line element.
- getDisplay() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the value that specifies if a top-level element should be a block
or in-line element.
- getDisplayColumnName() - Method in class org.eclipse.birt.report.model.api.olap.TabularLevelHandle
-
Gets the display column name of this level.
- getDisplayContent() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITextItem
-
Returns the localized content for the text.
- getDisplayContent() - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
Returns the localized content for the text.
- getDisplayDescription() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the localized description for the module.
- getDisplayDescription() - Method in class org.eclipse.birt.report.model.api.TemplateElementHandle
-
Returns the localized description for the template element.
- getDisplayDescription() - Method in class org.eclipse.birt.report.model.api.TemplateParameterDefinitionHandle
-
Returns the localized description for the template parameter definition.
- getDisplayExpression() - Method in class org.eclipse.birt.report.model.api.RuleHandle
-
Returns the display value of the rule.
- getDisplayKey() - Method in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
Returns the message ID for the text.
- getDisplayKey() - Method in class org.eclipse.birt.report.model.api.MapRuleHandle
-
Returns the resource key of display value.
- getDisplayLabel(int) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
- getDisplayLabel() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the short display label for this element.
- getDisplayLabel(int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the display label for this element.
- getDisplayLength() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns the display name.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns column display name.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Gets the display name of this user property definition.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.CustomColorHandle
-
Returns the internal display name.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Gets the display name of this parameter.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Returns column display name.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Returns the color display name.
- getDisplayName(Module) - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Return the display name of the color that can be showed to user.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Gets the display name of this parameter.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfo
-
Returns the display name for the property if the resource key of display
name is defined.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
- getDisplayName() - Method in interface org.eclipse.birt.report.model.api.metadata.IArgumentInfo
-
Returns the display name for the property if the resource key of display
name is defined.
- getDisplayName() - Method in interface org.eclipse.birt.report.model.api.metadata.IChoice
-
Returns the localized display name for the choice.
- getDisplayName(ULocale) - Method in interface org.eclipse.birt.report.model.api.metadata.IChoice
-
Returns the localized display name for the choice.
- getDisplayName() - Method in interface org.eclipse.birt.report.model.api.metadata.ILocalizableInfo
-
Returns the display name if the resource key of display name is
available.
- getDisplayName() - Method in interface org.eclipse.birt.report.model.api.metadata.IObjectDefn
-
Gets the display name.
- getDisplayName() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Returns the localized display name.
- getDisplayName() - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Returns the localized display name.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.metadata.UserChoice
-
Returns the property value of "displayName" for the choice.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Gets the display name.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.scripts.ArgumentInfo
-
Returns the display name for the property if the resource key of display
name is defined.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
-
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.scripts.MemberInfo
-
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
- getDisplayName() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Gets the display name.
- getDisplayName() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Gets the display name.
- getDisplayName() - Method in class org.eclipse.birt.report.model.api.UserPropertyDefnHandle
-
Returns the display name of the user-defined property.
- getDisplayName() - Method in interface org.eclipse.birt.report.model.api.util.IBookmarkInfo
-
- getDisplayNameID() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Gets column display name id.
- getDisplayNameID() - Method in class org.eclipse.birt.report.model.api.CustomColorHandle
-
Returns the resource key for display name.
- getDisplayNameID() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Gets column display name id.
- getDisplayNameID() - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Returns the color display name message ID.
- getDisplayNameID() - Method in class org.eclipse.birt.report.model.api.extension.ChoiceDefinition
-
- getDisplayNameID() - Method in interface org.eclipse.birt.report.model.api.extension.IChoiceDefinition
-
Returns the resource key for localized display name of this choice.
- getDisplayNameID() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Returns the resource key for the localized display name of the property.
- getDisplayNameID() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
-
- getDisplayNameID() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Returns the message id for the display name.
- getDisplayNameID() - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Returns the message ID for the display name.
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns the resource key for display name.
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Gets the resource key of the display name of this parameter.
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Gets the resource key of the display name of this parameter.
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfo
-
Returns the resource key for the display name.
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
- getDisplayNameKey() - Method in interface org.eclipse.birt.report.model.api.metadata.IArgumentInfo
-
Returns the resource key for the display name.
- getDisplayNameKey() - Method in interface org.eclipse.birt.report.model.api.metadata.IChoice
-
Returns the display name resource key for the choice.
- getDisplayNameKey() - Method in interface org.eclipse.birt.report.model.api.metadata.ILocalizableInfo
-
Returns the resource key for display name.
- getDisplayNameKey() - Method in interface org.eclipse.birt.report.model.api.metadata.IObjectDefn
-
Gets the resource key for the display name.
- getDisplayNameKey() - Method in interface org.eclipse.birt.report.model.api.metadata.IPredefinedStyle
-
Returns the message ID for the display name.
- getDisplayNameKey() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Gets the display name resource key.
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Gets the resource key of the display name.
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.scripts.ArgumentInfo
-
Returns the resource key for the display name.
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
-
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.scripts.MemberInfo
-
- getDisplayNameKey() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
- getDisplayNameKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Gets the resource key of the display name.
- getDisplayNameKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Gets the resource key of the display name.
- getDisplayPromptText() - Method in class org.eclipse.birt.report.model.api.CascadingParameterGroupHandleImpl
-
Returns the localized text for prompt text.
- getDisplayPromptText() - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Returns the localized text for prompt text.
- getDisplayProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Return a localized string version of the property.
- getDisplayProperty(String) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
If the given property is a common property, value will be returned as a
display value if all values within the group of elements are equal.
- getDisplayText() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns the localized text for the computed column.
- getDisplayText() - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Returns the localized text for the label.
- getDisplayText() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Returns the localized text for the label.
- getDisplayType() - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Gets the display type for this parameter.
- getDisplayValue() - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Returns the value of the property or member in a localized format.
- getDisplayValue() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Value will be returned as string only if all values of this property are
equal within the collection of elements.
- getDisplayValue() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
gets the localized value of the property.
- getDisplayValue(String, String, Object, Locale) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Gets the display string for the value with the given data type, format,
locale.
- getDisplayValue(Object) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Gets the display string for the value with default locale and default
format, The value must be the valid data type.
- getDisplayValue(Object, TimeZone) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Gets the display string for the value with default locale and default
format, The value must be the valid data type.
- getDisplayValue(String, String, Object, ULocale) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Gets the display string for the value with the given data type, format,
locale.
- getDisplayValue(String, String, Object, ULocale, TimeZone) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Gets the display string for the value with the given data type, format,
locale.
- getDisplayValue(String, String, Object) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Gets the display string for the value with the given data type, format
and the default locale defined by the class(Locale.US).
- getDistinct() - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Deprecated.
by the drop function of Cell element.
- getDistinctReset() - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Deprecated.
by the drop function of Cell element.
- getDrillThroughReportName() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
- getDriverName() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Deprecated.
This property is removed.
- getDrop() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the cell's drop property.
- getDrop() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Returns the cell's drop property.
- getDynamicFilterParameter() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Returns the name of the dynamic filter parameter to reference when the
filter condition is dynamic.
- getDynamicFilterParameter() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Returns the name of the dynamic filter parameter to reference when the
filter condition is dynamic.
- getDynamicFilterParameter() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Returns the name of the dynamic filter parameter to reference when the
filter condition is dynamic.
- getDynamicText(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
method to get a dynamic text data item by name.
- getEffectiveColumnSpan(CellHandle) - Static method in class org.eclipse.birt.report.model.api.elements.table.LayoutUtil
-
Returns the effective column span of the given cell.
- getEffectiveHeight() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Deprecated.
- getEffectiveModule() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the effective module of the element.
- getEffectiveRowSpan(CellHandle) - Static method in class org.eclipse.birt.report.model.api.elements.table.LayoutUtil
-
Returns the effective row span of the given cell.
- getEffectiveWidth() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Deprecated.
- getElement() - Method in class org.eclipse.birt.report.model.api.activity.SemanticException
-
Returns the element having semantic error.
- getElement() - Method in class org.eclipse.birt.report.model.api.command.NameSpaceEvent
-
Deprecated.
Returns the element whose name is changed for
ELEMENT_RENAMED
.
- getElement() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- getElement() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the element to which this handle is attached.
- getElement() - Method in class org.eclipse.birt.report.model.api.ElementDetailHandle
-
Returns the design element.
- getElement() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns the element that causes error.
- getElement(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- getElement(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Finds the element definition by its internal name.
- getElement() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
- getElement() - Method in class org.eclipse.birt.report.model.api.MultiViewsHandle
-
- getElement() - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
- getElement(DesignElementHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the IDesignElement instance.
- getElementByID(long) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds the handle to an element by a given element ID.
- getElementFactory() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the element factory for creating new report elements.
- getElementHandle() - Method in class org.eclipse.birt.report.model.api.ElementDetailHandle
-
Returns a handle to the design element.
- getElementHandle() - Method in interface org.eclipse.birt.report.model.api.extension.IElementCommand
-
Gets the extendedItem handle from the extension user.
- getElementHandle() - Method in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
-
- getElementHandle() - Method in class org.eclipse.birt.report.model.api.GridRowBandAdapter
-
- getElementHandle() - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
Returns a handle to the element that owns this private style.
- getElementHandle() - Method in class org.eclipse.birt.report.model.api.RowBandAdapter
-
Returns the element where the copy/paste operation occurs.
- getElementHandle() - Method in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
-
- getElementHandle() - Method in class org.eclipse.birt.report.model.api.TableRowBandAdapter
-
- getElementName(DesignElement) - Static method in class org.eclipse.birt.report.model.api.activity.SemanticException
-
Returns the element name if it exists.
- getElementProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the value of an element reference property.
- getElements() - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
-
- getElements() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Returns the list that contains the group of design elements.
- getElements() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Returns the element list.
- getElements() - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
-
- getElementsByType(ModuleHandle, String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Gets all the elements that is kind of the specified type.
- getElementType() - Method in interface org.eclipse.birt.report.model.api.util.IBookmarkInfo
-
- getEmbeddedImage() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the embedded image handle that this image refers, if the image
source type is IMAGE_REF_TYPE_EMBED
.
- getEncryption() - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Returns the encryption id.
- getEncryptionHelperIDs() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Gets all encryption id.
- getErrorCode() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns the error code of the cause of the exception.
- getErrorLevel() - Method in class org.eclipse.birt.report.model.api.elements.SemanticError
-
Returns the level of the error.
- getErrorList() - Method in class org.eclipse.birt.report.model.api.DesignFileException
-
Returns the error list.
- getErrorList() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns a list containing errors during parsing the design file.
- getErrors() - Method in class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
Gets the error list of this status after checking the compatibilities.
- getErrors() - Method in interface org.eclipse.birt.report.model.api.util.IPasteStatus
-
- getErrors() - Method in class org.eclipse.birt.report.model.api.validators.ValidationEvent
-
Returns the error list which is the validation result.
- getEventFilter() - Method in class org.eclipse.birt.report.model.api.activity.TransactionOption
-
Gets the event filter set in this option.
- getEventHandlerClass() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- getEventHandlerClass() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets a string that defines the event handle class.
- getEventType() - Method in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Returns the event type.
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.ContentEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.ContentReplaceEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.CssEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.CssReloadedEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.CustomMsgEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.ElementDeletedEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.ElementLocalizeEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.EncryptionEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.ExtendsEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.ExtensionPropertyDefinitionEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.LibraryChangeEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.LibraryEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.LibraryReloadedEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.NameEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.NameSpaceEvent
-
Deprecated.
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.PropertyEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.StyleEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.TemplateTransformEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.ThemeEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.UserPropertyEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.command.ViewsContentEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.core.AttributeEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.core.DisposeEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutChangedEvent
-
- getEventType() - Method in class org.eclipse.birt.report.model.api.validators.ValidationEvent
-
- getExceptionList() - Method in class org.eclipse.birt.report.model.api.DesignFileException
-
Returns the exception list.
- getExceptionName() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns the name of exception with package prefix.
- getExport() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns the export option.
- getExpr() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Returns the filter expression.
- getExpr() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Returns the filter expression.
- getExpr() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Returns the filter expression.
- getExpr() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterCondition
-
Returns expr
- getExpr() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Returns the filter expression.
- getExpression() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns the expression used to define this computed column.
- getExpression() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Returns the expression to compute.
- getExpression() - Method in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
Returns the expression of the rule.
- getExpression() - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
- getExpression() - Method in class org.eclipse.birt.report.model.api.elements.structures.SearchKey
-
Returns expression value this key.
- getExpression() - Method in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
Gets toc expression.
- getExpression() - Method in class org.eclipse.birt.report.model.api.Expression
-
Return the raw expression if the type is not constant.
- getExpression() - Method in class org.eclipse.birt.report.model.api.ExpressionHandle
-
Return the raw expression if the type is not constant.
- getExpression() - Method in class org.eclipse.birt.report.model.api.HideRuleHandle
-
Returns the value expression of this visibility rule.
- getExpression() - Method in class org.eclipse.birt.report.model.api.ParamBindingHandle
-
Returns the expression the parameter is binded to.
- getExpression() - Method in class org.eclipse.birt.report.model.api.SearchKeyHandle
-
Returns the expression of this search key.
- getExpression() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Returns expression of column binding
- getExpression() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IExpression
-
Return the raw expression if the type is not constant.
- getExpression() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets expression of TOC.
- getExpressionList() - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
Returns the list of the expressions.
- getExpressionListHandle() - Method in class org.eclipse.birt.report.model.api.ParamBindingHandle
-
Gets the expression list of this parameter binding.
- getExpressionProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a handle to work with an expression property.
- getExpressionProperty(String) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Gets the value of the member as an expression.
- getExpressions() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns the expression property definition list of this element
definition and parent definition.
- getExpressionType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Gets the expression type of the column binding.
- getExtends() - Method in class org.eclipse.birt.report.model.api.command.ExtendsException
-
Returns the attempted new value for the extends property.
- getExtends() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- getExtends() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a handle to the element that this element extends.
- getExtends() - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
This method is not defined for private styles.
- getExtension(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Returns the extension definition given the extension name.
- getExtensionElement() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
Gets the corresponding extension item that is wrapped by the
MultiRowItem
.
- getExtensionExprId() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Returns the id of a custom filter expression contributed and defined by
the extension identified in the consumerExpressionMapping.
- getExtensionExprId() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Returns the id of a custom filter expression contributed and defined by
the extension identified in the consumerExpressionMapping.
- getExtensionExprId() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Returns the id of a custom filter expression contributed and defined by
the extension identified in the consumerExpressionMapping.
- getExtensionID() - Method in class org.eclipse.birt.report.model.api.DerivedDataSetHandle
-
Returns ID of the extension which extends this ODA data set.
- getExtensionID() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns ID of the extension which extends this ODA data set.
- getExtensionID() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns ID of the extension which extends this ODA data source.
- getExtensionID() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataSource
-
Returns ID of the extension which extends this ODA data source.
- getExtensionName() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Returns the unique id of an
org.eclipse.datatools.connectivity.oda.filterExpressions extension to
whose custom expressions are defined to map to a BIRT filter operator.
- getExtensionName() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Returns the extension name defined by the extended item.
- getExtensionName() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Returns the unique id of an
org.eclipse.datatools.connectivity.oda.filterExpressions extension to
whose custom expressions are defined to map to a BIRT filter operator.
- getExtensionName() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Returns the unique id of an
org.eclipse.datatools.connectivity.oda.filterExpressions extension to
whose custom expressions are defined to map to a BIRT filter operator.
- getExtensionName() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Deprecated.
use getExtensionID()
- getExtensionName() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Deprecated.
use getExtensioID()
- getExtensionPropertyDefinitionList() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Returns the list of extension property definition.
- getExtensionPropertyDefinitionList() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the list of extension property definition.
- getExtensionPropertyDefinitionList() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns the list of extension property definition.
- getExtensions() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Returns the extension list.
- getExtensionVersion() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Gets the extension version of this element.
- getExtensionVersion() - Method in class org.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo
-
- getExternalConnectionName() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
- getExternalCssURI() - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
- getExternalCssURI() - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
Gets the URI of the external CSS.
- getExternalCssURI() - Method in class org.eclipse.birt.report.model.api.IncludedCssStyleSheetHandle
-
Gets the URI of the external CSS.
- getExternalizedValue(String, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns externalized message.
- getExternalizedValue(String, String, ULocale) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns externalized message.
- getExternalizedValue(DesignElementHandle, String, String, ULocale) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Returns externalized message for the given locale.
- getExternalizedValue(String, String) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Returns externalized message.
- getExternalizedValue(String, String, ULocale) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Returns the externalized message.
- getExternalScript() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Returns the external script defined in the extended element model.
- getExtFilterDisplayName() - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
- getExtFilterDisplayName() - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Returns the display name of this Filter expression.
- getExtFilterExprId() - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
- getExtFilterExprId() - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Returns the ODA filter extension filter expression id if there is.
- getFactoryElementHandle() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets the factory element handle for this element.
- getFactoryPropertyHandle(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a handle for a top-level property for use in preparing the
Factory data structures.
- getFactoryPropertyHandle(String) - Method in class org.eclipse.birt.report.model.api.FactoryElementHandle
-
Returns a handle for a top-level property for use in preparing the
Factory data structures.
- getFactoryStyles(String) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItemFactory
-
Returns the list of default styles that defined for the extension
element.
- getFactoryStyles(String) - Method in class org.eclipse.birt.report.model.api.extension.ReportItemFactory
-
- getFetch() - Method in class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
Returns the script for providing the data for the next row from the
result set.
- getFile() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the image URI if the image source type is
IMAGE_REF_TYPE_URL
or IMAGE_REF_TYPE_FILE
.
- getFile() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the image file, if the source type is not
IMAGE_REF_TYPE_FILE
return null.
- getFileEncoding() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the encoding of the design/library file.
- getFileName() - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Gets css file name
- getFileName() - Method in class org.eclipse.birt.report.model.api.DesignFileException
-
Returns the design file name.
- getFileName() - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
Gets the file name of the include css.
- getFileName() - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
Gets the file name of the include library.
- getFileName() - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
-
Returns file name of the script.
- getFileName() - Method in class org.eclipse.birt.report.model.api.IncludedCssStyleSheetHandle
-
Gets the file name of the include css style sheet.
- getFileName() - Method in class org.eclipse.birt.report.model.api.IncludedLibraryHandle
-
Gets the file name of the include library.
- getFileName() - Method in class org.eclipse.birt.report.model.api.IncludeScriptHandle
-
Returns file name of the script.
- getFileName() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the file name of the design.
- getFilterConditions() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getFilterConditions() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IMultiRowItem
-
Returns all filter conditions
- getFilterExpr() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
- getFilterExpr() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
- getFilterExpression() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns the expression used to define this computed column.
- getFilterExpression() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Returns the expression used to define this computed column.
- getFilterExpressionDefn(String, String, String) - Static method in class org.eclipse.birt.report.model.api.filterExtension.OdaFilterExprHelper
-
Return the IFilterExprDefinition instance based on the passed in BIRT
predefined Filter expression name.
- getFilterOperatorList() - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Returns the list containing filter operator.
- getFilters(int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Returns a list containing filters applied to the column at position of
colIndex.
- getFilterTarget() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Returns the filter target.
- getFilterTarget() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Returns the filter target.
- getFilterTarget() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Returns the filter target.
- getFilterTarget() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Returns the filter target.
- getFlattenedLayoutSlots(LayoutTable) - Static method in class org.eclipse.birt.report.model.api.elements.table.LayoutUtil
-
Returns flattern slots of the layout table regardless GROUP/Table slots.
- getFlattenParameters() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the flatten Parameters/ParameterGroups of the design.
- getFloatProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the value of a property as a double.
- getFloatValue() - Method in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Returns the value as a double.
- getFloatValue() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Gets the value as a double.
- getFontFamilies() - Method in class org.eclipse.birt.report.model.api.FontHandle
-
Returns an array containing all of font names in the correct order.
- getFontFamily() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the font family.
- getFontFamily() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets font family property.
- getFontFamilyHandle() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the font family handle of the highlight rule.
- getFontFamilyHandle() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the font handle to deal with the font family.
- getFontProperty() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets the font handle for the element.
- getFontSize() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the font size.
- getFontSize() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the font size.
- getFontSize() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the font size.
- getFontSize() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets font size property.
- getFontStyle() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the font style handle for the style.
- getFontStyle() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns font style
- getFontStyle() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the style of the font.
- getFontStyle() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the style of the font.
- getFontStyle() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the font style handle for the style.
- getFontVariant() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the font variant in a string.
- getFontVariant() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the variant of the font.
- getFontVariant() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the variant of the font.
- getFontVariant() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the font variant in a string.
- getFontWeight() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the font weight of the highlight rule.
- getFontWeight() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns font weight.
- getFontWeight() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the weight of the font.
- getFontWeight() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the weight of the font.
- getFontWeight() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the font weight of the highlight rule.
- getFooter() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the footer slot.
- getFooter() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the footer slot.
- getFooter() - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Returns the footer slot.
- getFooterHeight() - Method in class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Gets a dimension handle to work with the height on page footer.
- getFormat() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- getFormat() - Method in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
Returns the format as an internal choice name.
- getFormat() - Method in class org.eclipse.birt.report.model.api.HideRuleHandle
-
Returns the output format of this visibility rule.
- getFormat() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Gets the format of the level.
- getFormat() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Gets the format of the measure.
- getFormat() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Deprecated.
replaced by getPattern and getCategory.
- getFormat() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHideRule
-
Returns format
- getFormatType() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets the format type of the action.
- getFormatType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Gets the format type of the action.
- getFrom() - Method in class org.eclipse.birt.report.model.api.command.TemplateTransformEvent
-
Returns the element which this event transforms from.
- getFullLevelName(String, String) - Static method in class org.eclipse.birt.report.model.api.util.CubeUtil
-
Gets the full name of the level element.
- getFullName() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the full name of this element.
- getFunction() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Gets the function defined in this measure.
- getFunctions() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Returns the function list.
- getGreen() - Method in interface org.eclipse.birt.report.model.api.extension.IColor
-
- getGrid(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
method to get a grid item by name
- getGroup() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutGroup
-
Returns the corresponding handle of the table group.
- getGroup() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns the handle of the group that contains this slot if applicable.
- getGroupCount() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the count of the group in the table.
- getGroupFooters() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the group footer slot.
- getGroupHeaders() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the group header slot.
- getGroupId() - Method in class org.eclipse.birt.report.model.api.RowOperationParameters
-
Returns group id
- getGroupLevel() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns the group level of the slot if this slot is a Group Header or
Group Footer slot.
- getGroupName() - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Gets the name of the group.
- getGroupName() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementPropertyDefn
-
Returns the group name (if any) for the property.
- getGroupNameID() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Returns the resource key for display name of the property group.
- getGroupNameID() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
-
- getGroupNameKey() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementPropertyDefn
-
Returns the message ID for the group name.
- getGroupNames() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns a list of the localized property group names defined by this
element and its parents.
- getGroups() - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Returns the group slot.
- getGroupStart() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
- getHandle(Module) - Method in interface org.eclipse.birt.report.model.api.core.IDesignElement
-
Returns an API handle for this element.
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.Action
-
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.CachedMetaData
-
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.DateFormatValue
-
Return an FormatValueHandle
to deal with the date-time
format.
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.DateTimeFormatValue
-
Return an FormatValueHandle
to deal with the date-time
format.
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.NumberFormatValue
-
Return an FormatValueHandle
to deal with the number format.
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Return an FormatValueHandle
to deal with the string format.
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.ParameterFormatValue
-
Return an FormatValueHandle
to deal with the parameter
format.
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.StringFormatValue
-
Return an FormatValueHandle
to deal with the string format.
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeFormatValue
-
Return an FormatValueHandle
to deal with the date-time
format.
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
- getHandle(SimpleValueHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
- getHandle(ModuleHandle) - Method in interface org.eclipse.birt.report.model.api.util.IElementCopy
-
Gets the element which keeps the "extends" relationship and
unlocalized information, it should be only used to validate copy/paste actions.
- getHeader() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the header slot.
- getHeader() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the header slot in the group.
- getHeader() - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Returns the header slot.
- getHeaderHeight() - Method in class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Gets a dimension handle to work with the height on page header.
- getHeaders() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets the headers value on the cell element.
- getHeading() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Gets the heading of the column.
- getHeading() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Gets the heading of this parameter.
- getHeading() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Gets the heading of this parameter.
- getHeadingKey() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Gets the resource key of the heading of the column.
- getHeadingKey() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Gets the resource key of the heading of this parameter.
- getHeadingKey() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Gets the resource key of the heading of this parameter.
- getHeight() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the cell's height.
- getHeight() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getHeight() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getHeight() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Gets a dimension handle to work with the height of the page.
- getHeight() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets a handle to deal with the item's height.
- getHeight() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Gets a handle to deal with the row's height.
- getHeight() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Returns the cell's height.
- getHeight() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Gets the item's height.
- getHeight() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Gets a handle to deal with the row's height.
- getHeight() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the value of height property.
- getHeight() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the value of height property.
- getHelpGuide() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns an external file that provides help information for the report.
- getHelpText() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns the help text.
- getHelpText() - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Returns the help text of this data item.
- getHelpText() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Gets the help text of this parameter.
- getHelpText() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Gets the help text of this parameter.
- getHelpText() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the help text of this image item.
- getHelpText() - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Returns the help text of this label item.
- getHelpText() - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Returns additional pop-up help text associated with the group.
- getHelpText() - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Returns the additional text to display for the parameter to explain how
to use the parameter.
- getHelpText() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataItem
-
Returns the help text of this data item.
- getHelpText() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the help text of this image item.
- getHelpText() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Returns the help text of this label item.
- getHelpTextKey() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns the resource key for help text.
- getHelpTextKey() - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Returns the help text resource key of this data item.
- getHelpTextKey() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Gets the resource key of the help text of this parameter.
- getHelpTextKey() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Gets the resource key of the help text of this parameter.
- getHelpTextKey() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the resource key of the help text of this image item.
- getHelpTextKey() - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Returns the help text key of this label item.
- getHelpTextKey() - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Returns the resource key of the help text for this parameter group.
- getHelpTextKey() - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Returns the resource key of the additional text to display for the
parameter to explain how to use the parameter.
- getHelpTextKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataItem
-
Returns the help text resource key of this data item.
- getHelpTextKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the resource key of the help text of this image item.
- getHelpTextKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Returns the help text key of this label item.
- getHideDetail() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Returns hide detail.
- getHideRules() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getHideRules() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getHideRules() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IColumn
-
Returns array of hide rule expression
- getHideRules() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Returns array of hide rule expression
- getHideRules() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Returns array of hide rule expression
- getHierarchy() - Method in class org.eclipse.birt.report.model.api.DimensionConditionHandle
-
Gets the referred hierarchy handle of this condition.
- getHierarchyKey() - Method in class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
-
Gets the hierarchy key in this dimension join condition.
- getHierarchyKey() - Method in class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
-
Gets the hierarchy key of this join condition.
- getHierarchyName() - Method in class org.eclipse.birt.report.model.api.DimensionConditionHandle
-
Gets the referred hierarchy name of this condition.
- getHighlightRules() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getHighlightRules() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getHighlightRules() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Gets all high light rules.
- getHighlightRules() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Gets all high light rules.
- getHighlightTestExpr() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Deprecated.
- getHorizontalAlign() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Gets the horizontal alignment of the column.
- getHostHandle() - Method in class org.eclipse.birt.report.model.api.LibraryHandleImpl
-
Returns the host handle which includes the library.
- getHostModule() - Method in interface org.eclipse.birt.report.model.api.core.INameManager
-
Gets the host module of this name manager.
- getHostViewHandle() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Return the direct host element handle for this view element.
- getHyperlink() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
- getID() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the unique ID for this object.
- getID() - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Gets the element id of the binding.
- getIllegalContents() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Gets all the illegal contents.
- getImage(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
mathod to get a Image item by name
- getImageName() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the embedded image name that this image refers, if the image
source type is IMAGE_REF_TYPE_EMBED
.
- getImageName() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the embedded image name that this image refers, if the image
source type is IMAGE_REF_TYPE_EMBED
.
- getIncludedStyleSheet() - Method in class org.eclipse.birt.report.model.api.command.CssException
-
Gets the included CSS style sheet for this exception.
- getIncludeResource() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Get the base name of the customer-defined resource bundle.
- getIncludeResources() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
- getIndex() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets the position where this element resides in its container.
- getIndex() - Method in class org.eclipse.birt.report.model.api.extension.IllegalContentInfo
-
Gets the index of UndefinedChildInfo.
- getInitialize() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the script called when the report starts executing.
- getInputDataSets() - Method in class org.eclipse.birt.report.model.api.DerivedDataSetHandle
-
Gets the list of all the input data set handle that this derive data set
includes.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.filterExtension.ODAFilterExprProvider
-
Returns the singleton instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.simpleapi.SimpleElementFactory
-
Returns the factory instance.
- getInstance(ModuleHandle, String) - Static method in class org.eclipse.birt.report.model.api.util.XPathUtil
-
Returns the instance by the given XPath of
DesignElementHandle
, SlotHandle
,
StructureHandle
.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.BookmarkValidator
-
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.CascadingParameterTypeValidator
-
Returns the instance of this validator.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.CellOverlappingValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.DataColumnNameValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.DataSetNameRequiredValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.DataSetNameRequiredValidatorImpl
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.DataSetRequiredValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.DataSetResultSetValidator
-
Deprecated.
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.ElementExtendsValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.ElementReferenceValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.ExtensionValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.GroupNameValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.ImageDataValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.IncludedCssStyleSheetValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.IncludedLibraryValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.InconsistentColumnsValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.MasterPageContextContainmentValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.MasterPageMultiColumnValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.MasterPageRequiredValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.MasterPageSizeValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.MasterPageTypeValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.SimpleListValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.StructureListValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.StructureReferenceValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.StructureValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.StyleReferenceValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.TableHeaderContextContainmentValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.ThemeReferenceValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.ThemeStyleNameValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.UnsupportedElementValidator
-
Returns the singleton validator instance.
- getInstance() - Static method in class org.eclipse.birt.report.model.api.validators.ValueRequiredValidator
-
Returns the singleton validator instance.
- getInterval() - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Returns the interval of this data group.
- getInterval() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the interval of this group.
- getInterval() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the interval of this level.
- getInterval() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Returns the interval of this group.
- getIntervalBase() - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Return the interval base property value of this data group.
- getIntervalBase() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Return the interval base property value of this group.
- getIntervalBase() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Return the interval base property value of this level.
- getIntervalBase() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Return the interval base property value of this group.
- getIntervalRange() - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Returns the interval range of this data group.
- getIntervalRange() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the interval range of this group.
- getIntervalRange() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the interval range of this level.
- getIntervalRange() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Returns the interval range of this group.
- getIntProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the value of a property as an integer.
- getIntProperty(String) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Get the integer value of a member.
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.Rule
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ScriptLib
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.SearchKey
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
- getIntrinsicProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
- getIntValue() - Method in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Returns the property value as an integer.
- getIntValue() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Gets the value as an integer.
- getInvalidValue() - Method in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Returns the invalid value.
- getItems() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
- getItems() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Gets the items of the list property.
- getJavaDoc() - Method in interface org.eclipse.birt.report.model.api.metadata.IMethodInfo
-
Returns the method javadoc.
- getJavaDoc() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
- getJavaDoc() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
-
- getJavaDoc() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
- getJoinConditions() - Method in class org.eclipse.birt.report.model.api.DimensionConditionHandle
-
Gets the member handle to deal with all the
DimensionJoinCondition
.
- getJoinType() - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Returns join type value this condition.
- getJoinType() - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Returns join type value this condition.
- getKey() - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Returns the expression that gives the sort key on which to sort.
- getKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISortCondition
-
Returns sort key
- getKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISortElement
-
Returns an expression that gives the sort key on which to sort.
- getKey() - Method in class org.eclipse.birt.report.model.api.SortElementHandle
-
Returns an expression that gives the sort key on which to sort.
- getKey() - Method in class org.eclipse.birt.report.model.api.SortKeyHandle
-
Returns an expression that gives the sort key on which to sort.
- getKeyExpr() - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Gets the expression that defines the group.
- getKeyExpr() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets the expression that defines the group.
- getKeyExpr() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Gets the expression that defines the group.
- getLabel() - Method in interface org.eclipse.birt.report.model.api.activity.IActivityRecord
-
Gets the label of this record.
- getLabel() - Method in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Returns the label of the choice.
- getLabel() - Method in class org.eclipse.birt.report.model.api.extension.ElementCommand
-
- getLabel() - Method in interface org.eclipse.birt.report.model.api.extension.IElementCommand
-
Gets the label of this record.
- getLabel() - Method in class org.eclipse.birt.report.model.api.SelectionChoiceHandle
-
Returns the label.
- getLabel(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
method to get a label item by name
- getLabelColumn() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- getLabelExpr() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Returns an expression on the data row from the dynamic list data set that
returns the prompt for the choice.
- getLabelKey() - Method in class org.eclipse.birt.report.model.api.SelectionChoiceHandle
-
Returns the resource key if label needs localization.
- getLabelResourceKey() - Method in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Returns the resource key for the label of the choice.
- getLanguage() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the language of this label item.
- getLanguage() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the language of this label item.
- getLanguage() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Returns the language of this label item.
- getLayoutCell(int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns the cell with the given index.
- getLayoutCell(CellHandle) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns the layout cell with the given cell element.
- getLayoutCell(int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Return the layout cell with the given row and column index.
- getLayoutCell(int, CellHandle) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Return the layout cell with the given row and column index.
- getLayoutContainer() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Returns the layout row that this layout cell resides.
- getLayoutGroup(int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the layout group with the given group level.
- getLayoutGroup(int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Returns the layout group with the given group level.
- getLayoutModel() - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Returns the layout model of the table.
- getLayoutRow(int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns the row with the give index.
- getLayoutSlot(int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the slot with the given slot index.
- getLayoutSlot(int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the slot with the given slot index and the group level.
- getLayoutSlotDetail() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Returns the detail slot.
- getLayoutSlotFooter() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutGroup
-
Returns the layout slot of the HEADER_FOOTER.
- getLayoutSlotFooter() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Returns the footer slot.
- getLayoutSlotHeader() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutGroup
-
Returns the layout slot of the HEADER_SLOT.
- getLayoutSlotHeader() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Returns the header slot.
- getLayoutString() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Returns the string that shows the layout.
- getLayoutString() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns the string that shows the layout.
- getLayoutString() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns the string that shows the layout.
- getLayoutString() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the string that shows the layout.
- getLeftDataSet() - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Returns left data set value this condition.
- getLeftDataSet() - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Returns left data set value this condition.
- getLeftExpression() - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Returns left expression value this condition.
- getLeftExpression() - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Returns left expression value this condition.
- getLeftMargin() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Gets a dimension handle to work with the margin on the left side.
- getLetterSpacing() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the spacing between individual letters.
- getLetterSpacing() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the spacing between individual
letters.
- getLevel() - Method in class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
-
Gets the referred level element handle of this condition.
- getLevel() - Method in class org.eclipse.birt.report.model.api.MemberValueHandle
-
Gets the cube level handle for this member value.
- getLevel(String) - Method in class org.eclipse.birt.report.model.api.olap.HierarchyHandle
-
Gets the level handle by the name within this hierarchy.
- getLevel(int) - Method in class org.eclipse.birt.report.model.api.olap.HierarchyHandle
-
Gets the level handle at the specified position within this hierarchy.
- getLevelCount() - Method in class org.eclipse.birt.report.model.api.olap.HierarchyHandle
-
Gets the count of the level elements within this hierarchy.
- getLevelName() - Method in class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
-
Gets the referred level full name of this condition.
- getLevelType() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the level type of this level.
- getLibraries(int) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns included libaries this report design includes directly or
indirectly within the given depth.
- getLibraries() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the libraries this report design includes directly.
- getLibrary() - Method in class org.eclipse.birt.report.model.api.command.LibraryEvent
-
Returns the library causing this event.
- getLibrary() - Method in class org.eclipse.birt.report.model.api.command.LibraryReloadedEvent
-
Returns the library causing this event.
- getLibrary(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the library handle with the given namespace.
- getLineHeight() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the height of a line.
- getLineHeight() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the height of a line.
- getLineNo() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns line number in design file, where error is found.
- getLineNo(Object) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
looks up line number of the element\property\structure, in xml source
with given xPaht.
- getLineNoByID(long) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
- getLinkType() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets the link type of the action.
- getLinkType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Gets the link type of the action.
- getList(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
method to get a list item by name
- getListlimit() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
get the list limited number.
- getListlimit() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
get the list limited number.
- getListProperty(Module, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
- getListProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets the value of a property as a list.
- getListValue() - Method in class org.eclipse.birt.report.model.api.ExpressionListHandle
-
Returns the value as an expression list.
- getListValue() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
- getListValue() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Gets the value as a list.
- getLocalDimension(String) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Gets the dimension with the specified name within this cube.
- getLocale() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Gets the locale of this data set element.
- getLocale() - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
Gets the ULocale.
- getLocale() - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Gets the locale of this sort.
- getLocale() - Method in class org.eclipse.birt.report.model.api.FormatValueHandle
-
Gets the locale of the format.
- getLocale() - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Gets the locale.
- getLocale() - Method in class org.eclipse.birt.report.model.api.SortElementHandle
-
Gets the locale of this sort collation.
- getLocale() - Method in class org.eclipse.birt.report.model.api.SortKeyHandle
-
Gets the locale of this sort collation.
- getLocale() - Method in class org.eclipse.birt.report.model.api.TranslationHandle
-
Returns the locale of the translation message.
- getLocalExpressions() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns the expression property definition list of this element
definition.
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.activity.SemanticException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.CircularExtendsException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.ContentException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.CssException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.CustomMsgException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.EncryptionException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.ExtendsException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.ExtendsForbiddenException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.InvalidParentException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.LibraryException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.NameException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.PropertyNameException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.StyleException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.TemplateException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.ThemeException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.command.WrongTypeException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.css.StyleSheetException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.DesignFileException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.elements.SemanticError
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Returns localized message.
- getLocalizedMessage() - Method in interface org.eclipse.birt.report.model.api.IVersionInfo
-
Returns the localized message about version infomation.
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.metadata.MetaDataReaderException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
- getLocalizedMessage() - Method in class org.eclipse.birt.report.model.api.metadata.ValidationValueException
-
- getLocalMethods() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns the method definition list of this element definition.
- getLocalPath(String) - Static method in class org.eclipse.birt.report.model.api.util.URIUtil
-
Checks uri
is file path.
- getLocalProperties() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns properties definitions as a list.
- getLocalProperty(Module, PropertyDefn) - Method in interface org.eclipse.birt.report.model.api.core.IStructure
-
- getLocalProperty(Module, PropertyDefn) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
- getLocalStringProperty(String) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
If the given property is a common property, value will be returned as a
string if all values within the group of elements are equal and one of
them has a local value.
- getLocalStringValue() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Value will be returned as string only if all values of this property are
equal within the collection of elements and one of them has a local
value.
- getLocalValue() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Value will be returned only if all values of this property are equal
within the collection of elements and one of them has a local value.
- getMappedFilterExprDefinitions(String, String) - Method in interface org.eclipse.birt.report.model.api.filterExtension.IODAFilterExprProvider
-
Only returns the filter expression which can be mapped between BIRT
defined and ODA filter extension provider.
- getMappedFilterExprDefinitions(String, String, int) - Static method in class org.eclipse.birt.report.model.api.filterExtension.OdaFilterExprHelper
-
Returns the list of IFilterExprDefinition.
- getMappedFilterExprDefinitions(String, String) - Method in class org.eclipse.birt.report.model.api.filterExtension.ODAFilterExprProvider
-
- getMapTestExpr() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Deprecated.
- getMarginBottom() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the margin of the bottom side.
- getMarginBottom() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a handle to deal with the margin of the bottom side.
- getMarginLeft() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the margin of the left side.
- getMarginLeft() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a handle to deal with the margin of the left side.
- getMarginRight() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the margin of the right side.
- getMarginRight() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a handle to deal with the margin of the right side.
- getMarginTop() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the margin of the top side.
- getMarginTop() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a handle to deal with the margin of the top side.
- getMask() - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
Returns the mask of the property.
- getMask() - Method in class org.eclipse.birt.report.model.api.PropertyMaskHandle
-
Returns the property mask.
- getMasterPage(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Gets master page script instance.
- getMasterPage() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the name of the master page on which to start this section.
- getMasterPage() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the name of the master page on which to start this section.
- getMasterPages() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns a slot handle to work with the master pages within the report.
- getMaxArguments() - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
- getMaxArguments() - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Returns the number of arguments that this filter definition can maximize
supported.
- getMaxInputVariables() - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
- getMaxInputVariables() - Method in interface org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Return the max number of arguments that this aggregation function accept.
- getMeasure() - Method in class org.eclipse.birt.report.model.api.DimensionHandle
-
Returns the numeric measure part of the dimension.
- getMeasure() - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
Returns the measure value.
- getMeasure() - Method in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Returns the measure portion of the dimension.
- getMeasure(String) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Gets the measure with the specified name within this cube.
- getMeasure() - Method in class org.eclipse.birt.report.model.api.TimeIntervalHandle
-
Returns the measure value.
- getMeasureExpression() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Gets the measure expression of this measure element.
- getMember(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
- getMember() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Gets the member value handle of this filter condition element if it sets.
- getMember(String) - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Returns the member definition given method name.
- getMember(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IClassInfo
-
Returns the member definition given method name.
- getMember(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IStructureDefn
-
Gets a structure member by name.
- getMember(String) - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
Returns the member definition given method name.
- getMember() - Method in class org.eclipse.birt.report.model.api.SortElementHandle
-
Gets the member value handle of this sort element if it sets.
- getMember(String) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Returns a handle to a structure member.
- getMemberACLExpression() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Gets the expression handle for the ACL expression for any member of this
level.
- getMemberName() - Method in class org.eclipse.birt.report.model.api.command.PropertyNameException
-
Return the invalid member name.
- getMembers() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Returns a list of member definitions if the property is a structure (type
is TBD).
- getMembers() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
-
- getMembers() - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Returns the list of member definitions.
- getMembers() - Method in interface org.eclipse.birt.report.model.api.metadata.IClassInfo
-
Returns the list of member definitions.
- getMembers() - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
Returns the list of member definitions.
- getMessage() - Method in class org.eclipse.birt.report.model.api.activity.SemanticException
-
- getMessage() - Method in class org.eclipse.birt.report.model.api.DesignFileException
-
- getMessage() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns the error message.
- getMessage(String, Locale) - Method in interface org.eclipse.birt.report.model.api.extension.IMessages
-
Deprecated.
to support ICU4J, replaced by : getMessage(String key,
ULocale lcoale)
- getMessage(String, ULocale) - Method in interface org.eclipse.birt.report.model.api.extension.IMessages
-
Returns the localized message given the resource key and given locale.
- getMessage() - Method in class org.eclipse.birt.report.model.api.metadata.MetaDataReaderException
-
- getMessage(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds user-defined messages for the current thread's locale.
- getMessage(String, Locale) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds user-defined messages for the given locale.
- getMessage(String, ULocale) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds user-defined messages for the given locale.
- getMessageKeys() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Return a list of user-defined message keys.
- getMessages() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItemFactory
-
Returns the IMessages
, which can get localized message
for the given resource key and locale.
- getMessages() - Method in class org.eclipse.birt.report.model.api.extension.ReportItemFactory
-
- getMetaData() - Method in class org.eclipse.birt.report.model.api.DesignEngine
-
Gets the meta-data of the design engine.
- getMetaData() - Method in interface org.eclipse.birt.report.model.api.IDesignEngine
-
Gets the meta-data of the design engine.
- getMetaData() - Method in class org.eclipse.birt.report.model.api.impl.DesignEngineImpl
-
Gets the meta-data of the design engine.
- getMetaDataDictionary() - Static method in class org.eclipse.birt.report.model.api.DesignEngine
-
Deprecated.
- getMethod(String) - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Get the method definition given the method name.
- getMethod(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IClassInfo
-
Get the method definition given the method name.
- getMethod(String) - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
Get the method definition given the method name.
- getMethod() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
Returns the internal Java Method instance.
- getMethodInfo() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
User-defined methods are not supported.
- getMethodInfo() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Returns the method information of this property.
- getMethodInfo() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
-
- getMethodInfo() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementPropertyDefn
-
Returns the method information of this property.
- getMethods() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the methods defined on the element definition.
- getMethods() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Returns the methods defined on the extension element definition and the
methods defined within the extension model property inside.
- getMethods(String) - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Returns functions that can be called in the given method.
- getMethods() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
- getMethods(String) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Returns the method info list of extension elements.
- getMethods() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- getMethods(String) - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- getMethods() - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Returns the method definition list.
- getMethods() - Method in interface org.eclipse.birt.report.model.api.metadata.IClassInfo
-
Returns the method definition list.
- getMethods() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns the method definition list of this element definition and parent
definition.
- getMethods(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns functions that can be called in the given method.
- getMethods() - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
Returns the method definition list.
- getMinArguments() - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
- getMinArguments() - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Returns the min arguments required by this filter expression definition.
- getMinInputVariables() - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
- getMinInputVariables() - Method in interface org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Returns the minimum number of arguments required by this aggregation
function.
- getModule() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the module on which this handle is attached.
- getModule() - Method in class org.eclipse.birt.report.model.api.ElementDetailHandle
-
Returns the module
- getModule() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the module where the table element belongs to.
- getModule() - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
-
- getModule() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Returns the module.
- getModule() - Method in class org.eclipse.birt.report.model.api.RowBandAdapter
-
Returns the module where the element belongs to.
- getModule() - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
-
- getModuleHandle() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the handle of module.
- getModuleHandle() - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
-
- getModuleHandle() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Returns the handle of module.
- getModuleHandle() - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
-
- getName() - Method in class org.eclipse.birt.report.model.api.AggregationArgumentHandle
-
Returns the argument name.
- getName() - Method in class org.eclipse.birt.report.model.api.CalculationArgumentHandle
-
Returns the argument name.
- getName() - Method in class org.eclipse.birt.report.model.api.command.NameException
-
Returns the name that caused the error.
- getName() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns the column name.
- getName() - Method in class org.eclipse.birt.report.model.api.ConfigVariableHandle
-
Returns the variable name.
- getName() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- getName() - Method in class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
Gets the name of the style or rule which has the errors.
- getName() - Method in class org.eclipse.birt.report.model.api.CustomColorHandle
-
Returns the custom color name.
- getName() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Returns the parameter name.
- getName() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the name of this element.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
-
Returns the argument name.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
Returns the argument name.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Returns the column name.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
Returns the config variable name.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Returns the internal color name.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Returns the parameter name.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Returns name of the image.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
Returns the Extended property name.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
Returns the column name.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Gets the property name of this binding.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
Returns the property name.
- getName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ScriptLib
-
Returns jar file name value.
- getName() - Method in class org.eclipse.birt.report.model.api.EmbeddedImageHandle
-
Returns the embedded image name.
- getName() - Method in class org.eclipse.birt.report.model.api.ExtendedPropertyHandle
-
Returns the property name.
- getName() - Method in class org.eclipse.birt.report.model.api.extension.ChoiceDefinition
-
- getName() - Method in interface org.eclipse.birt.report.model.api.extension.IChoiceDefinition
-
Returns the non-localized, internal version of the choice.
- getName() - Method in interface org.eclipse.birt.report.model.api.extension.IFont
-
- getName() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Returns the internal name of the property.
- getName() - Method in interface org.eclipse.birt.report.model.api.extension.IStyleDeclaration
-
Gets the name which this style is defined for.
- getName() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getName() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
-
- getName() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getName() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets the name of the group.
- getName() - Method in class org.eclipse.birt.report.model.api.LevelAttributeHandle
-
Returns the column name.
- getName() - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfo
-
- getName() - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
- getName() - Method in interface org.eclipse.birt.report.model.api.metadata.IArgumentInfo
-
Returns the internal name for the argument.
- getName() - Method in interface org.eclipse.birt.report.model.api.metadata.IChoice
-
Returns the choice name that appears in the XML design file.
- getName() - Method in interface org.eclipse.birt.report.model.api.metadata.IChoiceSet
-
Returns the name of this ChoiceSet.
- getName() - Method in interface org.eclipse.birt.report.model.api.metadata.ILocalizableInfo
-
Returns the definition name.
- getName() - Method in interface org.eclipse.birt.report.model.api.metadata.IObjectDefn
-
Gets the internal name for the element.
- getName() - Method in interface org.eclipse.birt.report.model.api.metadata.IPredefinedStyle
-
Gets the internal style name.
- getName() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Returns the name to use in the XML design and XML metadata files.
- getName() - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Returns the internal name.
- getName() - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
- getName() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
- getName() - Method in class org.eclipse.birt.report.model.api.PropertyMaskHandle
-
Returns the property name.
- getName() - Method in class org.eclipse.birt.report.model.api.ScriptLibHandle
-
Returns jar file name value.
- getName() - Method in class org.eclipse.birt.report.model.api.scripts.ArgumentInfo
-
- getName() - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
- getName() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
-
- getName() - Method in class org.eclipse.birt.report.model.api.scripts.MemberInfo
-
- getName() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
- getName() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Returns the name of column binding.
- getName() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Gets the name of the group.
- getName() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Returns the name of this element.
- getName() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IResultSetColumn
-
Gets column name.
- getName() - Method in class org.eclipse.birt.report.model.api.UserPropertyDefnHandle
-
Returns the name of the user-defined property.
- getName() - Method in class org.eclipse.birt.report.model.api.VariableElementHandle
-
- getNamedCubeBindingReferenceList() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns report items that can be referred by other report items by data
binding reference property.
- getNamedDataBindingReferenceList() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns report items that can be referred by other report items by data
binding reference property.
- getNamedDataSetBindingReferenceList() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns report items that can be referred by other report items by data
binding reference property.
- getNamedExpression(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getNamedExpression(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getNamedExpression(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Returns name of user property defined in this element.
- getNameOption() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Gets the name option that says how the element type handles names.
- getNamespace() - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
Returns the namespace of the included library.
- getNamespace() - Method in class org.eclipse.birt.report.model.api.IncludedLibraryHandle
-
Returns the namespace of the included library.
- getNamespace() - Method in class org.eclipse.birt.report.model.api.LibraryHandleImpl
-
Returns the library namespace, which identifies one library unqiuely in
one design file.
- getNameSpaceID() - Method in class org.eclipse.birt.report.model.api.command.NameSpaceEvent
-
Deprecated.
Returns the id of the name space that changed.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Returns the native data type.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Gets the native data type of the dynamic parameter.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Returns the native data type.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
Returns the native data type.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
-
Returns the native data type.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
Returns the native data type.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Returns the native data type.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.OdaDataSetParameterHandle
-
Returns the native data type.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.OdaLevelAttributeHandle
-
Returns the native data type.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.OdaResultSetColumnHandle
-
Returns the native data type.
- getNativeDataType() - Method in class org.eclipse.birt.report.model.api.ResultSetColumnHandle
-
Returns the native data type.
- getNativeDataType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IResultSetColumn
-
Gets native data type.
- getNativeName() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
returns the native parameter name.
- getNativeName() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
-
Returns the native column name.
- getNativeName() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
Returns the native column name.
- getNativeName() - Method in class org.eclipse.birt.report.model.api.OdaDataSetParameterHandle
-
Returns the native name of this oda dataset parameter.
- getNativeName() - Method in class org.eclipse.birt.report.model.api.OdaLevelAttributeHandle
-
Returns the native name of this result set column.
- getNativeName() - Method in class org.eclipse.birt.report.model.api.OdaResultSetColumnHandle
-
Returns the native name of this result set column.
- getNativeName() - Method in class org.eclipse.birt.report.model.api.olap.OdaCubeHandle
-
Returns the ODA defined cube name.
- getNativeName() - Method in class org.eclipse.birt.report.model.api.olap.OdaDimensionHandle
-
Returns the ODA defined cube name.
- getNativeName() - Method in class org.eclipse.birt.report.model.api.olap.OdaHierarchyHandle
-
Returns the ODA defined cube name.
- getNativeStructureList(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the structures which are defined locally in the current module.
- getNewElement() - Method in class org.eclipse.birt.report.model.api.command.ContentReplaceEvent
-
Returns the new element causing this event.
- getNewEncryption() - Method in class org.eclipse.birt.report.model.api.command.EncryptionEvent
-
Gets the new encryption causing the event.
- getNewName() - Method in class org.eclipse.birt.report.model.api.command.NameEvent
-
Gets the new name causing the event.
- getNextCellId() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the next available cell index.
- getNullsOrdering() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Gets the ordering of null values.
- getNullValueOrdering() - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Gets the null value ordering.
- getNumberAlign() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the value of the number-align member.
- getNumberAlign() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets number align property.
- getNumberFormat() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the pattern of a number format for a highlight rule.
- getNumberFormat() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the pattern of a number format for a style.
- getNumberFormat() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the pattern of a number format for a IStyleModel.
- getNumberFormat() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets number format property.
- getNumberFormatCategory() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the category of a number format for a highlight rule.
- getNumberFormatCategory() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the category of a number format for a style.
- getNumberFormatCategory() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the category of a number format for a IStyleModel.
- getNumberFormatCategory() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets number format category property.
- getNumberProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the value of a property as a number (BigDecimal).
- getNumberValue() - Method in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Returns the value as a number (BigDecimal).
- getNumberValue() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Gets the value as a number (BigDecimal).
- getObjectDefn() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Gets the object definition of the user property definition.
- getOccupiedColumnCount() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns the count of columns that has cell elements in the row.
- getODAAggregationDisplayName() - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
- getODAAggregationDisplayName() - Method in interface org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Returns the oda provider defined aggregation display name.
- getODAAggregationId() - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
- getODAAggregationId() - Method in interface org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Returns the oda provider defined aggregation id.
- getOldElement() - Method in class org.eclipse.birt.report.model.api.command.ContentReplaceEvent
-
Returns the old element causing this event.
- getOldEncryption() - Method in class org.eclipse.birt.report.model.api.command.EncryptionEvent
-
Gets the old encryption of the event.
- getOldName() - Method in class org.eclipse.birt.report.model.api.command.NameEvent
-
Gets the old name of the event.
- getOnCreate() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets the on-finish script of the group.
- getOnCreate() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets the onCreate script of the group element.
- getOnCreate() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the script executed when the element is created in the Factory.
- getOnCreate() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Gets the on-finish script of the group.
- getOnFetch() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns the code of the onFetch method.
- getOnPageBreak() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets the on-pageBreak script of the group element.
- getOnPageBreak() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets the on-pageBreak script of the report item.
- getOnPageEnd() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Gets the script of onPageEnd method.
- getOnPageStart() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Gets the script of onPageStart method.
- getOnPrepare() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets the on-prepare script of the group.
- getOnPrepare() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets the on-prepare script of the group.
- getOnPrepare() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets the on-prepare script of the group.
- getOnPrepare() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Gets the on-prepare script of the group.
- getOnRender() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets the on-finish script of the group.
- getOnRender() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets the onRender script of the group element.
- getOnRender() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the script executed when the element is prepared for rendering in
the Presentation engine.
- getOnRender() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Gets the on-finish script of the group.
- getOpen() - Method in class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
Returns the script for opening data set.
- getOpen() - Method in class org.eclipse.birt.report.model.api.ScriptDataSourceHandle
-
Returns the script name for opening data connection.
- getOperator() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Returns the operator.
- getOperator() - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Returns operator value this condition.
- getOperator() - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Returns the operator.
- getOperator() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Returns the operator of this filter condition.
- getOperator() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Returns the operator of this filter condition.
- getOperator() - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Returns operator value this condition.
- getOperator() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterCondition
-
Returns operator
- getOperator() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Returns the operator of this filter condition.
- getOperator() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns Operator
- getOperator() - Method in class org.eclipse.birt.report.model.api.StyleRuleHandle
-
Returns the operator.
- getOptions() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets the options set in the module.
- getOptions() - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Returns a read-only map for all options.
- getOrder() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the order of this label item.
- getOrientation() - Method in class org.eclipse.birt.report.model.api.LineHandle
-
Returns the orientation of the line.
- getOrientation() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Returns the page orientation.
- getOrphans() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the value of orphans.
- getOrphans() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the value of orphans.
- getOverflow() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the value of overflow property.
- getOverflow() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the value of overflow property.
- getPaddingBottom() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the padding of the bottom side.
- getPaddingBottom() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the padding of the bottom side.
- getPaddingLeft() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the padding of the left side.
- getPaddingLeft() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the padding of the left side.
- getPaddingRight() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the padding of the right side.
- getPaddingRight() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the padding of the right side.
- getPaddingTop() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the padding of the top side.
- getPaddingTop() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the padding of the top side.
- getPageBreakAfter() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets page break after property value of this group.
- getPageBreakAfter() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Returns the value for break after property.
- getPageBreakAfter() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the page break after property for block-level elements.
- getPageBreakAfter() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the page break after property for block-level elements.
- getPageBreakBefore() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets page break before property value of this group.
- getPageBreakBefore() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Returns the value for break before property.
- getPageBreakBefore() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the page break before property for block-level elements.
- getPageBreakBefore() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the page break before property for block-level elements.
- getPageBreakInside() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets page break inside property value of this group.
- getPageBreakInside() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Gets the value for break inside property.
- getPageBreakInside() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the page break inside property for block-level elements.
- getPageBreakInside() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the page break inside property for block-level elements.
- getPageBreakInterval() - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Returns the page break interval value
- getPageFooter() - Method in class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Returns the page footer slot of this simple master page.
- getPageHeader() - Method in class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Returns the page header slot of this simple master page.
- getPageHeight() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Gets the effective page height.
- getPageType() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Returns the type of the page.
- getPageType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IMasterPage
-
Returns page size type.
- getPageVariable() - Method in class org.eclipse.birt.report.model.api.AutoTextHandle
-
Gets the page variable property value.
- getPageWidth() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Gets the effective page width.
- getParamBindings() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Get a handle to deal with the parameter binding list member if the link
type is ACTION_LINK_TYPE_DRILLTHROUGH
.
- getParameterDataType() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Returns the data type in parameter type choices of this parameter.
- getParameterDataType() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Returns the data type in parameter type choices of this parameter.
- getParameters() - Method in class org.eclipse.birt.report.model.api.CachedMetaDataHandle
-
Get a handle to deal with the cached parameter list member.
- getParameters() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns a slot handle to work with the top-level parameters and parameter
groups within the report.
- getParameters() - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Returns a slot handle to work with the parameters within the parameter
group.
- getParametersAndParameterGroups() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns parameters and parameter groups on the module.
- getParamName() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
returns the report parameter name.
- getParamName() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
Returns the report column name.
- getParamName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
Returns the parameter name of this binding.
- getParamName() - Method in class org.eclipse.birt.report.model.api.OdaDataSetParameterHandle
-
Returns the name of the report parameter which is referenced by this oda
dataset parameter.
- getParamName() - Method in class org.eclipse.birt.report.model.api.ParamBindingHandle
-
Returns the parameter name.
- getParamType() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Returns the parameter type for this scalar parameter.
- getParent() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getParent() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getParent() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Return the parent of this element
- getParentLevel() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns the parent level.
- getParserErrors() - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Gets the message list for the parser errors.
- getParserFatalErrors() - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Gets the message list for the parser fatal errors.
- getParserWarnings() - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Gets the message list for the parser warnings.
- getPattern() - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
Returns the variable value.
- getPattern() - Method in class org.eclipse.birt.report.model.api.FormatValueHandle
-
Returns the pattern of the format.
- getPattern() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Returns the pattern of format instructions for the parameter value.
- getPermission() - Method in class org.eclipse.birt.report.model.api.AccessControlHandle
-
Deprecated.
Returns whether the user can perform the role.
- getPosition() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Returns the position of this parameter in parameter list.
- getPosition() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Returns the position of this parameter.
- getPosition() - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Returns the position of this parameter.
- getPosition() - Method in class org.eclipse.birt.report.model.api.ResultSetColumnHandle
-
Returns the position that this column is in the result set.
- getPosition() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IResultSetColumn
-
Gets position.
- getPosition() - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Gets the index position of a result set column.
- getPosition() - Method in class org.eclipse.birt.report.model.api.util.Rectangle
-
Returns the position of the top left corner.
- getPredefinedColor(int) - Static method in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Gets a css predefined color given its rgb value.
- getPredefinedStyles() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Gets list of the predefined styles.
- getPredefinedStyles() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- getPredefinedStyles() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Gets the predefined style list.
- getPredefinedStyles(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
- getPrimaryKeys() - Method in class org.eclipse.birt.report.model.api.olap.TabularHierarchyHandle
-
Returns the list of primary keys.
- getPrivateDriverDesignState() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Deprecated.
- getPrivateDriverProperty(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns a private driver property value with the given property name.
- getPrivateDriverProperty(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns a private driver property value with the given property name.
- getPrivateDriverProperty(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataSet
-
Returns a private driver property value with the given property name.
- getPrivateDriverProperty(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataSource
-
Returns a private driver property value with the given property name.
- getPrivateStyle() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- getPrivateStyle() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a handle to work with the style properties of this element.
- getPrivateStyle() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns a handle to work with the style properties of toc element.
- getPromptText() - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Gets the display prompt text.
- getPromptText() - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
get the display prompt text.
- getPromptTextID() - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Returns the prompt text ID.
- getPromptTextKey() - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Returns the prompt text key.
- getProperties() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns the properties defined on this element.
- getProperty() - Method in class org.eclipse.birt.report.model.api.command.UserPropertyEvent
-
Returns the definition of the user-defined property that changed.
- getProperty(Module, String) - Method in interface org.eclipse.birt.report.model.api.core.IStructure
-
Gets the locale value of a property.
- getProperty(Module, PropertyDefn) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Gets the value of property by the given property definition.
- getProperty(Module, String) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
- getProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the value of a property as a generic object.
- getProperty(Module, PropertyDefn) - Method in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
- getProperty(String) - Method in class org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Returns extended element exception properties.
- getProperty(String) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Returns the value of a public property.
- getProperty(String) - Method in interface org.eclipse.birt.report.model.api.extension.IStyleDeclaration
-
Gets the value of the specified style property.
- getProperty(String) - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- getProperty(String) - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
- getProperty(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Gets a property definition given a property name.
- getProperty(String) - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Gets the value in this setting.
- getProperty(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
- getProperty(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- getProperty(String) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Gets the value of a member.
- getPropertyBinding(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Deprecated.
instead use getPropertyBindingExpression( String propName )
- getPropertyBindingExpression(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the overridden value of the specified property given its internal
name.
- getPropertyBindings() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets all the defined property bindings for the given element.
- getPropertyDefinitions() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Gets the list of all the property definitions that the extended element
model has.
- getPropertyDefinitions() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- getPropertyDefn() - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
- getPropertyDefn(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets the property data for either a system-defined or user-defined
property.
- getPropertyDefn() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Return the property definition.
- getPropertyDefn() - Method in class org.eclipse.birt.report.model.api.MemberHandle
-
- getPropertyDefn() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
- getPropertyDefn() - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
- getPropertyDefn() - Method in class org.eclipse.birt.report.model.api.ValueHandle
-
Gets the property definition.
- getPropertyHandle(String) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
- getPropertyHandle(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a property handle for a top-level property.
- getPropertyHandle(String) - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
-
- getPropertyHandle(String) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
If property is shared by the group of elements, return the corresponding
GroupPropertyHandle
, otherwise, return null
.
- getPropertyHandle(String) - Method in class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
- getPropertyHandle(String) - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
-
- getPropertyIterator() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns an iterator over the properties of this element.
- getPropertyIterator() - Method in interface org.eclipse.birt.report.model.api.metadata.IObjectDefn
-
Returns an iterator over the property definitions.
- getPropertyMask(String) - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Returns the mask of the specified property given its internal name.
- getPropertyName() - Method in class org.eclipse.birt.report.model.api.command.EncryptionEvent
-
Gets the property name that cause the encryption change.
- getPropertyName() - Method in class org.eclipse.birt.report.model.api.command.PropertyEvent
-
Returns the name of the property that changed.
- getPropertyName() - Method in class org.eclipse.birt.report.model.api.command.PropertyNameException
-
Returns the invalid property name.
- getPropertyName() - Method in class org.eclipse.birt.report.model.api.command.UserPropertyException
-
Gets the name of the property that caused the problem.
- getPropertyName() - Method in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Returns the name of the property being set.
- getPropertyType(int) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Gets the metadata for a property type.
- getPropertyType(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Gets the metadata for a property type given the type's XML name.
- getPropertyTypes() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Gets a list of rom-defined property types.
- getPropName() - Method in class org.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo
-
- getProviderExtensionId() - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
- getProviderExtensionId() - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Returns the ODA filter extension provider ID if there is.
- getProviderExtensionId() - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
- getProviderExtensionId() - Method in interface org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Returns the oda aggregation provider id.
- getQualifiedName() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- getQualifiedName() - Method in class org.eclipse.birt.report.model.api.CustomColorHandle
-
Returns the qualified name of this element.
- getQualifiedName() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets the name of this element.
- getQualifiedName() - Method in class org.eclipse.birt.report.model.api.EmbeddedImageHandle
-
Returns the qualified name of this element.
- getQualifiedName() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getQualifiedName() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getQualifiedName() - Method in class org.eclipse.birt.report.model.api.SharedStyleHandle
-
- getQualifiedName() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Gets the name of this element.
- getQueryScript() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Deprecated.
to be removed.
- getQueryText() - Method in class org.eclipse.birt.report.model.api.DerivedDataSetHandle
-
Returns the query text.
- getQueryText() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the query text.
- getQueryText() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataSet
-
Returns the query text.
- getRawValue() - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Returns the value stored in the memory.
- getRawValue() - Method in class org.eclipse.birt.report.model.api.MemberHandle
-
- getRawValue() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
- getRawValue() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Gets the value stored in the memory directly.
- getRed() - Method in interface org.eclipse.birt.report.model.api.extension.IColor
-
- getRedoLabel() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Returns an optional label for the next command to redo.
- getRedoRecord() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Peeks at the top of the redo stack.
- getReferencableProperty() - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
- getReferencableProperty() - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
- getReferencableProperty() - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
- getReference() - Method in class org.eclipse.birt.report.model.api.ValueHandle
-
- getReferenceableElementList() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Returns the element reference value list if the property is element
referenceable type.
- getReferenceableElementList() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
returns the element reference value list if the property is element
referenceable type.
- getReferenceDateType() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns reference date type for the calculation in this column.
- getReferenceDateValue() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Gets the expression handle for the reference date value member.
- getReferencedStyle() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
- getReferencedStyle() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- getRelativeFileName() - Method in class org.eclipse.birt.report.model.api.LibraryHandleImpl
-
If this library is included by a module, return the relative file name
that is defined in the host's xml file.
- getRelativePath(String, String) - Static method in class org.eclipse.birt.report.model.api.util.URIUtil
-
Return the relative path for the given resource
according to
base
.
- getRepeatCount() - Method in class org.eclipse.birt.report.model.api.ColumnHandle
-
Returns the repeat count for this column.
- getReport() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getReport() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getReport() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Gets the report.
- getReportElement(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
generic method to get report item by name
- getReportElementByID(long) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
generic method to get report item by id
- getReportItem() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Returns the interface IReportItem
for extension.
- getReportItems() - Method in class org.eclipse.birt.report.model.api.FreeFormHandle
-
Returns a slot handle to work with the Report Items within the free-form.
- getReportItemThemeTypes() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Gets all the supported report item theme types.
- getReportName() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets the name of the target report document if the link type is
ACTION_LINK_TYPE_DRILLTHROUGH
.
- getReportName() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Gets the name of the target report document if the link type is
ACTION_LINK_TYPE_DRILLTHROUGH
.
- getReportVersion() - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Gets the current version of the report files when users want to save it
calling Model's related APIs.
- getResourceBundle(Locale) - Method in interface org.eclipse.birt.report.model.api.extension.IResourceBundleProvider
-
Deprecated.
to support ICU4J, replaced by :
getResourceBundle(ULocale locale)
- getResourceBundle(ULocale) - Method in interface org.eclipse.birt.report.model.api.extension.IResourceBundleProvider
-
Returns the resource bundle with the locale.
- getResourceFolder() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets the resource folder set in this module.
- getResourceFolder() - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Gets the resource folder.
- getResourceKey() - Method in class org.eclipse.birt.report.model.api.TranslationHandle
-
Returns the resource key of the translation.
- getResourceLocator() - Method in class org.eclipse.birt.report.model.api.DesignConfig
-
- getResourceLocator() - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Gets the resource locator.
- getResultSet() - Method in class org.eclipse.birt.report.model.api.CachedMetaDataHandle
-
Get a handle to deal with the cached result set list member.
- getResultSetColumn() - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Gets the value of the result set column name property on this data item.
- getResultSetColumn() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataItem
-
Gets the value of the result set column name property on this data item.
- getResultSetExpression() - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Looks the column name from the data binding element that is nearest to
this data item.
- getResultSetName() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the result set name.
- getResultSetNumber() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Gets the result set number.
- getReturnType() - Method in interface org.eclipse.birt.report.model.api.metadata.IMethodInfo
-
Returns the script type for return.
- getReturnType() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
- getReturnType() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
-
- getReturnType() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
- getRGB() - Method in class org.eclipse.birt.report.model.api.ColorHandle
-
Returns the color value as an integer RGB value.
- getRGB() - Method in class org.eclipse.birt.report.model.api.CustomColorHandle
-
Returns the color value as an integer RGB value.
- getRGB() - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Returns the color value as an integer RGB value.
- getRGBs(int) - Static method in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Returns the Red, Blue, Green value for a integer RGB color value.
- getRGBs(String) - Static method in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Returns the Red, Blue, Green value for a color value.
- getRightDataSet() - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Returns right data set value this condition.
- getRightDataSet() - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Returns right data set value this condition.
- getRightExpression() - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Returns right expression value this condition.
- getRightExpression() - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Returns right expression value this condition.
- getRightMargin() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Gets a dimension handle to work with the margin on the right side.
- getRole() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the role of this label item.
- getRole() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the role of this label item.
- getRole() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Returns the role of this label item.
- getRoot() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the root container of this element.
- getRow() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns the corresponding handle of the row element.
- getRow(int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Return the row handle with the given row position.
- getRow(int, int, int) - Method in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
-
- getRow(int, int, int) - Method in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
-
- getRowACLExpression() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Gets the expression handle for the ACL expression for one row.
- getRowContainerSlots() - Method in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
-
- getRowContainerSlots() - Method in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
-
- getRowCount() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns the row count in the slot.
- getRowCount() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Returns the column count in the table.
- getRowCount(LayoutTable) - Static method in class org.eclipse.birt.report.model.api.elements.table.LayoutUtil
-
Calculates the row number in the table.
- getRowCount() - Method in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
-
- getRowCount() - Method in class org.eclipse.birt.report.model.api.GridRowBandAdapter
-
- getRowCount() - Method in class org.eclipse.birt.report.model.api.RowBandAdapter
-
Returns count of rows.
- getRowCount() - Method in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
-
- getRowCount() - Method in class org.eclipse.birt.report.model.api.TableRowBandAdapter
-
- getRowExpressions() - Method in interface org.eclipse.birt.report.model.api.extension.ICompatibleReportItem
-
Returns a list containing the possible JavaScript expressions.
- getRowExpressions() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- getRowFetchLimit() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns the max number of rows from data set property value.
- getRowPosn() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns the row position in the its container.
- getRowPosn() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable.OverlappedArea
-
Returns the row position
- getRows() - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Returns a slot handle for the rows in the grid.
- getRowSpan() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the cell's row span.
- getRowSpan() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Returns the cell's row span.
- getRowSpanForDrop() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Returns the row number for the drop span.
- getRowSpanOffset() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Returns the 0-based offset of the row span.
- getRowSpanOffset() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable.OverlappedArea
-
Returns the offset of the row span
- getRuleExpression() - Method in class org.eclipse.birt.report.model.api.RuleHandle
-
Returns the static value of this rule.
- getScale() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the image scale.
- getScale() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the image scale.
- getScope() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Gets the scope value of the cell.The return value is one of the constants
defined in DesignChoiceConstants
:
SCOPE_TYPE_ROW
SCOPE_TYPE_COL
SCOPE_TYPE_ROWGROUP
SCOPE_TYPE_COLGROUP
- getScript(ModuleHandle, String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Gets the script value.
- getScriptableClass(String) - Method in interface org.eclipse.birt.report.model.api.scripts.IScriptableObjectClassInfo
-
Returns the class information for the given class name.
- getScriptObject(ModuleHandle, String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Gets the script object .
- getScriptPropertyDefinition() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Gets the script property definition of this report item.
- getScriptPropertyDefinition() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- getScriptUID(Object) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Gets the script id if instance has expression.
- getScriptUID(Object, int) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Gets the script id if instance has expression.
- getSearch() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Get a handle to deal with the search key list member if the link type is
ACTION_LINK_TYPE_DRILLTHROUGH
.
- getSearching() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Returns the searching option.
- getSelectionValueListMethod() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Gets the method content of getSelectionValueList
.
- getSelector() - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Returns the selector associated with the slot.
- getSemanticErrors() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the semantic error list, each of which is the instance of
ErrorDetail
.
- getSemanticErrors(List<ErrorDetail>, String) - Static method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns a list containing the semantic errors with the given error type.
- getSender() - Method in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Returns the sender: the UI or other application object that caused the
event to be sent.
- getSendTime() - Method in class org.eclipse.birt.report.model.api.activity.TransactionOption
-
Gets the event send option.
- getSharedDimension() - Method in class org.eclipse.birt.report.model.api.olap.TabularDimensionHandle
-
Returns the dimension object that this dimension refers to.
- getShowIfBlank() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Tests whether to show this frame even if it is empty, or all its data
elements are empty.
- getSimpleElement() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Returns the interface for script operations.
- getSimpleElement() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- getSince() - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Return the version in which the slot was introduced.
- getSize() - Method in interface org.eclipse.birt.report.model.api.extension.IFont
-
- getSize() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the image size.
- getSize() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Returns the size of the page.
- getSize() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the image size.
- getSize() - Method in class org.eclipse.birt.report.model.api.util.Rectangle
-
Returns the rectangle size.
- getSlot() - Method in class org.eclipse.birt.report.model.api.command.ContentEvent
-
Returns the slot id within the container.
- getSlot() - Method in class org.eclipse.birt.report.model.api.command.ContentException
-
Returns the slot ID.
- getSlot() - Method in class org.eclipse.birt.report.model.api.command.ContentReplaceEvent
-
Returns the slot id within the container.
- getSlot() - Method in class org.eclipse.birt.report.model.api.command.TemplateTransformEvent
-
Returns the slot id within the container.
- getSlot(int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a handle to the given slot.
- getSlot() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns the slot handle of the layout slot.
- getSlot() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable.OverlappedArea
-
Returns the slot in which the overlapped occurs
- getSlot(int) - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns the meta-data definition for a slot given its numeric slot
identifier.
- getSlot() - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Returns the internal representation of the slot.
- getSlotCount() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns the number of slots in this container.
- getSlotId() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns the id of the slot.
- getSlotID() - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Returns the internal slot identifier.
- getSlotId() - Method in class org.eclipse.birt.report.model.api.RowOperationParameters
-
Returns slot id.
- getSlotID() - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Returns the numeric identifier of the slot.
- getSortBy() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Gets the sort key for parameter values when preview.
- getSortByColumn() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Gets the expression by which the result sorts.
- getSortConditions() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getSortConditions() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IMultiRowItem
-
Returns all sort conditions.
- getSortDirection() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Gets the sort order for parameter values when preview.
- getSortDirection() - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Returns the sort direction of this data group.
- getSortDirection() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the sort direction of this group.
- getSortDirection() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Returns the sort direction of this group.
- getSortType() - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Return the sort type.
- getSortType() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Return the sort type.
- getSortType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Return the sort type.
- getSource() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the image source type.
- getSource() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the image source type.
- getSourceIndex() - Method in class org.eclipse.birt.report.model.api.RowOperationParameters
-
Returns source index.
- getStack() - Method in class org.eclipse.birt.report.model.api.activity.ActivityStackEvent
-
Returns the stack that changes.
- getStatusType() - Method in class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
Gets the type of this status.
- getStrength() - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Gets the strength of the sort collation.
- getStrength() - Method in class org.eclipse.birt.report.model.api.SortElementHandle
-
Gets the strength of this sort collation.
- getStrength() - Method in class org.eclipse.birt.report.model.api.SortKeyHandle
-
Gets the strength of this sort collation.
- getStringExpression() - Method in class org.eclipse.birt.report.model.api.Expression
-
Return the raw expression if the type is not constant.
- getStringExpression() - Method in class org.eclipse.birt.report.model.api.ExpressionHandle
-
Return the expression in string format.
- getStringFormat() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the pattern of a string format for a highlight rule.
- getStringFormat() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns string format
- getStringFormat() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the pattern of a string format.
- getStringFormat() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the pattern of a string format.
- getStringFormat() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets string format property.
- getStringFormatCategory() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the category of a string format for a highlight rule.
- getStringFormatCategory() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the category of a string format.
- getStringFormatCategory() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the category of a string format.
- getStringFormatCategory() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the category of a string format for a toc.
- getStringProperty(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the value of a property as a string which is locale independent.
- getStringProperty(String) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
If the given property is a common property, value will be returned as a
string if all values within the group of elements are equal.
- getStringProperty(String) - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
- getStringProperty(String) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Get the string value of a member.
- getStringValue() - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Gets the property value converted to a string value.
- getStringValue() - Method in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Returns the value as a non-localized string.
- getStringValue() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Value will be returned as string only if all values of this property are
equal within the collection of elements.
- getStringValue() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Gets the value as a string.
- getStructDefn() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
- getStructDefn() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Returns the structure definition for this value.
- getStructName() - Method in interface org.eclipse.birt.report.model.api.core.IStructure
-
Returns the name of the structure definition.
- getStructName() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Gets the name predefined for this structure.
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.Action
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.CachedMetaData
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.DateFormatValue
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.DateTimeFormatValue
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.DimensionCondition
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.NumberFormatValue
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ParameterFormatValue
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.Rule
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ScriptLib
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.SearchKey
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.SortHint
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.StringFormatValue
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeFormatValue
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
- getStructName() - Method in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
- getStructure(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Finds a structure definition by name.
- getStructure() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Gets the internal structure instance of this action.
- getStructure() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Returns structure.
- getStructure() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterCondition
-
Returns structure.
- getStructure() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHideRule
-
Returns structure.
- getStructure() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns structure.
- getStructure() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISortCondition
-
Returns structure.
- getStructure() - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Returns the structure.
- getStructures() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Returns the structure list.
- getStyle() - Method in class org.eclipse.birt.report.model.api.command.StyleException
-
Returns the name of the style being set.
- getStyle() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the shared style, if any, as a style handle.
- getStyle() - Method in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
Returns the style that the highlight rule links with.
- getStyle() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getStyle() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getStyle() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the style that the highlight rule links with.
- getStyle() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Returns the meta-data element that defines the style element.
- getStyle() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Gets design element style.
- getStyleIterator() - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Returns an iterator over the styles of this style sheet.
- getStyleName() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets style of TOC.
- getStyles() - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Returns the styles slot of row.
- getStyles() - Method in class org.eclipse.birt.report.model.api.LibraryHandleImpl
-
Deprecated.
uses the theme instead
- getStyles() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns a slot handle to work with the styles within the report.
- getStyleSheet() - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Gets the style sheet.
- getSubEditor() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns the reference to the editor.
- getSubject() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets the subject of the module.
- getSummary() - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Returns the value of the summary.
- getSummary() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGrid
-
Gets the summary of this grid.
- getSummary() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITable
-
Gets the summary of this table.
- getSummary() - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Returns the value of the summary.
- getSymbolicName() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets symbolic name of this module if defined.
- getSystemId() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the system id of the module.
- getTable() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the handle of the table that the layout belongs to.
- getTable() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Returns the table to which the layout model belongs.
- getTable(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
method to get a table item by name
- getTagName() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns the tag name that causes error.
- getTarget() - Method in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Returns the target element: the part of the design that actually changed.
- getTargetBookmark() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets the bookmark link if the link type is
ACTION_LINK_TYPE_BOOKMARK_LINK
.
- getTargetBookmark() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Gets the bookmark link if the link type is
ACTION_LINK_TYPE_BOOKMARK_LINK
.
- getTargetBookmarkType() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets target bookmark type for a drill-through or bookmark-link action.
- getTargetElementType() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Return the element type associated with this property.
- getTargetFileType() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets target report file type for a drill-through action.
- getTargetWindow() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets the name of the target browser window for the link.
- getTargetWindow() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Gets the name of the target browser window for the link.
- getTestExpression() - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
gets the test expression value of this rule.
- getTestExpression() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
gets the expression for this highlight rule.
- getTestExpression() - Method in class org.eclipse.birt.report.model.api.MapRuleHandle
-
sets the test expression for this map rule.
- getTestExpression() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns Test Expression
- getText() - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Returns the static text for the label.
- getText() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Returns the static text for the label.
- getText() - Method in class org.eclipse.birt.report.model.api.TranslationHandle
-
Returns translated text for the translation, the text defined for the
locale.
- getTextAlign() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the value of text align property.
- getTextAlign() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the text align for block-level elements.
- getTextAlign() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the text align for block-level elements.
- getTextAlign() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the value of text align property.
- getTextDirection() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the value of Bidi direction property.
- getTextDirection() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the value of direction property.
- getTextDirection() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the Bidi direction for elements.
- getTextDirection() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the value of direction property.
- getTextFormat() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- getTextIndent() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Gets a handle to deal with the value of the text-indent property.
- getTextIndent() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the text indent.
- getTextIndent() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the text indent.
- getTextIndent() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Gets text indent property.
- getTextItem(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
method to get a text item by name
- getTextKey() - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Returns the resource key of the static text of the label.
- getTextKey() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Returns the resource key of the static text of the label.
- getTextLineThrough() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the value of the line through property.
- getTextLineThrough() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns one 'text-decoration' property to set line-through styles.
- getTextLineThrough() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns one 'text-decoration' property to set line-through styles.
- getTextLineThrough() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the value of the line through property.
- getTextOverline() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the value of the overline property.
- getTextOverline() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns one 'text-decoration' property to set overline styles.
- getTextOverline() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns one 'text-decoration' property to set overline styles.
- getTextOverline() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the value of the overline property.
- getTextTransform() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the value of the text transform property.
- getTextTransform() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the value to transform the text.
- getTextTransform() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the value to transform the text.
- getTextTransform() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the value of the text transform property.
- getTextUnderline() - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns the value of the underline property.
- getTextUnderline() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns one 'text-decoration' property to set underline styles.
- getTextUnderline() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns one 'text-decoration' property to set underline styles.
- getTextUnderline() - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Returns the value of the underline property.
- getTheme() - Method in class org.eclipse.birt.report.model.api.command.ThemeException
-
Returns the name of the style being set.
- getTheme() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the refresh rate when viewing the report.
- getTheme() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the refresh rate when viewing the report.
- getTheme() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Gets the theme for this report design.
- getThemes() - Method in class org.eclipse.birt.report.model.api.LibraryHandleImpl
-
Returns a slot handle to work with the themes within the library.
- getTimeDimension() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Gets the time dimension string value.
- getTimeFormat() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the pattern of the time-format.
- getTimeFormatCategory() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the category of the time-format.
- getTitle() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets the title property value.
- getTitleKey() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets the title key.
- getTo() - Method in class org.eclipse.birt.report.model.api.command.TemplateTransformEvent
-
Returns the element which this event transforms to.
- getTOC() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets TOC handle.
- getTOC() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets TOC handle.
- getTocExpression() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getTocExpression() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getTocExpression() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Deprecated.
- getTocExpression() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Deprecated.
- getTocExpression() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Returns the expression evalueated as a table of contents entry for this
item.
- getTocExpression() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Returns the expression evalueated as a table of contents entry for this
item.
- getToolTip() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets the value of tool tip.
- getToolTip() - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
- getToolTip() - Method in interface org.eclipse.birt.report.model.api.metadata.ILocalizableInfo
-
Returns the tool tip if the resource key of tool tip is
available.
- getToolTip() - Method in interface org.eclipse.birt.report.model.api.metadata.IMethodInfo
-
Returns the display string for the tool tip of this method.
- getToolTip() - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
- getToolTip() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
Returns the display string for the tool tip of this method.
- getToolTip() - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
- getToolTip() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
-
Returns the display string for the tool tip of this method.
- getToolTip() - Method in class org.eclipse.birt.report.model.api.scripts.MemberInfo
-
- getToolTip() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
Returns the display string for the tool tip of this method.
- getToolTipKey() - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
- getToolTipKey() - Method in interface org.eclipse.birt.report.model.api.metadata.ILocalizableInfo
-
Returns the resource key for tool tip.
- getToolTipKey() - Method in interface org.eclipse.birt.report.model.api.metadata.IMethodInfo
-
Returns the resource key for tool tip.
- getToolTipKey() - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
- getToolTipKey() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
Returns the resource key for tool tip.
- getToolTipKey() - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
- getToolTipKey() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
-
Returns the resource key for tool tip.
- getToolTipKey() - Method in class org.eclipse.birt.report.model.api.scripts.MemberInfo
-
- getToolTipKey() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
Returns the resource key for tool tip.
- getTopMargin() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Gets a dimension handle to work with the margin on the top side.
- getTranslation() - Method in class org.eclipse.birt.report.model.api.command.CustomMsgEvent
-
Returns the user-defined message that changes.
- getTranslation(String, String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets a handle to deal with a translation.
- getTranslationKeys() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns a string array containing all the resource keys of user-defined
translations for the report.
- getTranslations() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets a list of translation defined on the report.
- getTransparency() - Method in interface org.eclipse.birt.report.model.api.extension.IColor
-
Returns the transpareny depth.
- getType(Module) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Returns type value this node represents.
- getType() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Returns the type.
- getType() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutChangedEvent
-
Returns the type of event: UPDATE.
- getType() - Method in class org.eclipse.birt.report.model.api.EmbeddedImageHandle
-
Returns the image type.
- getType() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns the error type.
- getType() - Method in class org.eclipse.birt.report.model.api.Expression
-
Return the type of the expression.
- getType() - Method in class org.eclipse.birt.report.model.api.ExpressionHandle
-
Return the type of the expression.
- getType() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Returns the property type using one of the types defined in the
PropertyType
class.
- getType() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
-
- getType() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Returns the type of this filter condition.
- getType() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Returns the type of this filter condition.
- getType() - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfo
-
Returns the script type of this argument.
- getType() - Method in interface org.eclipse.birt.report.model.api.metadata.IArgumentInfo
-
Returns the argument type in string.
- getType() - Method in interface org.eclipse.birt.report.model.api.metadata.IPredefinedStyle
-
- getType() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Deprecated.
type has been replaced by extension ID
- getType() - Method in class org.eclipse.birt.report.model.api.ReportItemThemeHandle
-
Gets the type for this report item theme.
- getType() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- getType() - Method in class org.eclipse.birt.report.model.api.scripts.ArgumentInfo
-
Returns the script type of this argument.
- getType() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IExpression
-
Return the type of the expression.
- getType() - Method in class org.eclipse.birt.report.model.api.UserPropertyDefnHandle
-
Returns the type of the user-defined property.
- getType() - Method in class org.eclipse.birt.report.model.api.VariableElementHandle
-
Gets the value of work mode property.The return value is defined in
DesignChoiceConstants
and can be one of:
VARIABLE_TYPE_REPORT
VARIABLE_TYPE_PAGE
- getTypeCode() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Returns the property type.
- getTypeCode() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Returns the numeric code for this type.
- getTypeCode() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Returns the numeric code for the type of this property or member.
- getTypeExpression() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the type expression of the image item if the image source type is
IMAGE_REF_TYPE_EXPR
.
- getTypeExpression() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the type expression of the image item if the image source type is
IMAGE_REF_TYPE_EXPR
.
- getTypes() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IExpression
-
Returns the object represents all possible expression types.
- getUndefinedProperties() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Gets the map of all name/value pair.
- getUndoLabel() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Returns an optional label for the next command to undo.
- getUndoRecord() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Peeks at the top of the undo stack.
- getUniqueName(DesignElement) - Method in interface org.eclipse.birt.report.model.api.core.INameManager
-
Returns a unique name for the given element.
- getUnit() - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
Returns the unit of the time interval.
- getUnit() - Method in class org.eclipse.birt.report.model.api.TimeIntervalHandle
-
Returns the unit of the time interval.
- getUnits() - Method in class org.eclipse.birt.report.model.api.DimensionHandle
-
Returns the code for the units portion of the dimension.
- getUnits() - Method in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Returns the units portion of the dimension.
- getUnsupportedStyles() - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Returns all the unsupported style names.
- getURI() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets the identifier of the hyperlink if the link type is
ACTION_LINK_TYPE_HYPERLINK
.
- getURI() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the image URI if the image source type is
IMAGE_REF_TYPE_URL
or IMAGE_REF_TYPE_FILE
.
- getURI() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Gets the identifier of the hyperlink if the link type is
ACTION_LINK_TYPE_HYPERLINK
.
- getURI() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the image URI if the image source type is
IMAGE_REF_TYPE_URL
or IMAGE_REF_TYPE_FILE
.
- getURL() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the image URI if the image source type is
IMAGE_REF_TYPE_URL
or IMAGE_REF_TYPE_FILE
.
- getURL() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the url of this label item.
- getURL() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Gets the image url, if the source type is not
IMAGE_REF_TYPE_URL
return null.
- getUserDefinedType() - Method in class org.eclipse.birt.report.model.api.Expression
-
Return the type of the expression set by the user.
- getUserProperties() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a list of user properties defined in this element and somewhere
up the inheritance chain.
- getUserProperty(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getUserProperty(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getUserProperty(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Deprecated.
- getUserPropertyDefnHandle(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a user-defined property handle for a top-level property.
- getUserPropertyExpression(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getUserPropertyExpression(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getUserPropertyExpression(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Returns user property as an expression defined in this element.
- getValidate() - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Gets the custom validation code for the parameter.
- getValidationID() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns the validation ID, which identifies one specific validation.
- getValidationID() - Method in class org.eclipse.birt.report.model.api.validators.ValidationEvent
-
Returns the ID of the validation this event represents.
- getValue() - Method in class org.eclipse.birt.report.model.api.AggregationArgumentHandle
-
Returns the argument value.
- getValue() - Method in class org.eclipse.birt.report.model.api.CalculationArgumentHandle
-
Gets the expression handle for the value member.
- getValue() - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Gets the value of the property as a generic object.
- getValue() - Method in class org.eclipse.birt.report.model.api.ConfigVariableHandle
-
Returns the variable value.
- getValue() - Method in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
-
Returns the argument value.
- getValue() - Method in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
Returns the argument value.
- getValue() - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
Returns the config variable value.
- getValue() - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
Returns the Extended property value.
- getValue() - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Gets the overridden value of this binding.
- getValue() - Method in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Returns the value of this choice.
- getValue() - Method in class org.eclipse.birt.report.model.api.ExpressionHandle
-
- getValue() - Method in class org.eclipse.birt.report.model.api.ExtendedPropertyHandle
-
Returns the property value.
- getValue() - Method in class org.eclipse.birt.report.model.api.extension.ChoiceDefinition
-
- getValue() - Method in interface org.eclipse.birt.report.model.api.extension.IChoiceDefinition
-
Returns the value to which this choice corresponds.
- getValue() - Method in class org.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo
-
- getValue() - Method in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Returns the cached factory property value.
- getValue() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Gets the value of the property.
- getValue() - Method in class org.eclipse.birt.report.model.api.MemberValueHandle
-
Gets the value of this member value handle.
- getValue() - Method in interface org.eclipse.birt.report.model.api.metadata.IChoice
-
Returns the value of the choice.
- getValue() - Method in class org.eclipse.birt.report.model.api.metadata.UserChoice
-
Gets the value of the user choice.
- getValue() - Method in class org.eclipse.birt.report.model.api.PropertyBindingHandle
-
Returns the overridden value of property binding.
- getValue() - Method in class org.eclipse.birt.report.model.api.SelectionChoiceHandle
-
Returns the data value for this choice.
- getValue() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Gets the value of the property as a generic object.
- getValue() - Method in class org.eclipse.birt.report.model.api.VariableElementHandle
-
Returns the value of the variable.
- getValue1() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Returns the value 1 expression.
- getValue1() - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Returns the expression for the first operand.
- getValue1() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Returns the value 1 expression of this filter condition.
- getValue1() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Returns the value 1 expression of this filter condition.
- getValue1() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterCondition
-
Returns value1
- getValue1() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns value1
- getValue1() - Method in class org.eclipse.birt.report.model.api.StyleRuleHandle
-
Returns the value 1.
- getValue1Expr() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
- getValue1Expr() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
- getValue1ExpressionList() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Gets the value1 expression list of this filter condition.
- getValue1ExpressionList() - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Gets the value1 expression list.
- getValue1ExpressionList() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Gets the value1 expression list of this filter condition.
- getValue1ExpressionList() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Gets the value1 expression list of this filter condition.
- getValue1ExpressionList() - Method in class org.eclipse.birt.report.model.api.StyleRuleHandle
-
Gets the value1 expression list.
- getValue1List() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
- getValue1List() - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
- getValue1List() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
- getValue1List() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
- getValue1List() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Gets the value1 expression list of this filter condition.
- getValue1List() - Method in class org.eclipse.birt.report.model.api.StyleRuleHandle
-
- getValue2() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Returns the value 2 expression.
- getValue2() - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Returns the expression for the second operand.
- getValue2() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Returns the value 2 expression of this filter condition.
- getValue2() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Returns the value 2 expression of this filter condition.
- getValue2() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterCondition
-
Returns value2
- getValue2() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Returns the value 2 expression of this filter condition.
- getValue2() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns value2
- getValue2() - Method in class org.eclipse.birt.report.model.api.StyleRuleHandle
-
Returns the value 2.
- getValue2Expr() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
- getValue2Expr() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
- getValueColumn() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- getValueExpr() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Returns an expression on the data row from the dynamic list data set that
returns the value for the choice.
- getValueExpr() - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Deprecated.
As of BIRT version 2.1.0, replaced by getResultSetColumn( )
- getValueExpr() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDynamicText
-
Returns the expression that gives the text that the multi-line data item
displays.
- getValueExpr() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHideRule
-
Returns value expression
- getValueExpr() - Method in class org.eclipse.birt.report.model.api.TextDataHandle
-
Returns the expression that gives the text that the multi-line data item
displays.
- getValueExpression() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the value expression of the image if the image source type is
IMAGE_REF_TYPE_EXPR
.
- getValueExpression() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the value expression of the image if the image source type is
IMAGE_REF_TYPE_EXPR
.
- getValueFormat() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Gets the value format of the column.
- getValueOf(String) - Method in interface org.eclipse.birt.report.model.api.IAbsoluteFontSizeValueProvider
-
Returns the dimension value of absolute font size constant.
- getValueType() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Returns the parameter type for this scalar parameter.
- getValueType() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Gets the property type.
- getValueType() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Returns the type of this value.
- getVariableName() - Method in class org.eclipse.birt.report.model.api.VariableElementHandle
-
Returns the name of the variable.
- getVersion() - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Returns the version of the designer state's data.
- getVersion() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the version for the opened design file.
- getVersion() - Method in class org.eclipse.birt.report.model.api.OdaDesignerStateHandle
-
Returns the version of the designer state's data.
- getVerticalAlign() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the value of the vertical align property for inline elements.
- getVerticalAlign() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the value of the vertical align property for inline elements.
- getViewHost() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets the host element of this view.
- getViews() - Method in class org.eclipse.birt.report.model.api.MultiViewsHandle
-
Returns a list containing views.
- getViews() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns a list containing view elements.
- getVisibleCubes() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns cube handles that are visible to this modules.
- getVisibleDataSets() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns data set handles that are visible to this modules.
- getVisibleDataSources() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns data source handles that are visible to this modules.
- getVisibleImages() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the embedded images which are defined on the module itself.
- getVisibleModules(int) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets the visible modules.
- getVisibleReportItemThemes(int, String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns report item theme handles according the input level.
- getVisibleThemes(int) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns theme handles according the input level.
- getWarningList() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns a list containing warnings during parsing the design file.
- getWarnings(String) - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Gets the warning list of the given style.
- getWhiteSpace() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the white space for block elements.
- getWhiteSpace() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the white space for block elements.
- getWidows() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the value of widows.
- getWidows() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the value of widows.
- getWidth() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the cell's width.
- getWidth() - Method in class org.eclipse.birt.report.model.api.ColumnHandle
-
Gets the column width as a dimension handle.
- getWidth() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getWidth() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getWidth() - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Gets a dimension handle to work with the width of the page.
- getWidth() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets a handle to deal with the item's width.
- getWidth() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Returns the cell's width.
- getWidth() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Gets a the item's width.
- getWidth() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Returns the value of width property.
- getWidth() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the value of width property.
- getWordSpacing() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Get the spacing between two words.
- getWordSpacing() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Gets a dimension handle to deal with the spacing between two words.
- getX() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getX() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getX() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets a handle to deal with the item's x (horizontal) position.
- getX() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Gets the item's x (horizontal) position.
- getXmlName() - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Return the XML element used to hold slot contents.
- getXPath() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns return the path corresponding to the current position of the
element in the tree.
- getXPath(Object) - Static method in class org.eclipse.birt.report.model.api.util.XPathUtil
-
Returns the XPath of the given instance.
- getXPath(Object, int) - Static method in class org.eclipse.birt.report.model.api.util.XPathUtil
-
Returns the script path of the given instance.
- getY() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- getY() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- getY() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets a handle to deal with the item's y (vertical) position.
- getY() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Gets the item's y (vertical) position.
- getZIndex() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets the item's z position as an integer.
- GraphicMasterPageHandle - Class in org.eclipse.birt.report.model.api
-
Represents a graphic master page in the design.
- GraphicMasterPageHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.GraphicMasterPageHandle
-
Constructs a handle with the given design and the design element.
- GRAY - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color gray.
- GREEN - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color green.
- GridColumnBandAdapter - Class in org.eclipse.birt.report.model.api
-
Represents an object of copied objects when do copy/paste operations between
grids.
- GridHandle - Class in org.eclipse.birt.report.model.api
-
Represents a grid item in the design.
- GridHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.GridHandle
-
Constructs a grid handle with the given design and the design element.
- GridRowBandAdapter - Class in org.eclipse.birt.report.model.api
-
Represents an object of copied objects when do copy/paste operations between
grids.
- GroupElementFactory - Class in org.eclipse.birt.report.model.api
-
This class is a factory class to instantiate a group element handle.
- GroupElementFactory() - Constructor for class org.eclipse.birt.report.model.api.GroupElementFactory
-
- GroupElementHandle - Class in org.eclipse.birt.report.model.api
-
This class provides services to deal with a group of elements.
- GroupElementHandle() - Constructor for class org.eclipse.birt.report.model.api.GroupElementHandle
-
Default constructor.
- GroupHandle - Class in org.eclipse.birt.report.model.api
-
Represents both list and table groups in the design.
- GroupHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.GroupHandle
-
Constructs a group handle with the given design and the design element.
- GroupNameValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the ducplicat group name in one table with data set.
- GroupNameValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.GroupNameValidator
-
- GroupPropertyHandle - Class in org.eclipse.birt.report.model.api
-
A handle for working with a top-level property of a collection of elements.
- save() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Saves the module to an existing file name.
- save() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Saves the module to an existing file name.
- saveAs(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Saves the design to the file name provided.
- saveAs(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Saves the design to the file name provided.
- SCALAR_PARAM_ALIGN_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SCALAR_PARAM_ALIGN_CENTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SCALAR_PARAM_ALIGN_LEFT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SCALAR_PARAM_ALIGN_RIGHT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SCALAR_PARAM_TYPE_AD_HOC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SCALAR_PARAM_TYPE_MULTI_VALUE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SCALAR_PARAM_TYPE_SIMPLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- ScalarParameterHandle - Class in org.eclipse.birt.report.model.api
-
Represents a scalar (single-value) report parameter.
- ScalarParameterHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Constructs a handle for the ScalarParamter with the given design and the
parameter.
- SCOPE_TYPE_COL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SCOPE_TYPE_COLGROUP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SCOPE_TYPE_ROW - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SCOPE_TYPE_ROWGROUP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SCRIPT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Script property type.
- SCRIPT_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Script property type.
- ScriptableClassInfo - Class in org.eclipse.birt.report.model.api.scripts
-
- ScriptableClassInfo() - Constructor for class org.eclipse.birt.report.model.api.scripts.ScriptableClassInfo
-
- ScriptConstants - Class in org.eclipse.birt.report.model.api.simpleapi
-
Constants for script
- ScriptConstants() - Constructor for class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
-
- ScriptDataSetHandle - Class in org.eclipse.birt.report.model.api
-
Represents a script data set item.
- ScriptDataSetHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
Constructs a handle for script data set.
- ScriptDataSourceHandle - Class in org.eclipse.birt.report.model.api
-
Represents a script data source.
- ScriptDataSourceHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ScriptDataSourceHandle
-
Constructs a handle for script data source.
- ScriptLib - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents a jar file used for script handle event.
- ScriptLib() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.ScriptLib
-
- SCRIPTLIB_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ScriptLib
-
Name of jar file.
- ScriptLibHandle - Class in org.eclipse.birt.report.model.api
-
Represents a handle of jar file used for script handle event.
- ScriptLibHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.ScriptLibHandle
-
Constructs the handle of jar file.
- SCRIPTLIBS_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the "scriptLibs" property.
- scriptLibsIterator() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the iterator over all script libs.
- SEARCH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Property name of search, when this action is drill-through action.
- SEARCH_TYPE_ANY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SEARCH_TYPE_INDEXED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SEARCH_TYPE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SEARCHING_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the searching member.
- searchIterator() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets the search key list for a drill-through action if the link type is
ACTION_LINK_TYPE_DRILLTHROUGH
and the drill through type is
DRILL_THROUGH_LINK_TYPE_SEARCH
.
- SearchKey - Class in org.eclipse.birt.report.model.api.elements.structures
-
Structure for optional list of search criteria.
- SearchKey() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.SearchKey
-
- SEARCHKEY_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SearchKey
-
Name of the structure.
- SearchKeyHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of key used for search.
- SearchKeyHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.SearchKeyHandle
-
Constructs the handle of search key.
- SECTION_ALIGN_CENTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SECTION_ALIGN_LEFT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SECTION_ALIGN_RIGHT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SelectionChoice - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class is a structure for selection-list in ScalarParameter item.
- SelectionChoice() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Constructs a default selection list choice.
- SelectionChoiceHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of selection choice.
- SelectionChoiceHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.SelectionChoiceHandle
-
Constructs the handle of selection choice.
- SELF_TRANSACTION_SEND_TIME - Static variable in class org.eclipse.birt.report.model.api.activity.TransactionOption
-
Self transaction send time option.
- semanticCheck() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Checks this element with semantic rules.
- SemanticError - Class in org.eclipse.birt.report.model.api.elements
-
The class provides the error code and the element with semantic error.
- SemanticError(DesignElement, String) - Constructor for class org.eclipse.birt.report.model.api.elements.SemanticError
-
Constructs a SemanticError with the default serious level.
- SemanticError(DesignElement, String[], String) - Constructor for class org.eclipse.birt.report.model.api.elements.SemanticError
-
Constructs a SemanticError with the default serious level.
- SemanticError(DesignElement, String, int) - Constructor for class org.eclipse.birt.report.model.api.elements.SemanticError
-
Constructs a SemanticError with the specified level.
- SemanticError(DesignElement, String[], String, int) - Constructor for class org.eclipse.birt.report.model.api.elements.SemanticError
-
Constructs a SemanticError with the specified level.
- SemanticException - Class in org.eclipse.birt.report.model.api.activity
-
Represents exceptions encountered during parsing the xml file, it will
include a reference to the element which causes the error.
- SemanticException(String) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructor.
- SemanticException(DesignElement, String) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructor.
- SemanticException(DesignElement, String, Throwable) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructor.
- SemanticException(DesignElement, String[], String) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructor.
- SemanticException(DesignElement, String[], String, Throwable) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructor.
- SemanticException(String, String, ResourceBundle) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception with no cause object.
- SemanticException(String, String, ResourceBundle, Throwable) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(String, String, Object[], ResourceBundle, Throwable) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(String, String, Object, ResourceBundle, Throwable) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(String, String, Object[], ResourceBundle) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(String, String, Object, ResourceBundle) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(String, String, Object[], Throwable) - Constructor for class org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- sendBackward(ReportItemHandle) - Method in class org.eclipse.birt.report.model.api.FreeFormHandle
-
Reduces the z-index of the given element that resides in the freeform.
- sender - Variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The sender of the event.
- sendToBack(ReportItemHandle) - Method in class org.eclipse.birt.report.model.api.FreeFormHandle
-
Reduces the z-index of the given element so that the element will have
the minimal z-index value.
- serialize(String) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Serializes the model given the property name.
- serialize(String) - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- serialize(OutputStream) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Writes the report design to the given output stream.
- serialize(ReportDesignHandle, OutputStream) - Static method in class org.eclipse.birt.report.model.api.util.DocumentUtil
-
Writes the report design to the given output stream.
- serializeAction(ActionHandle) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Serialize an action into a stream, the stream is in UTF-8 encoding.
- SessionHandle - Class in org.eclipse.birt.report.model.api
-
Represents the design state -- a session for a user.
- SessionHandle(Locale) - Constructor for class org.eclipse.birt.report.model.api.SessionHandle
-
Deprecated.
to use ICU4J, this method is replaced by:
SessionHandle(ULocale locale)
- SessionHandle(ULocale) - Constructor for class org.eclipse.birt.report.model.api.SessionHandle
-
Constructs a handle for the session with the given locale.
- setAbsolute(double) - Method in class org.eclipse.birt.report.model.api.DimensionHandle
-
Sets the value of a dimension in default units.
- setACLExpression(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the ACL expression associated with the report element instance.
- setACLExpression(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the ACL expression associated with the report element instance.
- setAction(Action) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Set an action on the image.
- setAction(Action) - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Set an action on the image.
- setAction(Action) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Set an action on the image.
- setAction(Action) - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Set an action on the image.
- setAction(Action) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Set an action on the level.
- setAction(Action) - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Set an action on the measure.
- setAfterClose(String) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets the code for the afterClose method.
- setAfterClose(String) - Method in class org.eclipse.birt.report.model.api.DataSourceHandle
-
Sets the code for the afterClose method.
- setAfterOpen(String) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets the code for the afterOpen method.
- setAfterOpen(String) - Method in class org.eclipse.birt.report.model.api.DataSourceHandle
-
Sets the code for the afterOpen method.
- setAggregateFunction(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets the expression used to define this computed column.
- setAggregateFunction(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the expression used to define this computed column.
- setAggregateOn(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets the aggregateOn expression used to define this computed column.
- setAggregateOn(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the aggregateOn expression.
- setAggregateOn(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Sets aggregateOn of column binding.
- setAggregrateOn(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
- setAggregrateOn(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
- setAlias(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the alias name of this column.
- setAlignment(String) - Method in class org.eclipse.birt.report.model.api.ColumnHandle
-
- setAlignment(String) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Sets the alignment of the level.
- setAlignment(String) - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Sets the alignment of the measure.
- setAlignment(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the alignment for this parameter.
- setAllowBlank(boolean) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- setAllowedType(String) - Method in class org.eclipse.birt.report.model.api.TemplateParameterDefinitionHandle
-
Sets the allowed type of the template parameter definition.
- setAllowExport(boolean) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets the flag which indicates whether the computed column supports
export.
- setAllowExport(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the flag which indicates whether the computed column supports
export.
- setAllowExport(boolean) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the allowExport property of the report item.
- setAllowNull(boolean) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets whether the value of this parameter can be null
.
- setAllowNull(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets whether the value of this parameter can be null
.
- setAllowNull(boolean) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- setAltText(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the alternate text of this label item.
- setAltText(String) - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Sets the alt text of this extended item.
- setAltText(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the the alternate text of this image.
- setAltText(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the alternate text of this label item.
- setAltText(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the alternate text of this image.
- setAltTextKey(String) - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Sets the alt text id of this extended item.
- setAltTextKey(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the resource key of the alternate text of this image.
- setAltTextKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the resource key of the alternate text of this image.
- setAnalysis(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the analysis option.
- setAnalysisColumn(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the analysis column.
- setAntidiagonalNumber(int) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the number of the anti-diagonal lines that are from the top-right to
bottom-left.
- setAntidiagonalNumber(int) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Sets the number of the anti-diagonal lines that are from the top-right to
bottom-left.
- setAntidiagonalStyle(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the style of the anti-diagonal that is from top-right to bottom-left
corner.
- setAntidiagonalStyle(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Sets the style of the anti-diagonal lines that are from the top-right to
bottom-left.
- setAntidiagonalThickness(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
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".
- setAuthor(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the name of the author of the design report.
- setAutoPrimaryKey(boolean) - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Sets the status whether to generate a primary key for elements that use
this cube so that user no longer need to set the aggregation for measure.
- setAutoSuggestThreshold(int) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the maximal number of of entries a report parameter pick list can
have.
- setAutoTextType(String) - Method in class org.eclipse.birt.report.model.api.AutoTextHandle
-
Sets the autotext type for this parameter.
- setBackgroundAttachment(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the background attachment.
- setBackgroundAttachment(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the background attachment.
- setBackGroundColor(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets backgroudcolor
- setBackgroundColor(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the background color.
- setBackgroundImage(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the address of the background image.
- setBackgroundImage(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the address of the background image.
- setBackgroundImageType(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the type of the background image.
- setBackGroundPositionX(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the x position for the background.
- setBackGroundPositionY(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the y position for the background.
- setBackgroundRepeat(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the repeat pattern for a background image.
- setBackgroundRepeat(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the repeat pattern for a background image.
- setBeforeClose(String) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets the code for the beforeClose method.
- setBeforeClose(String) - Method in class org.eclipse.birt.report.model.api.DataSourceHandle
-
Sets the code for the beforeClose method.
- setBeforeOpen(String) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets the code for the beforeOpen method.
- setBeforeOpen(String) - Method in class org.eclipse.birt.report.model.api.DataSourceHandle
-
Sets the code for the beforeOpen method.
- setBlue(int) - Method in interface org.eclipse.birt.report.model.api.extension.IColor
-
- setBold(boolean) - Method in interface org.eclipse.birt.report.model.api.extension.IFont
-
- setBookmark(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the book mark value on the cell element.
- setBookmark(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setBookmark(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setBookmark(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the bookmark of listing group.
- setBookmark(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the bookmark of the report item.
- setBookmark(String) - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Sets the bookmark of this row.
- setBookmark(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the bookmark of the report item.
- setBookmark(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Sets the bookmark of the row.
- setBookmarkDisplayName(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the display name of the bookmark.
- setBookmarkDisplayName(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the display name of the bookmark.
- setBookmarkDisplayName(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the display name of the bookmark.
- setBookmarkDisplayName(String) - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Sets the display name of the bookmark.
- setBookmarkLink(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
- setBooleanProperty(String, boolean) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the boolean value to the property.
- setBorderBottomColor(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the color of the bottom side of the border.
- setBorderBottomStyle(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the style of the border bottom line.
- setBorderBottomStyle(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the style of the bottom line of the border.
- setBorderBottomStyle(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the style of the bottom line of the border.
- setBorderBottomWidth(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the width of the bottom side of the border.
- setBorderLeftColor(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the color of the left side of the border.
- setBorderLeftStyle(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the style of the border left line.
- setBorderLeftStyle(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the style of the left line of the border.
- setBorderLeftStyle(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the style of the left line of the border.
- setBorderLeftWidth(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the width of left side of the border.
- setBorderRightColor(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the color of the right side of the border.
- setBorderRightStyle(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the style of the border right line.
- setBorderRightStyle(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the style of the right line of the border.
- setBorderRightStyle(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the style of the right line of the border.
- setBorderRightWidth(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the width of the right side of the border.
- setBorderTopColor(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the color of the top side of the border.
- setBorderTopStyle(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the style of the top line of the border.
- setBorderTopStyle(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the style of the top line of the border.
- setBorderTopStyle(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the style of the top line of the border.
- setBorderTopWidth(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the width of the top side of the border.
- setBundleFactory(IBundleFactory) - Static method in class org.eclipse.birt.report.model.api.BundleFactory
-
Sets the bundle factory.
- setCachedMetaData(CachedMetaData) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Set the value for the cached data set information.
- setCachedRowCount(int) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Deprecated.
by setDataSetRowLimit method
- setCalculated(boolean) - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Sets whether this measure is computed by other measures or not.
- setCalculationType(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Gets the calculation function name.
- setCalculationType(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the calculation type.
- setCanShrink(boolean) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets whether the section can shrink if the actual content is smaller than
the design size.
- setCanShrink(boolean) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets whether the section can shrink if the actual content is smaller than
the design size.
- setCaption(String) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Sets the caption text of this grid.
- setCaption(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGrid
-
Sets the caption text of this grid.
- setCaption(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITable
-
Sets the caption text of this table.
- setCaption(String) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Sets the caption text of this table.
- setCaptionKey(String) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Sets the resource key of the caption.
- setCaptionKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGrid
-
Sets the resource key of the caption.
- setCaptionKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITable
-
Sets the resource key of the caption.
- setCaptionKey(String) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Sets the resource key of the caption.
- setCascadeACL(boolean) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the flag to control whether to cascade ACL
- setCascadeACL(boolean) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the flag to control whether to cascade ACL
- setCategory(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
Sets the variable name.
- setCategory(String) - Method in class org.eclipse.birt.report.model.api.FormatValueHandle
-
Sets the category of the format.
- setCategory(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the category for the parameter format.
- setChoices(UserChoice[]) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Sets the (anonymous) set of choices for a property.
- setClose(String) - Method in class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
Sets the script for closing data set.
- setClose(String) - Method in class org.eclipse.birt.report.model.api.ScriptDataSourceHandle
-
Sets the script name for closing data connection.
- setColor(String) - Method in class org.eclipse.birt.report.model.api.CustomColorHandle
-
Sets the color value.
- setColor(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Sets the color value.
- setColor(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets color
- setColor(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the font color.
- setColumn(int) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the cell's column property.
- setColumn(String) - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Sets the column value.
- setColumn(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Deprecated.
This property has been removed.
- setColumn(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Deprecated.
This property has been removed.
- setColumn(int) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Sets the cell's column property.
- setColumnCount(int) - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Sets the number of columns in the report.
- setColumnName(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the column name.
- setColumnName(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
- setColumnName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
- setColumnName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Sets the column name.
- setColumnName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
- setColumnName(String) - Method in class org.eclipse.birt.report.model.api.olap.TabularLevelHandle
-
Sets the column name for this level.
- setColumnName(String) - Method in class org.eclipse.birt.report.model.api.ResultSetColumnHandle
-
Sets the column name.
- setColumnName(String) - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Sets the column Name.
- setColumnName(String) - Method in class org.eclipse.birt.report.model.api.SortKeyHandle
-
- setColumnSpan(int) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the cell's column span.
- setComments(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setComments(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setComments(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the comments value.
- setComments(String) - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Sets the comments of the report element.
- setComments(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Sets the comments of the report element.
- setCompresssed(boolean) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the flag which indicates whether the column needs to be compressed.
- setConcealValue(boolean) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the attribute that's hides the user's entry by displaying asterisks.
- setConfigurationVariable(String, String) - Method in class org.eclipse.birt.report.model.api.DesignConfig
-
sets a configuration variable that is available through scripting in
engine
- setConstructor(IMethodInfo) - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Adds constructor since some class has more than one constructor with
different arguments.
- setContent(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITextItem
-
Sets the text for the text element.
- setContent(String) - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
Sets the text for the text element.
- setContentAsBlob(byte[]) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Sets the content data as byte arrays.
- setContentAsBlob(byte[]) - Method in class org.eclipse.birt.report.model.api.OdaDesignerStateHandle
-
Sets the content data as byte arrays.
- setContentAsString(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Sets the content data as string.
- setContentAsString(String) - Method in class org.eclipse.birt.report.model.api.OdaDesignerStateHandle
-
Sets the content data as string.
- setContentKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITextItem
-
Sets the resource key of the text for the item.
- setContentKey(String) - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
Sets the resource key of the text for the item.
- setContentType(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDynamicText
-
Sets the expression that defines the text type this multi-line data item
holds.
- setContentType(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITextItem
-
Sets the content type of this text item.
- setContentType(String) - Method in class org.eclipse.birt.report.model.api.TextDataHandle
-
Sets the expression that defines the text type this multi-line data item
holds.
- setContentType(String) - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
Sets the content type of this text item.
- setContentTypeExpr(String) - Method in class org.eclipse.birt.report.model.api.TextDataHandle
-
- setControlType(String) - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Sets the control type for this parameter.
- setControlType(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the control type for this parameter.
- setCreatedBy(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the name of the tool that created the design.
- setCube(CubeHandle) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the cube of the report item.
- setCubeKey(String) - Method in class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
-
Sets the cube key in this dimension join condition.
- setCubeKey(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
-
Sets the cube key.
- setCurrentView(IDesignElement) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setCurrentView(IDesignElement) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setCurrentView(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the view to be used.
- setCurrentView(IDesignElement) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the view to be used.
- setCurrentViewIndex(int) - Method in class org.eclipse.birt.report.model.api.MultiViewsHandle
-
Sets the index for the view to be used.
- setCustomValues(String) - Method in class org.eclipse.birt.report.model.api.ReportItemThemeHandle
-
- setCustomXml(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setCustomXml(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setCustomXml(String) - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Sets the custom XML.
- setCustomXml(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Sets the custom XML.
- setData(byte[]) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Sets the data of the image.
- setData(byte[]) - Method in class org.eclipse.birt.report.model.api.EmbeddedImageHandle
-
Sets the byte array of image data.
- setDataBindingReference(ReportItemHandle) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the report item of which data binding are referred by.
- setDataSet(DataSetHandle) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets the data set of the report item.
- setDataSet(DataSetHandle) - Method in class org.eclipse.birt.report.model.api.CascadingParameterGroupHandleImpl
-
Sets the data set of the report item.
- setDataSet(DataSetHandle) - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Sets the data set of this cube.
- setDataSet(DataSetHandle) - Method in class org.eclipse.birt.report.model.api.olap.TabularHierarchyHandle
-
Sets the data set of this hierarchy.
- setDataSet(DataSetHandle) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the data set of the report item.
- setDataSetMode(String) - Method in class org.eclipse.birt.report.model.api.CascadingParameterGroupHandleImpl
-
Sets the mode for data set support.
- setDataSetName(String) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets the data set name of the dynamic list for this parameter.
- setDataSetRowLimit(int) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Deprecated.
duplicate with method setRowFetchLimit()
- setDataSource(String) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets the name of the data source for this data set.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets the data type for this parameter.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets the data type of this column.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the data type of this parameter.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the data type of this column.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the parameter data type.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
Sets the data type of this column.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Sets the data type of this column.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.LevelAttributeHandle
-
Sets the data type of this column.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
Sets the script data type of this member.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Sets the data type of this level.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Sets the data type of this measure.
- setDataType(String) - Method in class org.eclipse.birt.report.model.api.ResultSetColumnHandle
-
Sets the data type of this column.
- setDataType(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Sets data type of column binding
- setDateFormat(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the pattern of a date time format for a highlight rule.
- setDateFormatCategory(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the category of a number format.
- setDateTimeFormat(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the pattern of a date time format for a highlight rule.
- setDateTimeFormat(String) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Sets the date-time format of this level.
- setDateTimeFormat(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets date time format
- setDateTimeFormat(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the pattern of a date time format for a highlight rule.
- setDateTimeFormat(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the pattern of a date time format for a highlight rule.
- setDateTimeFormatCategory(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the category of a number format for a highlight rule.
- setDateTimeFormatCategory(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the category of a number format.
- setDateTimeFormatCategory(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the category of a number format.
- setDateTimeLevelType(String) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Sets the date-time type of this level.
- setDefault(Object) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
- setDefaultHierarchy(HierarchyHandle) - Method in class org.eclipse.birt.report.model.api.olap.DimensionHandle
-
Sets the default hierarchy for this dimension.
- setDefaultMeasureGroup(MeasureGroupHandle) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Deprecated.
- setDefaultUnits(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the default units for the design.
- setDefaultValue(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the default value of the input parameter.
- setDefaultValue(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the default value of the input parameter.
- setDefaultValue(String) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Sets the default value of this level.
- setDefaultValue(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- setDefaultValueList(List<? extends Object>) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets the default value list of the parameter.
- setDefaultValueListMethod(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the method content of getDefaultValueList
.
- setDeliveryPath(int) - Method in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Sets the delivery path.
- setDescribe(String) - Method in class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
Sets the script for describing the result set dynamically.
- setDescription(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- setDescription(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the description of this parameter.
- setDescription(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the description of this parameter.
- setDescription(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the description of the module.
- setDescription(String) - Method in class org.eclipse.birt.report.model.api.TemplateElementHandle
-
Sets the description of the template element.
- setDescription(String) - Method in class org.eclipse.birt.report.model.api.TemplateParameterDefinitionHandle
-
Sets the description of the template parameter definition.
- setDescriptionKey(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- setDescriptionKey(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the resource key of the description of this parameter.
- setDescriptionKey(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the resource key of the static description of the module.
- setDescriptionKey(String) - Method in class org.eclipse.birt.report.model.api.TemplateElementHandle
-
Sets the resource key of the static description of the template element.
- setDescriptionKey(String) - Method in class org.eclipse.birt.report.model.api.TemplateParameterDefinitionHandle
-
Sets the resource key of the static description of the template parameter
definition.
- setDescriptoinKey(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the resource key of the description of this parameter.
- setDesigerStateContentAsBlob(byte[]) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the content of designer state as the byte.
- setDesigerStateContentAsBlob(byte[]) - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns the content of designer state as the byte.
- setDesigerStateContentAsString(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the content of designer state as the string.
- setDesigerStateContentAsString(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns the content of designer state as the string.
- setDesigerStateVersion(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the version of designer state.
- setDesigerStateVersion(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns the version of designer state.
- setDesignerState(OdaDesignerState) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Sets the designer state for a oda data set.
- setDesignerState(OdaDesignerState) - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Sets the designer state for a oda data source.
- setDesignerValues(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Stores persistent ODA designer values in the data set.
- setDesignTime(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Sets the design time status for this structure.
- setDesignTime(boolean) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
- setDestIndex(int) - Method in class org.eclipse.birt.report.model.api.RowOperationParameters
-
Sets target index
- setDiagonalNumber(int) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the number of the diagonal lines that are from top-left to
bottom-right corners.
- setDiagonalNumber(int) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Sets the number of the diagonal lines that are from top-left to
bottom-right corner.
- setDiagonalStyle(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the style of the diagonal that is from top-left to bottom-right.
- setDiagonalStyle(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Sets the style of the diagonal line that is from top-left to bottom-right
corner.
- setDiagonalThickness(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
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".
- setDirection(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Sets the sort direction.
- setDirection(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISortCondition
-
Sets sort direction.
- setDirection(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISortElement
-
Sets the sort direction.
- setDirection(String) - Method in class org.eclipse.birt.report.model.api.SortElementHandle
-
Sets the sort direction.
- setDirection(String) - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Sets the direction value.
- setDirection(String) - Method in class org.eclipse.birt.report.model.api.SortKeyHandle
-
Sets the sort direction.
- setDisplay(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
Set the non-localized display text, the text is to be displayed when this
rule applies.
- setDisplay(String) - Method in class org.eclipse.birt.report.model.api.MapRuleHandle
-
Sets the display value when this rule applies.
- setDisplay(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the value that specifies if a top-level element should be a block or
in-line element.
- setDisplay(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the value that specifies if a top-level element should be a block or
in-line element.
- setDisplayColumnName(String) - Method in class org.eclipse.birt.report.model.api.olap.TabularLevelHandle
-
Sets the display column name for this level.
- setDisplayExpression(String) - Method in class org.eclipse.birt.report.model.api.RuleHandle
-
Sets the display value of this rule.
- setDisplayKey(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
Set the message ID for the text, the text is to be displayed when this
rule applies.
- setDisplayKey(String) - Method in class org.eclipse.birt.report.model.api.MapRuleHandle
-
Sets the resource key of display value.
- setDisplayLength(int) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the display name.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets the column display name.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Sets the display name of the property.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.CustomColorHandle
-
Sets the display name.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the display name of this parameter.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the column display name.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Sets the color display name.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the display name of this parameter.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
Sets the display name.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
Sets the display name.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.metadata.UserChoice
-
Returns the display name for the choice.
- setDisplayName(String) - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Sets the display name.
- setDisplayName(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Sets the display name.
- setDisplayName(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Sets the display name.
- setDisplayNameID(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets column display name id.
- setDisplayNameID(String) - Method in class org.eclipse.birt.report.model.api.CustomColorHandle
-
Sets the resource key for display name.
- setDisplayNameID(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the column display name id.
- setDisplayNameID(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Sets the color display name ID.
- setDisplayNameKey(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the resource key for display name.
- setDisplayNameKey(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the resource key of the display name of this parameter.
- setDisplayNameKey(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the resource key of the display name id of this parameter.
- setDisplayNameKey(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setDisplayNameKey(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setDisplayNameKey(String) - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfo
-
Sets the message ID for the display name.
- setDisplayNameKey(String) - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Sets the resource key for display name.
- setDisplayNameKey(String) - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
Sets the resource key for display name.
- setDisplayNameKey(String) - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
Sets the resource key for display name.
- setDisplayNameKey(String) - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Sets the resource key of the display name.
- setDisplayNameKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Sets the resource key of the display name.
- setDisplayNameKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Sets the resource key of the display name.
- setDisplayType(String) - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Sets the display type for this parameter.
- setDistinct(boolean) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets the flag that indicates whether duplicate values should be shown
when preview.
- setDistinct(String) - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Deprecated.
by the drop function of Cell element.
- setDistinctReset(String) - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Deprecated.
by the drop function of Cell element.
- setDrillThroughBookmarkLink(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
- setDrillThroughReportName(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
- setDrillThroughTargetBookmark(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
- setDriverName(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Deprecated.
This property is removed.
- setDrop(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the cell's drop property.
- setDrop(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
Sets the cell's drop property.
- setDynamicFilterParameter(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the name of the dynamic filter parameter to reference.
- setDynamicFilterParameter(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the name of the dynamic filter parameter to reference.
- setDynamicFilterParameter(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the name of the dynamic filter parameter to reference.
- setEffectualDrop(boolean) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Sets whether the drop is effectual.
- setElement(DesignElement) - Method in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Sets the element, if it is known.
- setEncryption(String, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the encryption for an encryptable property.
- setEncryption(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Sets the encryption id for the encrypted value.
- setEncryption(String) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
- setErrors(List<SemanticException>) - Method in class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
Sets the error list of this status.
- setEventfilter(IEventFilter) - Method in class org.eclipse.birt.report.model.api.activity.TransactionOption
-
- setEventHandlerClass(String) - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- setEventHandlerClass(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the group expression.
- setExport(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the export option.
- setExpr(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the filter expression.
- setExpr(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the filter expression.
- setExpr(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the filter expression.
- setExpr(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterCondition
-
Sets expr
- setExpr(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Sets the filter expression.
- setExpression(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets the expression used to define this computed column.
- setExpression(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the expression.
- setExpression(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
Sets the expression for this visibility rule.
- setExpression(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
- setExpression(List<Expression>) - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
Sets the binding expression list.
- setExpression(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.SearchKey
-
Sets the expression value of this key.
- setExpression(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
Sets toc expression.
- setExpression(Object) - Method in class org.eclipse.birt.report.model.api.ExpressionHandle
-
Sets the raw expression if the type is not constant.
- setExpression(String) - Method in class org.eclipse.birt.report.model.api.HideRuleHandle
-
Sets the value expression of this visibility rule.
- setExpression(String) - Method in class org.eclipse.birt.report.model.api.ParamBindingHandle
-
Sets the expression the parameter is binded to.
- setExpression(String) - Method in class org.eclipse.birt.report.model.api.SearchKeyHandle
-
Sets the expression of this search key.
- setExpression(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Sets expression of column binding.
- setExpression(Object) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IExpression
-
Sets the raw expression if the type is not constant.
- setExpression(String) - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Sets expression of TOC.
- setExpressionProperty(String, Expression) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the value of a property to an expression.
- setExpressionProperty(String, Expression) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Sets the value of the member as an expression.
- setExpressionType(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Sets the expression type of the column binding.
- setExtends(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- setExtends(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets this element to extend the given element.
- setExtends(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
This method is not defined for private styles.
- setExtendsElement(DesignElement) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
- setExtendsElement(DesignElement) - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
This method is not defined for private styles.
- setExtendsName(String) - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- setExtendsName(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the name of the element that this element extends.
- setExtendsName(String) - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
This method is not defined for private styles.
- setExtensionExprId(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the id of a custom filter expression contributed and defined by the
extension identified in the consumerExpressionMapping.
- setExtensionExprId(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the id of a custom filter expression contributed and defined by the
extension identified in the consumerExpressionMapping.
- setExtensionExprId(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the id of a custom filter expression contributed and defined by the
extension identified in the consumerExpressionMapping.
- setExtensionName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the unique id of an
org.eclipse.datatools.connectivity.oda.filterExpressions extension to
whose custom expressions are defined to map to a BIRT filter operator.
- setExtensionName(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the unique id of an
org.eclipse.datatools.connectivity.oda.filterExpressions extension to
whose custom expressions are defined to map to a BIRT filter operator.
- setExtensionName(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the unique id of an
org.eclipse.datatools.connectivity.oda.filterExpressions extension to
whose custom expressions are defined to map to a BIRT filter operator.
- setExtensionVersion(String) - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Sets the extension version of this element.
- setExternalConnectionName(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
- setExternalCssURI(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
Sets the URI of the external CSS.
- setExternalCssURI(String) - Method in class org.eclipse.birt.report.model.api.IncludedCssStyleSheetHandle
-
Sets the URI of the external CSS.
- setExternalScript(String) - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Sets the scripts in the extension element model.
- setFetch(String) - Method in class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
Sets the script for providing the data for the next row from the result
set.
- setFile(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the image uri property.
- setFile(Expression) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the image uri property by an expression.
- setFile(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the image file.
- setFileName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
Sets the file name of the include css.
- setFileName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
Sets the file name of the include library.
- setFileName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
-
Sets the file name of the script.
- setFileName(String) - Method in class org.eclipse.birt.report.model.api.IncludedCssStyleSheetHandle
-
Sets the file name of the included css style sheet..
- setFileName(String) - Method in class org.eclipse.birt.report.model.api.IncludeScriptHandle
-
Sets the file name of the script.
- setFileName(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the design file name.
- setFilterExpr(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
- setFilterExpr(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
- setFilterExpression(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets the expression used to define this computed column.
- setFilterExpression(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the expression used to define this computed column.
- setFilterOperator(List<String>) - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Sets the filter operator.
- setFilterTarget(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the filter target.
- setFilterTarget(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the filter target.
- setFilterTarget(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the filter target.
- setFilterTarget(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Sets the filter target.
- setFitToContainer(boolean) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the fit to container property value of this image item.
- setFixedOrder(boolean) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the flag indicates that whether to display values in the order
defined in the list.
- setFloatingFooter(boolean) - Method in class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Changes the status to say if it has a floating footer or not.
- setFloatProperty(String, double) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the value of a property to a double.
- setFloatValue(double) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Sets the value of the property or member to the given double.
- setFontFamily(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the font family.
- setFontSize(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the font size.
- setFontStyle(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the font style in a string for the style.
- setFontStyle(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets font style
- setFontStyle(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the style of the font.
- setFontStyle(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the style of the font.
- setFontVariant(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the font variant in a string .
- setFontVariant(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the variant of the font.
- setFontVariant(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the variant of the font.
- setFontWeight(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the font weight in a string for the style.
- setFontWeight(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets font weight.
- setFontWeight(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the weight of the font.
- setFontWeight(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the weight of the font.
- setFormat(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- setFormat(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
Sets the output format.
- setFormat(String) - Method in class org.eclipse.birt.report.model.api.HideRuleHandle
-
Sets the output format of this visibility rule.
- setFormat(FormatValue) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Sets the format of the level.
- setFormat(FormatValue) - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Sets the format of the measure.
- setFormat(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Deprecated.
replaced by setPattern and setCategory.
- setFormat(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHideRule
-
Sets format
- setFormatType(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Sets the format type of the action.
- setFormatType(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Sets the format type of the action.
- setFunction(String) - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Sets the function for this measure.
- setGreen(int) - Method in interface org.eclipse.birt.report.model.api.extension.IColor
-
- setGroupId(int) - Method in class org.eclipse.birt.report.model.api.RowOperationParameters
-
Sets group id
- setGroupName(String) - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Sets the group name.
- setGroupStart(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
- setHandle(ExtendedItemHandle) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Sets the handle of this report item.
- setHandle(ExtendedItemHandle) - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- setHasExpression(boolean) - Method in class org.eclipse.birt.report.model.api.TextDataHandle
-
Sets the status whether there is expression need to be evaluated in the
text content of this text data handle.
- setHasExpression(boolean) - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
Sets the status whether there is expression need to be evaluated in the
text content of this text item handle.
- setHeaders(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the headers value on the cell element.
- setHeading(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the heading of the column.
- setHeading(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the heading of this parameter.
- setHeading(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the heading of this parameter.
- setHeadingKey(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the resource key of the heading of the column.
- setHeadingKey(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the resource key of the heading of this parameter.
- setHeadingKey(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the resource key of the heading of this parameter.
- setHeight(double) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setHeight(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setHeight(double) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setHeight(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setHeight(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's height using a dimension string with optional unit suffix
such as "10" or "10pt".
- setHeight(double) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's height to a value in default units.
- setHeight(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the item's height using a dimension string with optional unit suffix
such as "10" or "10pt".
- setHeight(double) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the item's height to a value in default units.
- setHeight(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the value of height property.
- setHeight(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the value of height property.
- setHelpGuide(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets an external file that provides help information for the report.
- setHelpText(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the help text.
- setHelpText(String) - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Sets the help text of this data item.
- setHelpText(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the help text of this parameter.
- setHelpText(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the help text of this parameter.
- setHelpText(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the help text of this image item.
- setHelpText(String) - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Sets the help text of this label item.
- setHelpText(String) - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Returns additional pop-up help text associated with the group.
- setHelpText(String) - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Returns the additional text to display for the parameter to explain how
to use the parameter.
- setHelpText(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataItem
-
Sets the help text of this data item.
- setHelpText(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the help text of this image item.
- setHelpText(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Sets the help text of this label item.
- setHelpTextKey(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the resource key for help text.
- setHelpTextKey(String) - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Sets the resource key of the help text of this data item.
- setHelpTextKey(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the resource key of the help text of this parameter.
- setHelpTextKey(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the resource key of the help text of this parameter.
- setHelpTextKey(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the resource key of help text of this image item.
- setHelpTextKey(String) - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Sets the help text key of this label item.
- setHelpTextKey(String) - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Sets the resource key of the help text for this parameter group.
- setHelpTextKey(String) - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Sets the resource key of the additional text to display for the parameter
to explain how to use the parameter.
- setHelpTextKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataItem
-
Sets the resource key of the help text of this data item.
- setHelpTextKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the resource key of help text of this image item.
- setHelpTextKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Sets the help text key of this label item.
- setHidden(boolean) - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Sets the hidden property of this parameter.
- setHideDetail(boolean) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets whether to hide the detail rows of this group.
- setHideDetail(boolean) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Sets hide detail.
- setHierarchy(String) - Method in class org.eclipse.birt.report.model.api.DimensionConditionHandle
-
Sets the referred hierarchy by the name.
- setHierarchy(HierarchyHandle) - Method in class org.eclipse.birt.report.model.api.DimensionConditionHandle
-
Sets the referred hierarchy by the handle.
- setHierarchyKey(String) - Method in class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
-
Sets the hierarchy key in this dimension join condition.
- setHierarchyKey(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
-
Sets the hierarchy key.
- setHighlightTestExpr(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Deprecated.
- setHorizontalAlign(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the horizontal alignment of the column.
- setHyperlink(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
- setID(long) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Sets the element id of this binding.
- setImageName(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the embedded image name that this image refers, if the image source
type is IMAGE_REF_TYPE_EMBED
.
- setImageName(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the embedded image name that this image refers, if the image source
type is IMAGE_REF_TYPE_EMBED
.
- setIncludeResource(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Set the base name of the customer-defined resource bundle.
- setIncludeResources(List<String>) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Set the list of base name of the customer-defined resource bundles.
- setIndexColumn(boolean) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the flag which indicates whether the column should be generated with
index.
- setInitialize(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the script called when the report starts executing.
- setInstance(ISimpleElementFactory) - Static method in class org.eclipse.birt.report.model.api.simpleapi.SimpleElementFactory
-
Sets the factory instance.
- setInterval(String) - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Returns the interval of this data group.
- setInterval(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the interval of this group.
- setInterval(String) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the interval of this level.
- setInterval(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Returns the interval of this group.
- setIntervalBase(String) - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Sets the base of the interval property of this data group.IntervalBase,
in conjunction with Interval and IntervalRange, determines how data is
divided into data groups.
- setIntervalBase(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the base of the interval property of this group.IntervalBase, in
conjunction with Interval and IntervalRange, determines how data is
divided into groups.
- setIntervalBase(String) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Sets the base of the interval property of this level.IntervalBase, in
conjunction with Interval and IntervalRange, determines how data is
divided into levels.
- setIntervalBase(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Sets the base of the interval property of this group.IntervalBase, in
conjunction with Interval and IntervalRange, determines how data is
divided into groups.
- setIntervalRange(double) - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Returns the interval range of this data group.
- setIntervalRange(String) - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Sets the interval range of data group.
- setIntervalRange(double) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the interval range of this group.
- setIntervalRange(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the interval range of group.
- setIntervalRange(double) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the interval range of this level.
- setIntervalRange(String) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Sets the interval range of this level.
- setIntervalRange(double) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Returns the interval range of this group.
- setIntProperty(String, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the value of a property to an integer.
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.Rule
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.ScriptLib
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.SearchKey
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
- setIntrinsicProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
- setIntValue(int) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Sets the value of the property or member to the given integer.
- setIsInput(boolean) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets whether this parameter is an input parameter.
- setIsInput(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets whether this parameter is an input parameter.
- setIsNullable(boolean) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Deprecated.
Use setAllowNull(boolean)
- setIsNullable(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Deprecated.
Use setAllowNull(boolean)
- setIsOptional(boolean) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets whether the parameter is optional.
- setIsOptional(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets whether the parameter is optional.
- setIsOutput(boolean) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets whether this parameter is an output parameter.
- setIsOutput(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets whether this parameter is an output parameter.
- setIsRequired(boolean) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets the flag that indicates whether the value of the parameter is
required.
- setIsSummaryTable(boolean) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Sets the flag to control whether the table is a summary table.
- setIsVisible(boolean) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets the isVisible property value.
- setItalic(boolean) - Method in interface org.eclipse.birt.report.model.api.extension.IFont
-
- setJavaDoc(String) - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
- setJoinType(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Sets the join type value of this condition.
- setJoinType(String) - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Sets the join type value of this condition.
- setKey(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Sets the expression that gives the sort key on which to sort.
- setKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISortCondition
-
Sets sort key.
- setKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISortElement
-
Sets an expression that gives the sort key on which to sort.
- setKey(String) - Method in class org.eclipse.birt.report.model.api.SortElementHandle
-
Sets an expression that gives the sort key on which to sort.
- setKey(String) - Method in class org.eclipse.birt.report.model.api.SortKeyHandle
-
Sets an expression that gives the sort key on which to sort.
- setKeyExpr(String) - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Sets the data group expression.
- setKeyExpr(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the group expression.
- setKeyExpr(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Sets the group expression.
- setLabel(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Sets the label.
- setLabel(String) - Method in class org.eclipse.birt.report.model.api.SelectionChoiceHandle
-
Sets the label.
- setLabelColumn(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- setLabelExpr(String) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets an expression on the data row from the dynamic list data set that
returns the prompt for the choice.
- setLabelKey(String) - Method in class org.eclipse.birt.report.model.api.SelectionChoiceHandle
-
Sets the resource key if label needs localization.
- setLabelResourceKey(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Sets the resource key of label.
- setLanguage(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the language of this label item.
- setLanguage(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the language of this label item.
- setLanguage(String) - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Sets the language of this label item.
- setLeftDataSet(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Sets the left data set value of this condition.
- setLeftDataSet(String) - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Sets the left data set value of this condition.
- setLeftExpression(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Sets the left expression value of this condition.
- setLeftExpression(String) - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Sets the left expression value of this condition.
- setLetterSpacing(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the spacing between individual letters.
- setLevel(String) - Method in class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
-
Sets the referred level by the name.
- setLevel(LevelHandle) - Method in class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
-
Sets the referred level by the handle.
- setLevel(LevelHandle) - Method in class org.eclipse.birt.report.model.api.MemberValueHandle
-
Sets the referred level of this member value.
- setLevelType(String) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Sets the level type.
- setLineHeight(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the height of a line.
- setLinkType(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Sets the link type of the action.
- setLinkType(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Sets the link type of the action.
- setListlimit(int) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Set the value for the list limitation number.
- setListValue(List<Expression>) - Method in class org.eclipse.birt.report.model.api.ExpressionListHandle
-
Returns the value as an expression list.
- setLocale(ULocale) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets the locale for this data set element.
- setLocale(ULocale) - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
Sets the ULocale.
- setLocale(ULocale) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Sets the locale of this sort.
- setLocale(ULocale) - Method in class org.eclipse.birt.report.model.api.FormatValueHandle
-
Sets the locale of the format.
- setLocale(ULocale) - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Sets the locale.
- setLocale(ULocale) - Method in class org.eclipse.birt.report.model.api.SortElementHandle
-
Sets the locale for this sort.
- setLocale(ULocale) - Method in class org.eclipse.birt.report.model.api.SortKeyHandle
-
Sets the locale for this sort.
- setLocale(String) - Method in class org.eclipse.birt.report.model.api.TranslationHandle
-
Sets the locale of the translation message.
- setMapTestExpr(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Deprecated.
- setMarginBottom(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the margin of the bottom side.
- setMarginLeft(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the margin of the left side.
- setMarginRight(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the margin of the right side.
- setMarginTop(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the margin of the top side.
- setMarkLineNumber(boolean) - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Sets the marking line number control status.
- setMask(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
Sets the property mask.
- setMask(String) - Method in class org.eclipse.birt.report.model.api.PropertyMaskHandle
-
Sets the property mask.
- setMasterPage(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the master page name on which to start this section.
- setMasterPage(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the master page name on which to start this section.
- setMeasure(int) - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
Sets the measure value.
- setMeasure(int) - Method in class org.eclipse.birt.report.model.api.TimeIntervalHandle
-
Sets the measure value.
- setMeasureExpression(String) - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Sets the measure expression for this measure.
- setMustMatch(boolean) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the flag indicates that whether the value must match one of values
in the selection list.
- setName(String) - Method in class org.eclipse.birt.report.model.api.AggregationArgumentHandle
-
Sets the argument name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.CalculationArgumentHandle
-
Sets the argument name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets the column name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.ConfigVariableHandle
-
Sets the variable name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- setName(String) - Method in class org.eclipse.birt.report.model.api.CustomColorHandle
-
Sets the custom color name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the parameter name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the name of this element.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
-
Sets the argument name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
Sets the argument name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the column name
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
Sets the config variable name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Sets the internal color name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the parameter name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Sets the name of the image.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
Sets the Extended property name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
Sets the column name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Sets the name of the property binding.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
Sets the property name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ScriptLib
-
Sets the jar file name value.
- setName(String) - Method in class org.eclipse.birt.report.model.api.EmbeddedImageHandle
-
Sets the embedded image name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.ExtendedPropertyHandle
-
Sets the property name.
- setName(String) - Method in interface org.eclipse.birt.report.model.api.extension.IFont
-
- setName(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setName(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setName(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the group name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.LevelAttributeHandle
-
Sets the column name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfo
-
Sets the internal name of the property.
- setName(String) - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Sets the definition name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
Sets the definition name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
Sets the definition name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.PropertyMaskHandle
-
Sets the property name.
- setName(String) - Method in class org.eclipse.birt.report.model.api.ScriptLibHandle
-
Sets the jar file name value.
- setName(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataBinding
-
Sets the name of column binding.
- setName(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Sets the group name.
- setName(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportElement
-
Sets the name of this element.
- setName(String) - Method in class org.eclipse.birt.report.model.api.VariableElementHandle
-
- setNamedExpression(String, String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setNamedExpression(String, String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setNamedExpression(String, String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Sets name of user property defined in this element.
- setNamespace(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
Sets the namespace for library.
- setNative(boolean) - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Sets the native attribute of this class.
- setNativeDataType(Integer) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the parameter native data type.
- setNativeDataType(int) - Method in class org.eclipse.birt.report.model.api.DynamicFilterParameterHandle
-
Sets the native data type of the dynamic parameter.
- setNativeDataType(Integer) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the parameter native data type.
- setNativeDataType(Integer) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
Sets the parameter native data type.
- setNativeDataType(Integer) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
-
Sets the result set column native data type.
- setNativeDataType(Integer) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
Sets the result set column native data type.
- setNativeDataType(Integer) - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Sets the result set column native data type.
- setNativeDataType(Integer) - Method in class org.eclipse.birt.report.model.api.OdaDataSetParameterHandle
-
Sets the parameter native data type.
- setNativeDataType(Integer) - Method in class org.eclipse.birt.report.model.api.OdaLevelAttributeHandle
-
Sets the result set column native data type.
- setNativeDataType(Integer) - Method in class org.eclipse.birt.report.model.api.OdaResultSetColumnHandle
-
Sets the result set column native data type.
- setNativeDataType(Integer) - Method in class org.eclipse.birt.report.model.api.ResultSetColumnHandle
-
Sets the result set column native data type.
- setNativeName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
set the native oda dataset parameter name.
- setNativeName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
-
Sets the native oda dataset parameter name.
- setNativeName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
Sets the native oda dataset parameter name.
- setNativeName(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetParameterHandle
-
Sets the native name for this oda dataset parameter.
- setNativeName(String) - Method in class org.eclipse.birt.report.model.api.OdaLevelAttributeHandle
-
Sets the native name for this result set column.
- setNativeName(String) - Method in class org.eclipse.birt.report.model.api.OdaResultSetColumnHandle
-
Sets the native name for this result set column.
- setNativeName(String) - Method in class org.eclipse.birt.report.model.api.olap.OdaCubeHandle
-
Sets the ODA defined cube name.
- setNativeName(String) - Method in class org.eclipse.birt.report.model.api.olap.OdaDimensionHandle
-
Sets the ODA defined cube name.
- setNativeName(String) - Method in class org.eclipse.birt.report.model.api.olap.OdaHierarchyHandle
-
Sets the ODA defined cube name.
- setNeedsCache(boolean) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets whether to do some cache when rendering the report.
- setNewHandlerOnEachEvent(boolean) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the newHandlerOnEachEvent property value.
- setNullsOrdering(String) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets the ordering of null values.
- setNullValueOrdering(String) - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Sets the null value ordering.
- setNumberAlign(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the value of the number-align member
- setNumberFormat(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the pattern of a number format for a highlight rule.
- setNumberFormat(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the pattern of a number format.
- setNumberFormat(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the pattern of a number format.
- setNumberFormatCategory(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the category of a number format for a highlight rule.
- setNumberFormatCategory(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the category of a number format for a highlight rule.
- setNumberFormatCategory(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the category of a number format for a highlight rule.
- setNumberProperty(String, BigDecimal) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the value of a property to a number (BigDecimal).
- setNumberValue(BigDecimal) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Sets the value of the property or member to the given number.
- setOnColumnLayout(boolean) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the hint if the dimension data element should be layout on column.
- setOnCreate(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the on-create script of the group element.
- setOnCreate(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets create property value of this group.
- setOnCreate(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the script executed when the element is created in the Factory.
- setOnCreate(String) - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Sets the on-create script of the group element.
- setOnFetch(String) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets the code for the onFetch method.
- setOnPageBreak(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the on-pageBreak script of the group element.
- setOnPageBreak(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the on-pageBreak script of the report item.
- setOnPageEnd(String) - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Sets the script of onPageEnd method.
- setOnPageStart(String) - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Sets the script of onPageStart method.
- setOnPrepare(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the on-prepare script of the group element.
- setOnPrepare(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the on-prepare script of the group element.
- setOnPrepare(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the on-prepare script of the group element.
- setOnPrepare(String) - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Sets the on-prepare script of the group element.
- setOnRender(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the on-render script of the group element.
- setOnRender(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets render property value of this group.
- setOnRender(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the script executed when the element is prepared for rendering in
the Presentation engine.
- setOnRender(String) - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Sets the on-render script of the group element.
- setOpen(String) - Method in class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
Sets the script for opening data set.
- setOpen(String) - Method in class org.eclipse.birt.report.model.api.ScriptDataSourceHandle
-
Sets the script for opening data connection.
- setOperator(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the operator.
- setOperator(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Sets the operator value of this condition.
- setOperator(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Sets the operator.
- setOperator(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the operator of this filter condition.
- setOperator(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the operator of this filter condition.
- setOperator(String) - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Sets the operator value of this condition.
- setOperator(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterCondition
-
Sets operator
- setOperator(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Sets the operator of this filter condition.
- setOperator(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets Operator
- setOperator(String) - Method in class org.eclipse.birt.report.model.api.StyleRuleHandle
-
Sets the operator.
- setOptional(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the optional status for this filter condition.
- setOptional(boolean) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the optional status for this filter condition.
- setOptional(boolean) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the optional status for this filter condition.
- setOptional(boolean) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Sets the optional status for this filter condition.
- setOptional(boolean) - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Sets the isOptional value.
- setOptions(Map) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets options to the module.
- setOptions(Map) - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
- setOrder(int) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the order of this label item.
- setOrientation(String) - Method in class org.eclipse.birt.report.model.api.LineHandle
-
Sets the orientation of the line.
- setOrientation(String) - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Returns the page orientation.
- setOrphans(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the orphans property.
- setOrphans(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the orphans property.
- setOverflow(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the value of overflow property.
- setOverflow(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the value of overflow property.
- setPaddingBottom(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the padding of the bottom side.
- setPaddingLeft(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the padding of the left side.
- setPaddingRight(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the padding of the right side.
- setPaddingTop(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the padding of the top side.
- setPageBreakAfter(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets page break after property value of this group.
- setPageBreakAfter(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Sets the value for break after property.
- setPageBreakAfter(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the page break after property for block-level elements.
- setPageBreakAfter(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the page break after property for block-level elements.
- setPageBreakBefore(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets page break before property value of this group.
- setPageBreakBefore(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Sets the value for break before property.
- setPageBreakBefore(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the page break before property for block-level elements.
- setPageBreakBefore(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the page break before property for block-level elements.
- setPageBreakInside(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets page break inside property value of this group.
- setPageBreakInside(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Sets the value for the page-break-inside.
- setPageBreakInside(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the page break inside property for block-level elements.
- setPageBreakInside(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the page break inside property for block-level elements.
- setPageBreakInterval(int) - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Sets the page break interval value
- setPageType(String) - Method in class org.eclipse.birt.report.model.api.MasterPageHandle
-
Sets the type of the page.
- setPageType(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IMasterPage
-
Sets page size type.
- setPageVariable(String) - Method in class org.eclipse.birt.report.model.api.AutoTextHandle
-
Sets the page variable property value.
- setParameterDataType(String) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the data type in parameter type choices to this parameter.
- setParameterDataType(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the data type in parameter type choices to this parameter.
- setParamName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
set the refered report parameter name.
- setParamName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
Sets the parameter name of this binding.
- setParamName(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetParameterHandle
-
Sets the report parameter name which refered by this oda dataset
parameter.
- setParamName(String) - Method in class org.eclipse.birt.report.model.api.ParamBindingHandle
-
Sets the parameter name.
- setParamType(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the parameter type for this scalar parameter.
- setParentLevel(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the parent level.
- setPattern(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
Sets the variable value.
- setPattern(String) - Method in class org.eclipse.birt.report.model.api.FormatValueHandle
-
Sets the pattern of the format.
- setPattern(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the pattern of format instructions for the parameter value.
- setPermission(String) - Method in class org.eclipse.birt.report.model.api.AccessControlHandle
-
Deprecated.
Sets the permission.
- setPosition(Integer) - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Sets the position of this parameter in parameter list.
- setPosition(Integer) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Sets the position of this parameter.
- setPosition(Integer) - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Sets the position of this column.
- setPosition(Integer) - Method in class org.eclipse.birt.report.model.api.ResultSetColumnHandle
-
Sets the position that this column is in the result set.
- setPosition(int) - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Sets the index position of a result set column.
- setPrivateDriverDesignState(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Deprecated.
- setPrivateDriverProperty(String, String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Sets a private driver property value with the given name and value.
- setPrivateDriverProperty(String, String) - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Sets a private driver property value with the given name and value.
- setPrivateDriverProperty(String, String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataSet
-
Sets a private driver property value with the given name and value.
- setPrivateDriverProperty(String, String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataSource
-
Sets a private driver property value with the given name and value.
- setPromptText(String) - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Sets the value for the display prompt context.
- setPromptText(String) - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Set the value for the display prompt context.
- setPromptTextID(String) - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Set the value for the prompt text ID.
- setPromptTextKey(String) - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Set the value for the prompt text key.
- setProperties(Map) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets a bunch of property values on the element.
- setProperty(PropertyDefn, Object) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Sets the value for the given property definition.
- setProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the value of a property from a generic object.
- setProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Sets extended element exception properties.
- setProperty(String, Object) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
-
- setProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Set the value of a property on the given collection of elements.
- setProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.JointDataSetHandle
-
- setProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Sets an option of this setting.
- setProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- setProperty(String, Object) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Sets the value of the member.
- setPropertyBinding(String, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Deprecated.
instead use setPropertyBinding( String propName, Expression
value )
- setPropertyBinding(String, Expression) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the mask of the specified property.
- setPropertyMask(String, String) - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Sets the mask of the specified property.
- setPropertyName(String) - Method in class org.eclipse.birt.report.model.api.command.PropertyEvent
-
Sets the property name.
- setPropertyName(String) - Method in class org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Sets the name of the property being set, if it is known.
- setPropertySilently(String, Object) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Set the value of a member without throwing exceptions.
- setProportionalScale(boolean) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the flag which indicates whether the image scales proportionally or
not.
- setPushDown(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the push down status for this filter condition
- setPushDown(boolean) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the push down status for this filter condition
- setPushDown(boolean) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the push down status for this filter condition
- setPushDown(boolean) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the pushdown property value of the report item.
- setQueryScript(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Deprecated.
to be removed.
- setQueryText(String) - Method in class org.eclipse.birt.report.model.api.DerivedDataSetHandle
-
Sets the query text.
- setQueryText(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Sets the query text.
- setQueryText(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataSet
-
Sets the query text.
- setRed(int) - Method in interface org.eclipse.birt.report.model.api.extension.IColor
-
- setReferenceDateType(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets reference date type for the calculation in this column.
- setReferenceDateType(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the reference date type.
- setReferenceDateValue(Expression) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the reference date value with the expression value.
- setRepeatable(boolean) - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Sets the repeatable value.
- setRepeatCount(int) - Method in class org.eclipse.birt.report.model.api.ColumnHandle
-
Sets the repeat count for this column.
- setRepeatHeader(boolean) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets whether to repeat the headings at the top of each page.
- setRepeatHeader(boolean) - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Sets whether to repeat the headings at the top of each page.
- setRepeatHeader(boolean) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITable
-
Sets whether to repeat the headings at the top of each page.
- setReportName(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Sets target report name for a drill-though link.
- setReportName(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Sets target report name for a drill-though link.
- setResourceFolder(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the resource folder for this module.
- setResourceFolder(String) - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Sets the resource folder
- setResourceLocator(IResourceLocator) - Method in class org.eclipse.birt.report.model.api.DesignConfig
-
- setResourceLocator(IResourceLocator) - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Sets the resource locator.
- setResultSetColumn(String) - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Sets the value of the column name property.
- setResultSetColumn(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataItem
-
Sets the value of the column name property.
- setResultSetName(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Sets the result set name.
- setResultSetNumber(int) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Sets the result set number.
- setReturnType(String) - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
- setRGB(int) - Method in class org.eclipse.birt.report.model.api.ColorHandle
-
Sets a color with a given integer RGB value.
- setRightDataSet(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Sets the right data set value of this condition.
- setRightDataSet(String) - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Sets the right data set value of this condition.
- setRightExpression(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Sets the right expression value of this condition.
- setRightExpression(String) - Method in class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Sets the right expression value of this condition.
- setRole(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the role of this label item.
- setRole(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the role of this label item.
- setRole(String) - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Sets the role of this label item.
- setRowFetchLimit(int) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Sets the max number of rows from data set property value.
- setRowSpan(int) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the cell's row span.
- setRowSpanForDrop(int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Sets the row number for the drop span.
- setRuleExpression(String) - Method in class org.eclipse.birt.report.model.api.RuleHandle
-
Sets the static value of the rule.
- setScale(double) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the image scale property.
- setScale(double) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the image scale property.
- setScope(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the scope value of the cell.The input value is one of the constants
defined in DesignChoiceConstants
:
SCOPE_TYPE_ROW
SCOPE_TYPE_COL
SCOPE_TYPE_ROWGROUP
SCOPE_TYPE_COLGROUP
- setSearching(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the searching option.
- setSelectionValueListMethod(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Sets the method content of getSelectionValueList
.
- setSemanticCheck(boolean) - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Sets the semantic check control status.
- setSender(Object) - Method in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Sets the sender based on the information provided to the command.
- setSendTime(int) - Method in class org.eclipse.birt.report.model.api.activity.TransactionOption
-
Sets the option to control when to send the event.
- setSharedDimension(DimensionHandle) - Method in class org.eclipse.birt.report.model.api.olap.TabularDimensionHandle
-
Sets the dimension object this dimension refers to.
- setShowDetailFilter(boolean) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the flag which indicates whether to show the detail filter or not.
- setShowFooterOnLast(boolean) - Method in class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Changes the status to show footer on the last page.
- setShowHeaderOnFirst(boolean) - Method in class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Changes the status to show page header on the first page or not.
- setShowIfBlank(boolean) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets whether to show this frame even if it is empty, or all its data
elements are empty.
- setShowIfBlank(boolean) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets whether to show this frame even if it is empty, or all its data
elements are empty.
- setSize(float) - Method in interface org.eclipse.birt.report.model.api.extension.IFont
-
- setSize(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the image size property.
- setSize(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the image size property.
- setSlotId(int) - Method in class org.eclipse.birt.report.model.api.RowOperationParameters
-
Sets slot id.
- setSortBy(String) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets the sort key for parameter values when preview.
- setSortByColumn(String) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets the expression by which the result sorts.
- setSortByGroups(boolean) - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Sets whether the result set of this element will be sorted by the group
keys.
- setSortDirection(String) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets the sort order for parameter values when preview.
- setSortDirection(String) - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Sets the sort direction of this data group.
- setSortDirection(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the sort direction of this group.
- setSortDirection(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Sets the sort direction of this group.
- setSortType(String) - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Sets the sort type, which indicates the way of sorting.
- setSortType(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the sort type, which indicates the way of sorting
- setSortType(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Sets the sort type, which indicates the way of sorting
- setSource(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the image source type.
- setSource(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the image source type.
- setSourceIndex(int) - Method in class org.eclipse.birt.report.model.api.RowOperationParameters
-
Sets source index.
- setStackLimit(int) - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Sets the size of the undo stack.
- setStartExpanded(boolean) - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Sets whether the UI can expand and collapse groups.
- setStatic(boolean) - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
Sets whether this member is static.
- setStatic(boolean) - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
- setStatusType(int) - Method in class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
Sets the type of this status.
- setStrength(int) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Sets the strength of this sort collation.
- setStrength(int) - Method in class org.eclipse.birt.report.model.api.SortElementHandle
-
Sets the strength for this sort.
- setStrength(int) - Method in class org.eclipse.birt.report.model.api.SortKeyHandle
-
Sets the strength for this sort.
- setStrikeThrough(boolean) - Method in interface org.eclipse.birt.report.model.api.extension.IFont
-
- setStringFormat(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the pattern of a string format for a highlight rule.
- setStringFormat(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets string format
- setStringFormat(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the pattern of a string format.
- setStringFormat(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the pattern of a string format.
- setStringFormatCategory(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the category of a string format for a highlight rule.
- setStringFormatCategory(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the category of a string format.
- setStringFormatCategory(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the category of a string format.
- setStringProperty(String, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the value of a property to a string.
- setStringProperty(String, String) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Set the value of a property to a string .
- setStringValue(String) - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Sets the value of a property or member to a string.
- setStringValue(String) - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Set the string value on a group of elements.
- setStringValue(String) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Sets the value of the property or member to the given integer.
- setStyle(SharedStyleHandle) - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- setStyle(SharedStyleHandle) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the shared style element for this element.
- setStyle(StyleHandle) - Method in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
Sets the style property.
- setStyle(StyleHandle) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the style property.
- setStyleElement(StyleElement) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
- setStyleName(String) - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
-
- setStyleName(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the name of the shared style for this element.
- setStyleName(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the style property.
- setStyleName(String) - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Sets style of TOC.
- setSubject(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the subject of the module.
- setSummary(String) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Sets the value of summary.
- setSummary(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGrid
-
Sets the summary of this grid.
- setSummary(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITable
-
Sets the summary of this table.
- setSummary(String) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Sets the value of summary.
- setSupportedUnknownVersion(boolean) - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
set whether support unknown version
- setSuppressDuplicates(boolean) - Method in class org.eclipse.birt.report.model.api.ColumnHandle
-
Set the suppress duplicates property of this column.
- setSuppressDuplicates(boolean) - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Sets the flag whether to suppress duplicates rows with same content.
- setSymbolicName(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets symbolic name of this module.
- setTarget(DesignElement) - Method in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Sets the target element.
- setTargetBookmark(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Sets the target bookmark defined within this same report, or another
report for a drill-though link.
- setTargetBookmark(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Sets the target bookmark defined within this same report, or another
report for a drill-though link.
- setTargetBookmarkType(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Sets target bookmark type for a drill-through or bookmark-link action.
- setTargetFileType(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Sets target report file type for a drill-through action.
- setTargetWindow(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Sets the target window of the action.
- setTargetWindow(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Sets the target window of the action.
- setTestExpression(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
sets the test expression for the rule.
- setTestExpression(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
sets the test expression for this hilghtlight rule.
- setTestExpression(String) - Method in class org.eclipse.birt.report.model.api.MapRuleHandle
-
sets the expression for this map rule.
- setTestExpression(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets Test Expression
- setText(String) - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Sets the text of the label.
- setText(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Sets the text of the label.
- setText(String) - Method in class org.eclipse.birt.report.model.api.TranslationHandle
-
Sets the translated text for the translation message.
- setTextAlign(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the text align property.
- setTextAlign(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the text align for block-level elements.
- setTextAlign(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the text align for block-level elements.
- setTextDirection(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the Bidi direction property.
- setTextDirection(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the Bidi direction property.
- setTextDirection(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the Bidi direction for elements.
- setTextDirection(String) - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Sets the Bidi direction property.
- setTextFormat(String) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- setTextIndent(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the text indent.
- setTextKey(String) - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Sets the resource key of the static text of the label.
- setTextKey(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Sets the resource key of the static text of the label.
- setTextLineThrough(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the text line through property.
- setTextLineThrough(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets one 'text-decoration' property to set line-through styles.
- setTextLineThrough(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets one 'text-decoration' property to set line-through styles.
- setTextOverline(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the text overline property.
- setTextOverline(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets one 'text-decoration' property to set overline styles.
- setTextOverline(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets one 'text-decoration' property to set overline styles.
- setTextTransform(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the text transform property.
- setTextTransform(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the value used to transform the text.
- setTextTransform(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the value used to transform the text.
- setTextUnderline(String) - Method in class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Sets the text underline property.
- setTextUnderline(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets one 'text-decoration' property to set underline styles.
- setTextUnderline(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets one 'text-decoration' property to set underline styles.
- setTheme(ThemeHandle) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the theme to a report.
- setTheme(ReportItemThemeHandle) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
- setTheme(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Sets the theme for this report design.
- setThemeName(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the theme to a report.
- setThemeName(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
- setTimeDimension(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Sets the time dimension string value.
- setTimeDimension(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Sets the time dimension expression value.
- setTimeFormat(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the pattern of a date time format for a highlight rule.
- setTimeFormatCategory(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the category of a number format.
- setTimeType(boolean) - Method in class org.eclipse.birt.report.model.api.olap.DimensionHandle
-
Sets the status to indicate whether this dimension is a special type of
Time.
- setTitle(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the title value.
- setTitleKey(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sets the title key.
- setTocExpression(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setTocExpression(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setTocExpression(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Deprecated.
- setTocExpression(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Deprecated.
- setTocExpression(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Sets a table of contents entry for this item.
- setTocExpression(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets a table of contents entry for this item.
- setToLatestVersion(boolean) - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Sets the flag that is used to update the design to the latest version
when creates.
- setToolTip(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Sets the value of the tool tip.
- setToolTip(String) - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Sets the display string for the tool tip of this method.
- setToolTip(String) - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
Sets the display string for the tool tip of this method.
- setToolTip(String) - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
Sets the display string for the tool tip of this method.
- setToolTipKey(String) - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Sets the resource key for tool tip.
- setToolTipKey(String) - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
Sets the resource key for tool tip.
- setToolTipKey(String) - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
Sets the resource key for tool tip.
- setTransparency(int) - Method in interface org.eclipse.birt.report.model.api.extension.IColor
-
Sets the transpareny depth.
- setType(PropertyType) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Sets the property type.
- setType(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Sets the type of the image.
- setType(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the type.
- setType(String) - Method in class org.eclipse.birt.report.model.api.EmbeddedImageHandle
-
Sets the image type.
- setType(String) - Method in class org.eclipse.birt.report.model.api.ExpressionHandle
-
Sets the type of the expression.
- setType(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the type of this filter condition.
- setType(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the type of this filter condition.
- setType(String) - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfo
-
Sets the script type of this argument.
- setType(String) - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Deprecated.
type has been replaced by extension ID
- setType(String) - Method in class org.eclipse.birt.report.model.api.ReportItemThemeHandle
-
Sets the type for this report item theme.
- setType(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- setType(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IExpression
-
Sets the type of the expression.
- setType(String) - Method in class org.eclipse.birt.report.model.api.VariableElementHandle
-
Sets the value of work mode property.
- setTypeExpression(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the type expression value.
- setTypeExpression(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the type expression value.
- setUnderline(boolean) - Method in interface org.eclipse.birt.report.model.api.extension.IFont
-
- setUnit(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
Sets the unit of the time interval.
- setUnit(String) - Method in class org.eclipse.birt.report.model.api.TimeIntervalHandle
-
Sets the unit of the time interval.
- setUpdateAggregation(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the updateAggregation flag of the filter condition.
- setUpdateAggregation(boolean) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the updateAggregation flag of the filter condition.
- setUpdateAggregation(boolean) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the updateAggregation flag of the filter condition.
- setURI(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Sets the hyperlink of this action.
- setURI(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
- setURI(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IAction
-
Sets the hyperlink of this action.
- setURI(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
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.
- setURL(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the image uri property.
- setURL(Expression) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the image uri property by an expression.
- setURL(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the url of this label item.
- setURL(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the image url.
- setUseExternalCss(boolean) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
- setUseExternalCss(boolean) - Method in class org.eclipse.birt.report.model.api.IncludedCssStyleSheetHandle
-
- setUserProperty(String, Object, String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setUserProperty(String, String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setUserProperty(String, Object, String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setUserProperty(String, String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setUserProperty(String, String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Sets user property defined in this element.
- setUserProperty(String, Object, String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Sets user property defined in this element.
- setUserPropertyDefn(UserPropertyDefn) - Method in class org.eclipse.birt.report.model.api.UserPropertyDefnHandle
-
Sets the definition for the user-defined property.
- setValid(boolean) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the status that identifies whether the element is valid or not.
- setValidate(String) - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Sets the custom validation code for the parameter.
- setValidationID(String) - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Sets the validation ID, which identifies one specific validation.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.AggregationArgumentHandle
-
Sets the argument value.
- setValue(Object) - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Sets the value of a property to the given value.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.ConfigVariableHandle
-
Sets the variable value.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
-
Sets the argument value.
- setValue(Expression) - Method in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
Sets the argument value.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
Sets the config vatiable value.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
Sets the Extended property value.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Sets the overridden value of this binding.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Sets the value.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.ExtendedPropertyHandle
-
Sets the property value.
- setValue(Object) - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Set the object value on a group of elements.
- setValue(Object) - Method in class org.eclipse.birt.report.model.api.MemberHandle
-
- setValue(String) - Method in class org.eclipse.birt.report.model.api.MemberValueHandle
-
Sets the value of this member value.
- setValue(Object) - Method in class org.eclipse.birt.report.model.api.metadata.UserChoice
-
Sets the value of the user choice.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.PropertyBindingHandle
-
Sets the property binding value.
- setValue(Object) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Implementation of abstract method defined in base class.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.SelectionChoiceHandle
-
Sets the data value for this choice.
- setValue(Object) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Sets the value of a property or member to the object given.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.VariableElementHandle
-
Sets the value of the variable.
- setValue1(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the value 1 expression.
- setValue1(List) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the value 1 expression.
- setValue1(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Set expression for the first operand.
- setValue1(List) - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Sets the value 1 expression.
- setValue1(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the value 1 expression of this filter condition.
- setValue1(List) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the value 1 expression list of this filter condition.
- setValue1(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the value 1 expression of this filter condition.
- setValue1(List) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the value 1 expression list of this filter condition.
- setValue1(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterCondition
-
Sets value1
- setValue1(List) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Sets the value 1 expression list of this filter condition.
- setValue1(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets Value1
- setValue1(String) - Method in class org.eclipse.birt.report.model.api.StyleRuleHandle
-
Sets the value 1.
- setValue1(List) - Method in class org.eclipse.birt.report.model.api.StyleRuleHandle
-
Sets the value 1 expression list.
- setValue1Expr(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
- setValue1Expr(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
- setValue2(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the value 2 expression.
- setValue2(Expression) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the value 2 expression.
- setValue2(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Set expression for the second operand.
- setValue2(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the value 2 expression of this filter condition.
- setValue2(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the value 2 expression of this filter condition.
- setValue2(Expression) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the value 2 expression of this filter condition.
- setValue2(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterCondition
-
Sets value2
- setValue2(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Sets the value 2 expression of this filter condition.
- setValue2(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets Value2
- setValue2(String) - Method in class org.eclipse.birt.report.model.api.StyleRuleHandle
-
Sets the value 2.
- setValue2Expr(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
- setValue2Expr(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
- setValueColumn(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
- setValueExpr(String) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets an expression on the data row from the dynamic list data set that
returns the value for the choice.
- setValueExpr(String) - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Deprecated.
As of BIRT version 2.1.0, replaced by
setResultSetColumn(String columnName)
- setValueExpr(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDynamicText
-
Sets the expression that gives the text that this multi-line data item
displays.
- setValueExpr(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHideRule
-
Sets value expression.
- setValueExpr(String) - Method in class org.eclipse.birt.report.model.api.TextDataHandle
-
Sets the expression that gives the text that this multi-line data item
displays.
- setValueExpression(String) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the value expression value.
- setValueExpression(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the value expression value.
- setValueFormat(FormatValue) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Sets the value format of the column.
- setValueType(String) - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Sets the parameter value type for this scalar parameter.
- setVariableName(String) - Method in class org.eclipse.birt.report.model.api.VariableElementHandle
-
Sets the name of the variable.
- setVersion(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Sets the version of the designer state's data.
- setVersion(String) - Method in class org.eclipse.birt.report.model.api.OdaDesignerStateHandle
-
Sets the version of the designer state's data.
- setVerticalAlign(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the value of the vertical align property for inline elements.
- setVerticalAlign(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the value of the vertical align property for inline elements.
- setVisible(boolean) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Sets whether the property is visible to the property sheet.
- setVisible(boolean) - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Sets the status whether the measure element is visible or not.
- setWhiteSpace(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the white space property for block elements.
- setWhiteSpace(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the white space property for block elements.
- setWidows(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the widows property.
- setWidows(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the widows property.
- setWidth(double) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setWidth(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setWidth(double) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setWidth(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setWidth(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's width using a dimension string with optional unit suffix
such as "10" or "10pt".
- setWidth(double) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's width to a value in default units.
- setWidth(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the item's width using a dimension string with optional unit suffix
such as "10" or "10pt".
- setWidth(double) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the item's width to a value in default units.
- setWidth(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Sets the value of width property.
- setWidth(String) - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Sets the value of width property.
- setWidthToFitColumns() - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Sets the width of the table to fit columns' widths with default dpi
value.
- setWidthToFitColumns(int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Sets the width of the table to fit columns' widths with the given dpi
value.
- setWordSpacing(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IStyle
-
Set the spacing between two words.
- setWordWrap(boolean) - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- setX(double) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setX(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setX(double) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setX(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setX(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's x position using a dimension string with optional unit
suffix such as "10" or "10pt".
- setX(double) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's x position to a value in default units.
- setX(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the item's x position using a dimension string with optional unit
suffix such as "10" or "10pt".
- setX(double) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the item's x position to a value in default units.
- setY(double) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setY(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
- setY(double) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setY(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
- setY(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's y position using a dimension string with optional unit
suffix such as "10" or "10pt".
- setY(double) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's y position to a value in default units.
- setY(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the item's y position using a dimension string with optional unit
suffix such as "10" or "10pt".
- setY(double) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the item's y position to a value in default units.
- setZIndex(int) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's z position to an integer.
- SharedStyleHandle - Class in org.eclipse.birt.report.model.api
-
Represents a named, shared style.
- SharedStyleHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.SharedStyleHandle
-
Constructs a handle for a shared style.
- shareSameValue(String) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Indicates whether the group of element share the same value for this
property.
- shareSameValue() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Indicates whether the group of element share the same value for this
property.
- shifIncludeScripts(int, int) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Shifts included script from source position to destination position.
- SHIFT - Static variable in class org.eclipse.birt.report.model.api.command.ContentEvent
-
Content element is shifted in the same container element.
- SHIFT - Static variable in class org.eclipse.birt.report.model.api.command.CssEvent
-
Css is shifted.
- SHIFT - Static variable in class org.eclipse.birt.report.model.api.command.LibraryEvent
-
The library is shifted downwards or forwards.
- SHIFT - Static variable in class org.eclipse.birt.report.model.api.command.ViewsContentEvent
-
Content element is shifted in the same container element.
- shift(String, DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Moves the position of a content element within this container.
- shift(DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Moves the position of a content element within the slot.
- shift(DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Moves the position of a content element within the slot.
- shiftColumn(int, int) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Moves the column from sourceColumn
to destIndex
.
- shiftColumn(int, int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Moves the column from sourceColumn
to destIndex
.
- shiftLibrary(LibraryHandle, int) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Shifts the library to new position.
- shiftRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Shifts table row to the given destination row with the given parameters.
- shiftRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Shifts table row to the given destination row with the given parameters.
- shiftScriptLibs(int, int) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Shifts jar file from source position to destination position.
- showDetailFilter() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Gets the flag which indicates whether to show the detail filter or not.
- showError() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Determines whether to show an error item on the element or not.
- showFooterOnLast() - Method in class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Tests whether to show the page footer on the last page.
- showHeaderOnFirst() - Method in class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Tests whether to show the page header on the first page of the report.
- showIfBlank() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Tests whether to show this frame even if it is empty, or all its data
elements are empty.
- SIGNATURE_UCS4_BIG - Static variable in class org.eclipse.birt.report.model.api.util.UnicodeUtil
-
The signature for the UCS4 Big Endian files.
- SIGNATURE_UCS4_LITTLE - Static variable in class org.eclipse.birt.report.model.api.util.UnicodeUtil
-
The signature for the UCS4 Little Endian files.
- SIGNATURE_UNICODE_BIG - Static variable in class org.eclipse.birt.report.model.api.util.UnicodeUtil
-
The signature for the Unicode Big Endian files.
- SIGNATURE_UNICODE_LITTLE - Static variable in class org.eclipse.birt.report.model.api.util.UnicodeUtil
-
The signature for the Unicode Little Endian files.
- SIGNATURE_UTF_8 - Static variable in class org.eclipse.birt.report.model.api.util.UnicodeUtil
-
The signature for the UTF-8 files.
- SILVER - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color silver.
- SIMPLE_ROW_ITEM - Static variable in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
- SimpleElementFactory - Class in org.eclipse.birt.report.model.api.impl
-
The factory class to create scriptable objects.
- SimpleElementFactory() - Constructor for class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
-
- SimpleElementFactory - Class in org.eclipse.birt.report.model.api.simpleapi
-
- SimpleElementFactory() - Constructor for class org.eclipse.birt.report.model.api.simpleapi.SimpleElementFactory
-
- SimpleGroupElementHandle - Class in org.eclipse.birt.report.model.api
-
Implements a simple group element handle, which has a non-empty selection
element list and root module.
- SimpleGroupElementHandle(ModuleHandle, List) - Constructor for class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
-
Constructs a handle to deal with a list of report elements.
- SimpleListValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates one list property of element.
- SimpleListValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.SimpleListValidator
-
- SimpleMasterPageHandle - Class in org.eclipse.birt.report.model.api
-
Represents a simple master page.
- SimpleMasterPageHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Constructs the handle for a simple master page with the given design and
element.
- SimpleRowItem - Class in org.eclipse.birt.report.model.api.extension
-
Implements of simple item that has no data rows.The constructor in sub class
must call super(ExtendedItemHandle).
- SimpleRowItem(ExtendedItemHandle) - Constructor for class org.eclipse.birt.report.model.api.extension.SimpleRowItem
-
Constructors.
- SimpleValueHandle - Class in org.eclipse.birt.report.model.api
-
Abstract base class that represents a handle for the value to either a
property or a structure member.
- SimpleValueHandle(DesignElementHandle) - Constructor for class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Constructs a handle with the given handle to an design element.
- slot - Variable in class org.eclipse.birt.report.model.api.command.ContentException
-
The slot within the container.
- SLOT_NAME_PROPERTY - Static variable in class org.eclipse.birt.report.model.api.util.XPathUtil
-
The attribute to indicate a slot name.
- SlotHandle - Class in org.eclipse.birt.report.model.api
-
Represents a "slot" within an element.
- SlotHandle(DesignElementHandle, int) - Constructor for class org.eclipse.birt.report.model.api.SlotHandle
-
Constructs a handle for the slot with the given design element handle and
the id of the slot.
- slotHandle - Variable in class org.eclipse.birt.report.model.api.SlotIterator
-
Handle to the slot over which to iterate.
- slotHandle - Variable in class org.eclipse.birt.report.model.api.SortedSlotIterator
-
Handle to the slot over which to iterate.
- slotID - Variable in class org.eclipse.birt.report.model.api.SlotHandle
-
The numeric identifier of the slot.
- SlotIterator - Class in org.eclipse.birt.report.model.api
-
An Iterator over the elements in a slot.
- SlotIterator(SlotHandle) - Constructor for class org.eclipse.birt.report.model.api.SlotIterator
-
Constructs an iterator for the given slot.
- slotsIterator() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the iterator for slot defined on the element.
- SORT_DIRECTION_ASC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SORT_DIRECTION_ASC - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
-
- SORT_DIRECTION_DESC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SORT_DIRECTION_DESC - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
-
- SORT_HINT_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortHint
-
Name of this structure.
- SORT_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Name of this structure.
- SORT_TYPE_COMPLEX_SORT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SORT_TYPE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SORT_TYPE_SORT_ON_GROUP_KEY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- SortedSlotIterator - Class in org.eclipse.birt.report.model.api
-
An sorted iterator over the elements in a slot.
- SortedSlotIterator(SlotHandle) - Constructor for class org.eclipse.birt.report.model.api.SortedSlotIterator
-
Constructs a sorted slot iterator with the given slot handle.
- SortElementHandle - Class in org.eclipse.birt.report.model.api
-
- SortElementHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.SortElementHandle
-
Constructs a sort handle with the given design and the element.
- SortHint - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents a sort hint.
- SortHint() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.SortHint
-
- SortHintHandle - Class in org.eclipse.birt.report.model.api
-
This class represents sort hint handle.
- SortHintHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.SortHintHandle
-
- sortHintsIterator() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns an iterator over sort hints.
- SortKey - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents a sort entry for a table or list item, it defines the
column and sort direction pair.
- SortKey(String, String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Constructs the sort key with the key to sort and the direction.
- SortKey() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Default constructor.
- SortKeyHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of sort key structure.
- SortKeyHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.SortKeyHandle
-
Constructs the handle of sort key.
- sortsIterator() - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Returns the iterator for Sort list defined on the data group.
- sortsIterator() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the iterator for Sort list defined on the group.
- sortsIterator() - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Returns the iterator for sort list defined on a table or list.
- sortVisibleElements(List, int) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Sorts visible elements.
- splitLevelName(String) - Static method in class org.eclipse.birt.report.model.api.util.CubeUtil
-
Splits a full name of the level element to a String
array of
length 2.
- stackChanged(ActivityStackEvent) - Method in interface org.eclipse.birt.report.model.api.activity.ActivityStackListener
-
Invoked when stack size changed, which is caused after the
completion of each execution, transaction, undo, or redo.
- startExpanded() - Method in class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Tests whether the UI can expand and collapse groups.
- startPersistentTrans(String) - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Starts one persistent transaction, which will never be rollbacked once
the parent transaction is rollbacked.
- startTrans(String) - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Starts an application-level transaction.
- staticValuesIterator() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the iterator of static values.
- statusType - Variable in class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
Type of the status.
- STRENGTH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Name of the member that defines the strength of the sort collation.
- STRING_FORMAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
- STRING_FORMAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
- STRING_FORMAT_TYPE_CUSTOM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- STRING_FORMAT_TYPE_LOWERCASE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- STRING_FORMAT_TYPE_PHONE_NUMBER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- STRING_FORMAT_TYPE_SOCIAL_SECURITY_NUMBER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- STRING_FORMAT_TYPE_UNFORMATTED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- STRING_FORMAT_TYPE_UPPERCASE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- STRING_FORMAT_TYPE_ZIP_CODE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- STRING_FORMAT_TYPE_ZIP_CODE_4 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
- STRING_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the String property type.
- STRING_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the String property type.
- StringFormatValue - Class in org.eclipse.birt.report.model.api.elements.structures
-
The format value for the string type.
- StringFormatValue() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.StringFormatValue
-
- StringUtil - Class in org.eclipse.birt.report.model.api.util
-
Collection of string utilities.
- StringUtil() - Constructor for class org.eclipse.birt.report.model.api.util.StringUtil
-
- struct - Variable in class org.eclipse.birt.report.model.api.command.PropertyNameException
-
A structure object.
- STRUCT_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of this structure.
- STRUCT_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
Name of this structure.
- STRUCT_REF_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the structure reference property type.
- STRUCT_REF_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the structure reference property type.
- STRUCT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Structure property type.
- STRUCT_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Structure property type.
- structContext - Variable in class org.eclipse.birt.report.model.api.StructureHandle
-
Reference to the structure.
- structDefn - Variable in class org.eclipse.birt.report.model.api.MemberIterator
-
The definition of the structure.
- structHandle - Variable in class org.eclipse.birt.report.model.api.MemberIterator
-
Handle to the structure itself.
- STRUCTURE_CLIENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Event is being sent to the elements that use a structure defined in
report design.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Name of the structure itself.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
-
Name of this structure.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
Name of this structure.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
Name of this structure within the meta-data dictionary.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
Name of this structure within the meta-data dictionary.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Name of the structure.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
Name of this structure.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
Name of this structure within the meta-data dictionary.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Name of this structure.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
-
Name of this structure.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
Name of this structure.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
Name of this structure within the meta-data dictionary.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ScriptLib
-
Name of the structure.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Name of this structure within the meta-data dictionary.
- STRUCTURE_NAME - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
Name of the structure.
- StructureFactory - Class in org.eclipse.birt.report.model.api
-
Provides the factory method to create empty structures.
- StructureFactory() - Constructor for class org.eclipse.birt.report.model.api.StructureFactory
-
- StructureHandle - Class in org.eclipse.birt.report.model.api
-
Handle to a structure within a list property.
- StructureHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.StructureHandle
-
Constructs a handle for a structure within a list property of a given
element.
- StructureHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.StructureHandle
-
Deprecated.
- StructureHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.StructureHandle
-
Constructs a handle for a structure within a list property or a structure
member.
- StructureListValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates one list property of element.
- StructureListValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.StructureListValidator
-
- StructureReferenceValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the property whose type is structure reference.
- StructureReferenceValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.StructureReferenceValidator
-
- StructureValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates a structure property of element.
- StructureValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.StructureValidator
-
- STYLE_CLIENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Event is being sent to elements that use a style.
- STYLE_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of StyleEvent.
- STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
The style member.
- STYLE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.MetaDataConstants
-
Internal name of the style element type.
- StyleEvent - Class in org.eclipse.birt.report.model.api.command
-
Notifies that the style of an element has changed.
- StyleEvent(DesignElement) - Constructor for class org.eclipse.birt.report.model.api.command.StyleEvent
-
Constructor.
- StyleException - Class in org.eclipse.birt.report.model.api.command
-
Indicates an error while setting the style of an element.
- StyleException(DesignElement, String, String) - Constructor for class org.eclipse.birt.report.model.api.command.StyleException
-
Constructor.
- StyleHandle - Class in org.eclipse.birt.report.model.api
-
Represents the style properties for either a shared style or an element with
a IStyleModel.
- StyleHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.StyleHandle
-
Constructs a style handle with the given design and the element..
- StyleIterator - Class in org.eclipse.birt.report.model.api.css
-
Iterates over the styles of an include style sheet.
- StyleIterator(CssStyleSheetHandle) - Constructor for class org.eclipse.birt.report.model.api.css.StyleIterator
-
Constructs a iterator to return the styles of the given style sheet.
- styleName - Variable in class org.eclipse.birt.report.model.api.command.StyleException
-
The style name being set.
- StyleReferenceValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the style reference value for StyledElement
.
- StyleReferenceValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.StyleReferenceValidator
-
- StyleRule - Class in org.eclipse.birt.report.model.api.elements.structures
-
Base class for highlight and map rules in the style.
- StyleRule() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Default constructor.
- StyleRule(String, String, String, String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Constructs the style rule with an operator and its operands.
- StyleRuleHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of style rule.
- StyleRuleHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.StyleRuleHandle
-
Constructs the handle of style rule.
- styleSheet - Variable in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
The translation message.
- StyleSheetException - Class in org.eclipse.birt.report.model.api.css
-
Exception thrown if an error occurs when reading an external style sheet.
- StyleSheetException(String) - Constructor for class org.eclipse.birt.report.model.api.css.StyleSheetException
-
Constructs the style sheet exception with the error code.
- StyleSheetException(String, Throwable) - Constructor for class org.eclipse.birt.report.model.api.css.StyleSheetException
-
Constructs the style sheet exception with the error code and the nested
exception.
- StyleSheetParserException - Class in org.eclipse.birt.report.model.api.css
-
Exception thrown if an error occurs when translating an external style sheet
to our own CssStyleSheet
.
- StyleSheetParserException(String, String) - Constructor for class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
Constructs the parser exception with the error code.
- StyleSheetParserException(String, String, String) - Constructor for class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
Constructs a parser exception with the error code and string arguments
used to format error messages.
- StyleSheetParserException(String, String, String, Throwable) - Constructor for class org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
Constructs a parser exception with the error code, string arguments used
to format error messages and nested exception.
- StyleUtil - Class in org.eclipse.birt.report.model.api.util
-
Utility class to provide some methods about the style element, styled element
and style properties.
- StyleUtil() - Constructor for class org.eclipse.birt.report.model.api.util.StyleUtil
-
- SUB_EDITOR - Static variable in class org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
The reference to the editor.For example graphic editor, xml source
editor, script editor and so on.
- SUBJECT_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the "subject" property.Typically, the subject will be represented
using keywords, key phrases, or classification codes.
- SUPPORTED_UNKNOWN_VERSION_KEY - Static variable in interface org.eclipse.birt.report.model.api.IModuleOption
-
whether support unknown version
if so,
1, allow run unknown version design/document.
- supportOdaExtensionFilters() - Method in interface org.eclipse.birt.report.model.api.filterExtension.IODAFilterExprProvider
-
Indicates if currently under the environment support the ODA extension
Filters.
- supportOdaExtensionFilters() - Static method in class org.eclipse.birt.report.model.api.filterExtension.OdaFilterExprHelper
-
Indicates if support the ODA extension filter expressions.
- supportOdaExtensionFilters() - Method in class org.eclipse.birt.report.model.api.filterExtension.ODAFilterExprProvider
-
- supportODAFilterPushDown(String, String) - Method in interface org.eclipse.birt.report.model.api.filterExtension.IODAFilterExprProvider
-
Indicates if the given data source and data set support the ODA extension
Filters.
- supportODAFilterPushDown(String, String) - Static method in class org.eclipse.birt.report.model.api.filterExtension.OdaFilterExprHelper
-
Indicates if the given data source and data set support the ODA extension
Filters.
- supportODAFilterPushDown(String, String) - Method in class org.eclipse.birt.report.model.api.filterExtension.ODAFilterExprProvider
-
- supportsAPIDataType(int) - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
- supportsAPIDataType(int) - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Indicates whether the given API type is supported by this filter
operator.
- supportsUnboundedMaxArguments() - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
- supportsUnboundedMaxArguments() - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Indicates if this filter definition support unbounded max arguments.
- supportsUnboundedMaxInputVar - Variable in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
Indicate if this aggregation support unlimited number of input variables.
- supportsUnboundedMaxInputVariables() - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
- supportsUnboundedMaxInputVariables() - Method in interface org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Identify if this aggregation function support unlimited arguments.
- supportUnboundedMaxArgs - Variable in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
Indicates if this filter operator expression support unlimited max number
of arguments.
- suppressDuplicates() - Method in class org.eclipse.birt.report.model.api.ColumnHandle
-
Get the suppress duplicates property of this column.
- suppressDuplicates() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Tests whether to suppress duplicates rows with same content.
- SYSTEM_PROPERTY - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Type code for a system property.