A B C D E F G H I J K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractScalarParameterHandle - Class in org.eclipse.birt.report.model.api
-
Represents the abstract scalar parameter types.
- AbstractScalarParameterHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.AbstractScalarParameterHandle
-
Constructor.
- AbstractScalarParameterHandleImpl - Class in org.eclipse.birt.report.model.api
-
Represents the abstract scalar parameter types.
- AbstractScalarParameterHandleImpl(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Constructor.
- AbstractThemeHandle - Class in org.eclipse.birt.report.model.api
-
Represents a abstract theme in the library.
- AbstractThemeHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Constructs the handle for a theme with the given design and element.
- ACCESS_PERMISSION_ALLOW - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACCESS_PERMISSION_DISALLOW - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACCESS_TYPE_LATEST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACCESS_TYPE_SPECIFIC_VERSION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACCESS_TYPE_TRANSIENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AccessControlHandle - Class in org.eclipse.birt.report.model.api
-
Deprecated.
- AccessControlHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.AccessControlHandle
-
Deprecated.Constructs a autotext handle with the given design and the element.
- accessControlsIterator() - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Returns an iterator for the access controls.
- accessControlsIterator() - Method in class org.eclipse.birt.report.model.api.olap.HierarchyHandle
-
Returns an iterator for the access controls.
- ACL_EXPRESSION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the member that defines expression to calculate ACL for the data set column.
- Action - Class in org.eclipse.birt.report.model.api.elements.structures
-
The Action structure defines a hyperlink.
- Action() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.Action
- ACTION_BOOKMARK_TYPE_BOOKMARK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACTION_BOOKMARK_TYPE_TOC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACTION_FORMAT_TYPE_HTML - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACTION_FORMAT_TYPE_PDF - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACTION_LINK_TYPE_BOOKMARK_LINK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACTION_LINK_TYPE_BOOKMARK_LINK - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- ACTION_LINK_TYPE_DRILL_THROUGH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACTION_LINK_TYPE_DRILL_THROUGH - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- ACTION_LINK_TYPE_HYPERLINK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACTION_LINK_TYPE_HYPERLINK - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- ACTION_LINK_TYPE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACTION_LINK_TYPE_NONE - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- ACTION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the member that defines the action structure of result set column and computed column.
- ACTION_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Name of this structure.
- ACTION_TARGET_FILE_TYPE_REPORT_DESIGN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ACTION_TARGET_FILE_TYPE_REPORT_DOCUMENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ActionHandle - Class in org.eclipse.birt.report.model.api
-
Represents an "action" (hyperlink) attached to an element.
- ActionHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.ActionHandle
-
Deprecated.
- ActionHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.ActionHandle
-
Construct an handle to deal with the action structure.
- ActionHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.ActionHandle
-
Constructs the handle of action.
- actionsIterator() - Method in class org.eclipse.birt.report.model.api.DataItemHandle
-
Returns the iterator for action defined on this data item.
- actionsIterator() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Returns the iterator for action defined on this image item.
- actionsIterator() - Method in class org.eclipse.birt.report.model.api.LabelHandle
-
Returns the iterator for action defined on this label item.
- actionsIterator() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the iterator for action defined on this level.
- actionsIterator() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Returns the iterator for action defined on this measure.
- ActivityStackEvent - Class in org.eclipse.birt.report.model.api.activity
-
This event class identifies that the activity stack changes.
- ActivityStackEvent(ActivityStack, int) - Constructor for class org.eclipse.birt.report.model.api.activity.ActivityStackEvent
-
Constructs with the stack that changes and the action causing this event.
- ActivityStackListener - Interface in org.eclipse.birt.report.model.api.activity
-
The interface receives events about activity stack changes.
- add(String, DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Adds a report item to the property with the given element handle.
- add(String, DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Adds a report item to this property at the given position.
- add(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Adds a report item to the property with the given element handle.
- add(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Adds a report item to the slot with the given element handle.
- add(DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Adds a report item to this property at the given position.
- add(DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Adds a report item to the slot at the given position.
- add(DesignElement) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Deprecated.by the method
SlotHandle.add(DesignElementHandle)
- add(DesignElement, int) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Deprecated.by the method
SlotHandle.add(DesignElementHandle, int)
- ADD - Static variable in class org.eclipse.birt.report.model.api.command.ContentEvent
-
New content element is added.
- ADD - Static variable in class org.eclipse.birt.report.model.api.command.CssEvent
-
New css is added.
- ADD - Static variable in class org.eclipse.birt.report.model.api.command.CustomMsgEvent
-
The translation was added.
- ADD - Static variable in class org.eclipse.birt.report.model.api.command.LibraryEvent
-
New library is added.
- ADD - Static variable in class org.eclipse.birt.report.model.api.command.NameSpaceEvent
-
Deprecated.New name is added into some name space.
- ADD - Static variable in class org.eclipse.birt.report.model.api.command.UserPropertyEvent
-
The property was added.
- ADD - Static variable in class org.eclipse.birt.report.model.api.command.ViewsContentEvent
-
New content element is added.
- addAction(IAction) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDataItem
-
Add the action structure to this Data item.
- addAction(IAction) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Add the action structure to this Image item.
- addAction(IAction) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ILabel
-
Add the action structure to this Label item.
- addAggregateOn(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Adds an aggregate level to the list.
- addAggregateOn(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Adds an aggregate level to the list.
- addArgument(AggregationArgument) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Adds an arguments to list.
- addArgument(AggregationArgument) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Adds an argument to list.
- addArgument(IArgumentInfo) - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfoList
-
Adds argument to this method definition.
- addArgumentList(IArgumentInfoList) - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
Adds an optional argument list to the method information.
- addAttributeListener(IAttributeListener) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Adds one attribute listener.
- addCalculationArgument(CalculationArgument) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Adds a calculation argument to list.
- addCalculationArgument(CalculationArgument) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Adds a calculation argument to list.
- addCell(int, int, int, Cell, boolean) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Occupies spaces in the slot with the given cell information if applicable.
- addCell(int, int, int, Cell, boolean, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Occupies spaces in the slot with the given cell information if applicable.
- addCell(LayoutCell) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Addes a cell to the current row.
- addColumnBinding(ComputedColumn, boolean) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Deprecated.since BIRT 2.1 RC2
- addColumnBinding(ComputedColumn, boolean) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Adds a bound column to the list.
- addColumnBinding(ComputedColumn, boolean) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Adds a bound column to the list.
- addColumnBinding(ReportItemHandle, ComputedColumn) - Static method in class org.eclipse.birt.report.model.api.util.ColumnBindingUtil
-
Binds a column to the given element.
- addConfigVariable(ConfigVariable) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Adds a new config variable.
- addContentName(int, String) - Method in interface org.eclipse.birt.report.model.api.core.INameManager
-
Adds a content name to the name-manager.
- addCss(String) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Deprecated.
- addCss(CssStyleSheetHandle) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
(non-Javadoc)
- addCss(IncludedCssStyleSheet) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
(non-Javadoc)
- addCssByProerties(String, String, boolean) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
- addDataBinding(IDataBinding) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- addDataBinding(IDataBinding) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- addDataBinding(IDataBinding) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Add ComputedColumn.name , expression of IDataBinding are required.
- addDataSet(String) - Method in class org.eclipse.birt.report.model.api.JointDataSetHandle
-
Adds a data set into this joint data set by name.
- addDimensionCondition(DimensionCondition) - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Adds a dimension condition to this cube.
- addDimensionCondition(DimensionCondition, int) - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Adds a dimension condition to the specified position.
- addDisposeListener(IDisposeListener) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Adds one dispose listener.
- addDropSpannedCells(int, int, int, int, Cell) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Occupies cells within space
colId
andcolId + colSpan - 1
. - addElement(DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Adds a report item to the end of the given slot.
- addElement(DesignElementHandle, int, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Adds a report item to the given slot at the given position.
- addExtensionSelectors(ReportDesignHandle) - Static method in class org.eclipse.birt.report.model.api.util.StyleUtil
-
Adds selectors for extended elements to the report design.
- addFilter(FilterCondition) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Adds the filter condition.
- addFilter(FilterCondition) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Adds the filter condition.
- addFilterCondition(IFilterCondition) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- addFilterCondition(IFilterCondition) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IMultiRowItem
-
Adds filter condition.expr of IFilterCondition is required.
- addHideRule(IHideRule) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- addHideRule(IHideRule) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- addHideRule(IHideRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IColumn
-
Add HideRule
- addHideRule(IHideRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Add HideRule
- addHideRule(IHideRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Add HideRule
- addHighlightRule(IHighlightRule) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- addHighlightRule(IHighlightRule) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- addHighlightRule(IHighlightRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Adds high light rule.
- addHighlightRule(IHighlightRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Adds high light rule.
- addImage(EmbeddedImage) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Adds a new embedded image.
- addIncludeScript(IncludeScript) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Adds include script.
- addInputDataSets(String) - Method in class org.eclipse.birt.report.model.api.DerivedDataSetHandle
-
Inserts a data set with the specified name into this derived data set.
- addItem(Object) - Method in class org.eclipse.birt.report.model.api.MemberHandle
- addItem(Object) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
- addItem(Object) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Adds an item to the end of a list property.
- addItem(IStructure) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Adds an item to the end of a list property or member.
- addJoinCondition(DimensionJoinCondition) - Method in class org.eclipse.birt.report.model.api.DimensionConditionHandle
-
Gets the dimension join condition handle.
- addListener(ActivityStackListener) - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Registers a listener.
- addListener(Listener) - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
- addListener(Listener) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Registers a change event listener.
- addMember(IMemberInfo) - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Adds one member definition to this class definition.
- addMethod(IMethodInfo) - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Adds one method definition to this class definition.
- addOverlappedCell(Cell, LayoutSlot, int, int, int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Update an overlapped area of a cell element into the list.
- addParamBinding(ParamBinding) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Add a new parameter binding to the action.
- addResourceChangeListener(IResourceChangeListener) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Adds one resource change listener.
- addResultSetColumn(DataSetHandle, List) - Static method in class org.eclipse.birt.report.model.api.util.CompatibilityUtil
-
Adds ResultSetColumn without sending out event.
- addRole(String) - Method in class org.eclipse.birt.report.model.api.AccessControlHandle
-
Deprecated.Adds the given role to the list.
- addScriptLib(ScriptLib) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Add script lib
- addSearch(SearchKey) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Add a new search key to the action.
- addSortCondition(ISortCondition) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- addSortCondition(ISortCondition) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IMultiRowItem
-
Adds sort condition.key of ISortCondition is required.
- addStructures(PropertyHandle, List) - Static method in class org.eclipse.birt.report.model.api.util.CompatibilityUtil
-
Adds the given structures to the corresponding property values.
- addTOC(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Adds toc structure.
- addTOC(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Adds toc structure.
- addTOC(TOC) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Adds toc structure.
- addTOC(TOC) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Adds toc structure.
- addTranslation(String, String, String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Adds a new translation to the design.
- addUserName(String) - Method in class org.eclipse.birt.report.model.api.AccessControlHandle
-
Deprecated.Adds the given user name to the list.
- addUserPropertyDefn(UserPropertyDefn) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Adds a user-defined property definition.
- addUserPropertyDefn(UserPropertyDefn) - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
This method is not defined for private styles.
- addValidationListener(IValidationListener) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Adds the validation listener, which implements
IValidationListener
. - addValue(String) - Method in class org.eclipse.birt.report.model.api.ValueAccessControlHandle
-
Deprecated.Adds the given value to the list.
- addView(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.MultiViewsHandle
-
Adds a new element as the view.
- addView(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Adds a new element as the view.
- AGGREGATEON_FUNCTION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the aggregateOn member.
- AGGREGATEON_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the aggregateOn member.
- AGGREGATION_FUNCTION_AVERAGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_AVERAGE - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_COUNT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_COUNT - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_COUNTDISTINCT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_COUNTDISTINCT - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_FIRST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_FIRST - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_IRR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_IRR - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_IS_BOTTOM_N - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_IS_BOTTOM_N - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_IS_BOTTOM_N_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_IS_BOTTOM_N_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_IS_TOP_N - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_IS_TOP_N - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_IS_TOP_N_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_IS_TOP_N_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_LAST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_LAST - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_MAX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_MAX - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_MEDIAN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_MEDIAN - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_MIN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_MIN - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_MIRR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_MIRR - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_MODE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_MODE - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_MOVINGAVE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_MOVINGAVE - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_NPV - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_NPV - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_PERCENT_RANK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_PERCENT_RANK - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_PERCENT_SUM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_PERCENT_SUM - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_PERCENTILE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_PERCENTILE - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_RANK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_RANK - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_RUNNINGCOUNT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_RUNNINGCOUNT - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_RUNNINGNPV - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_RUNNINGNPV - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_RUNNINGSUM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_RUNNINGSUM - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_STDDEV - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_STDDEV - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_SUM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_SUM - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_TOP_QUARTILE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_TOP_QUARTILE - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_VARIANCE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_VARIANCE - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AGGREGATION_FUNCTION_WEIGHTEDAVG - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AGGREGATION_FUNCTION_WEIGHTEDAVG - Static variable in interface org.eclipse.birt.report.model.api.oda.interfaces.IBirtAggregationConstants
- AggregationArgument - Class in org.eclipse.birt.report.model.api.elements.structures
-
AggregationArgument.
- AggregationArgument() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
- AggregationArgumentHandle - Class in org.eclipse.birt.report.model.api
-
AggregationArgumentHandle.
- AggregationArgumentHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.AggregationArgumentHandle
-
Constructs the handle of aggregation argument.
- AggregationDefn - Class in org.eclipse.birt.report.model.api.oda
- AggregationDefn(String) - Constructor for class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
Construct aggregation definition based on BIRT predefined aggregation id.
- AGGREGRATEON_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Deprecated.
- ALIAS_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the alias member.
- ALL_RESOURCE - Static variable in interface org.eclipse.birt.report.model.api.IResourceLocator
-
The location mask which searches all the locations.
- allExtendedElements() - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
- allExtendedElements() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Checks if all elements have extends parents or virtual parents.
- allExtendedElements() - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
- ALLOW_EXPORT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the allowExport member.
- ALLOW_NULL_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating that whether the value of this parameter can be
null
. - allowBlank() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Deprecated.
- allowExport() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Gets the flag which indicates whether the computed column supports export.
- allowExport() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Gets the flag which indicates whether the computed column supports export.
- allowExport() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Gets the allowExport property of the report item.
- allowExpression() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Checks whether the expression can be the value of this property.
- allowNull() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Checks whether the value of this parameter can be
null
. - allowNull() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Checks whether the value of this parameter can be
null
. - allowNull() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Deprecated.
- allowsUserProperties() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Determines if this element allows user properties.
- ANALYSIS_COLUMN_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the member which used to associate a field to the selected field when the analysisType is attribute.
- ANALYSIS_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the analysis member.
- ANALYSIS_TYPE_ATTRIBUTE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ANALYSIS_TYPE_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.in 2.5.1: this choice is not supported
- ANALYSIS_TYPE_DETAIL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.in 2.5.1: this choice is not supported
- ANALYSIS_TYPE_DIMENSION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ANALYSIS_TYPE_MEASURE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ANALYSIS_TYPE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.in 2.5.1: this choice is not supported
- appliesStrategies(LayoutTable, boolean) - Static method in class org.eclipse.birt.report.model.api.elements.table.BasicLayoutStrategies
-
Applies different strategies to the layout table and table element with the given options.
- applyLayout(Module, TableItem) - Static method in class org.eclipse.birt.report.model.api.elements.table.LayoutHelper
-
Resolves the layout for the given table element.
- applyLayoutOnSlot(LayoutSlot, ContainerSlot, Module) - Static method in class org.eclipse.birt.report.model.api.elements.table.LayoutHelper
-
Resolve the layout of Table Detail slot.
- applyStrategy() - Method in class org.eclipse.birt.report.model.api.elements.table.FillCellsStrategy
-
Applies different stragegies to the layout table and table element with the given options.
- AQUA - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color aqua.
- ARBITARY_LEVEL - Static variable in interface org.eclipse.birt.report.model.api.core.IAccessControl
-
All included libraries.
- ArgumentInfo - Class in org.eclipse.birt.report.model.api.metadata
-
Represents the definition of argument.
- ArgumentInfo - Class in org.eclipse.birt.report.model.api.scripts
-
Represents the definition of argument.
- ArgumentInfo() - Constructor for class org.eclipse.birt.report.model.api.metadata.ArgumentInfo
- ArgumentInfo(Class) - Constructor for class org.eclipse.birt.report.model.api.scripts.ArgumentInfo
-
Constructor.
- ArgumentInfoList - Class in org.eclipse.birt.report.model.api.metadata
-
Represents an optional argument list of a method.
- ArgumentInfoList - Class in org.eclipse.birt.report.model.api.scripts
-
Represents an optional argument list of a method.
- ArgumentInfoList() - Constructor for class org.eclipse.birt.report.model.api.metadata.ArgumentInfoList
-
Constructs a default
ArgumentInfoList
. - ArgumentInfoList(Class[]) - Constructor for class org.eclipse.birt.report.model.api.scripts.ArgumentInfoList
-
Constructor.
- argumentListIterator() - Method in interface org.eclipse.birt.report.model.api.metadata.IMethodInfo
-
Returns the iterator of argument definition.
- argumentListIterator() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
-
Returns the iterator of argument definition.
- argumentListIterator() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
-
Returns the iterator of argument definition.
- argumentListIterator() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
Returns the iterator of argument definition.
- ARGUMENTS_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of arguments of function member.
- argumentsIterator() - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Returns additional arguments to the aggregate function.
- argumentsIterator() - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfoList
-
Returns the iterator of argument definition.
- argumentsIterator() - Method in interface org.eclipse.birt.report.model.api.metadata.IArgumentInfoList
-
Returns the iterator of argument definition.
- argumentsIterator() - Method in class org.eclipse.birt.report.model.api.scripts.ArgumentInfoList
-
Returns the iterator of argument definition.
- ATTRIBUTE_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of attributeEvent.
- AttributeEvent - Class in org.eclipse.birt.report.model.api.core
-
Notification event that says that the attribute of the module is changed.
- AttributeEvent(Module, String) - Constructor for class org.eclipse.birt.report.model.api.core.AttributeEvent
-
Constructs a new file name event with the given module.
- attributesIterator() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns the iterator of attributes.
- attrName - Variable in class org.eclipse.birt.report.model.api.core.AttributeEvent
-
The attribute name of the event.
- AUTHOR_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the author property.
- AUTO_TEXT_PAGE_NUMBER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AUTO_TEXT_PAGE_NUMBER_UNFILTERED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AUTO_TEXT_PAGE_VARIABLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AUTO_TEXT_TOTAL_PAGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- AUTO_TEXT_TOTAL_PAGE_UNFILTERED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- autoPrimaryKey() - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Gets 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.
- AutoTextHandle - Class in org.eclipse.birt.report.model.api
-
Represents a autotext report item.
- AutoTextHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.AutoTextHandle
-
Constructs a autotext handle with the given design and the element.
- availableBindings() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Gets the iterator of all available bindings.
- availableBindings() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
B
- BACKGROUND_ATTACHMENT_FIXED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_ATTACHMENT_SCROLL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BACKGROUND_COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BACKGROUND_IMAGE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BACKGROUND_POSITION_BOTTOM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_POSITION_CENTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_POSITION_LEFT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_POSITION_RIGHT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_POSITION_TOP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_REPEAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BACKGROUND_REPEAT_NO_REPEAT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_REPEAT_REPEAT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_REPEAT_REPEAT_X - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_REPEAT_REPEAT_Y - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_SIZE_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_SIZE_CONTAIN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BACKGROUND_SIZE_COVER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BASE_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the "base" property.
- BasicLayoutStrategies - Class in org.eclipse.birt.report.model.api.elements.table
-
The strategy to recover the table from an invalid layout to a valid one.
- BasicLayoutStrategies() - Constructor for class org.eclipse.birt.report.model.api.elements.table.BasicLayoutStrategies
- BIDI_DIRECTION_LTR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BIDI_DIRECTION_RTL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- BIRT_SUPPORT_ONLY - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Indicates this FilterExpreDefinition is BIRT supported only, not mapped to a ODA extension Filter definition.
- birtAggregationDefinitions - Static variable in class org.eclipse.birt.report.model.api.oda.OdaAggregationHelperImpl
- birtAggregationDisplayName - Variable in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
BIRT aggregation display name.
- birtAggregationId - Variable in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
BIRT aggregation function id.
- birtFilterDisplayName - Variable in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
BIRT predefined filter expression operator display name.
- birtFilterExprId - Variable in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
Filter operator defined by BIRT.
- birtPredefinedAggregationConstants - Static variable in class org.eclipse.birt.report.model.api.oda.OdaAggregationHelperImpl
- BLACK - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color black.
- BLANK_CREATION_KEY - Static variable in interface org.eclipse.birt.report.model.api.IModuleOption
-
Key to indicate that the created design file is the simplest and blank, which contains nothing.
- BLUE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color blue.
- BookmarkValidator - Class in org.eclipse.birt.report.model.api.validators
- BookmarkValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.BookmarkValidator
- BOOLEAN_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Boolean property type.
- BOOLEAN_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Boolean property type.
- BORDER_BOTTOM_COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_BOTTOM_COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_BOTTOM_STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_BOTTOM_STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_BOTTOM_WIDTH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_BOTTOM_WIDTH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_LEFT_COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_LEFT_COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_LEFT_STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_LEFT_STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_LEFT_WIDTH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_LEFT_WIDTH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_RIGHT_COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_RIGHT_COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_RIGHT_STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_RIGHT_STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_RIGHT_WIDTH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_RIGHT_WIDTH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_TOP_COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_TOP_COLOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_TOP_STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_TOP_STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- BORDER_TOP_WIDTH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- BORDER_TOP_WIDTH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- bringForward(ReportItemHandle) - Method in class org.eclipse.birt.report.model.api.FreeFormHandle
-
Increases the z-index of the given element by 1.
- bringToFront(ReportItemHandle) - Method in class org.eclipse.birt.report.model.api.FreeFormHandle
-
Increases the z-index of the given element so that the element will have the maximal z-index value.
- build() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
- buildQualifiedReference(String, String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Builds the qualified reference value.
- BundleFactory - Class in org.eclipse.birt.report.model.api
-
The internal factory to find resources in the bundle.
- BundleFactory() - Constructor for class org.eclipse.birt.report.model.api.BundleFactory
C
- 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, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.CachedMetaDataHandle
-
Deprecated.
- 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.
- 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(String) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Deprecated.
- canAddCssStyleSheet(CssStyleSheetHandle) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
(non-Javadoc)
- 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(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(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(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(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(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Determines if the given slot can contain the
content
. - canContain(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Determines if the given slot can contain the
content
. - 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.
- 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) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Checks whether the given element 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(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(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(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.
- 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(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.
- 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() - Method in interface org.eclipse.birt.report.model.api.util.IPasteStatus
- 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(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.
- 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
todestColumn
. - canShiftColumn(int, int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Moves the column from
sourceColumn
todestColumn
. - 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
andcolPos + 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 - Exception 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 exception org.eclipse.birt.report.model.api.command.CircularExtendsException
-
Constructor.
- CircularExtendsException(DesignElement, DesignElement, String) - Constructor for exception 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 - Class in org.eclipse.birt.report.model.api.scripts
-
Represents the script object definition.
- ClassInfo() - Constructor for class org.eclipse.birt.report.model.api.metadata.ClassInfo
- 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.
- close() - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Clears all options for non-primitive values.
- 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, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.ColorHandle
-
Deprecated.
- 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, 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
-
Deprecated.using
ComputedColumn.NAME_MEMBER
instead. - 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, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Deprecated.
- 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, ElementPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Constructs a handle given an element handle and definition of a property.
- 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(RowHandle) - Method in class org.eclipse.birt.report.model.api.RowBandAdapter
-
Computes column count in one row.
- computeRowCount(TableRow) - 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 exception 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 exception 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(ContainerContext, DesignElement, int) - Constructor for class org.eclipse.birt.report.model.api.command.ContentEvent
- 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.
- ContentException - Exception in org.eclipse.birt.report.model.api.command
-
Reports an error during a container operation.
- ContentException(DesignElement, int, String) - Constructor for exception 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 exception 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 exception 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 exception 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 exception 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(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.
- ContentReplaceEvent(DesignElement, DesignElement, DesignElement, int) - Constructor for class org.eclipse.birt.report.model.api.command.ContentReplaceEvent
-
Deprecated.since birt 2.2 replaced by
ContentReplaceEvent(ContainerContext, DesignElement, DesignElement)
- 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(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.
- 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(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). - 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) - 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, 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.
- 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() - 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() - 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.
- createAction(ActionHandle, ReportItemHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- createAction(ActionHandle, ReportItemHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the 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() - 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 class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- createDataBinding(ComputedColumnHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the data biinding structure.
- createDataBinding(ComputedColumn) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- 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() - 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 class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- createFilterCondition(FilterCondition) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the IFilterCondition instance.
- createFilterCondition(FilterConditionHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- 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() - 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() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an empty hide rule structure.
- createHideRule(HideRule) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- createHideRule(HideRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create
IHideRule
instance - createHideRule(HideRuleHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- createHideRule(HideRuleHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create
IHideRule
instance - createHighlightRule() - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- createHighlightRule() - 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.
- createHighlightRule(HighlightRule) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- createHighlightRule(HighlightRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create
IHighlightRule
instance - createHighlightRule(HighlightRuleHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- createHighlightRule(HighlightRuleHandle) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Create
IHighlightRule
instance - createHighLightRule() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Create IHighLightRule
- 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() - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- 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.
- createResultSetColumn(ResultSetColumnHandle) - 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.
- 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() - 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 class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- createSortCondition(SortKey) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the sort structure.
- createSortCondition(SortKeyHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- 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 - Exception in org.eclipse.birt.report.model.api.command
-
Included css style sheet exception
- CssException(Module, String[], String) - Constructor for exception org.eclipse.birt.report.model.api.command.CssException
-
Constructor.
- CssException(Module, IncludedCssStyleSheet, String[], String) - Constructor for exception 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.
- CUSTOM_VALUE - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the member to save the any other user specified value.
- 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 - Exception in org.eclipse.birt.report.model.api.command
-
Reports an error during a user-defined message operation.
- CustomMsgException(DesignElement, String) - Constructor for exception org.eclipse.birt.report.model.api.command.CustomMsgException
-
Constructs the exception with error code.
- CustomMsgException(DesignElement, String, String, String) - Constructor for exception org.eclipse.birt.report.model.api.command.CustomMsgException
-
Constructs the exception with error code.
D
- 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_CHECKBOXTREE_GROUP - 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 exception 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_QUARTER - 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_QUARTER - 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
-
The default implementation for interface
IResourceLocator
. - 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.CssException
-
Bad css file.
- DESIGN_EXCEPTION_CANNOT_SPECIFY_DATA_OBJECT - Static variable in exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
ExtendsForbiddenException
- DESIGN_EXCEPTION_CANT_EXTEND - Static variable in exception org.eclipse.birt.report.model.api.command.ExtendsForbiddenException
-
The element does not allow extensions.
- DESIGN_EXCEPTION_CHOICE_NAME_REQUIRED - Static variable in exception 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 exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
CircularExtendsException
- DESIGN_EXCEPTION_CIRCULAR_ELEMENT_REFERNECE - Static variable in exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Data set is not added into this data set.
- DESIGN_EXCEPTION_DOT_FORBIDDEN - Static variable in exception org.eclipse.birt.report.model.api.command.NameException
-
Deprecated.replaced by
NameException.DESIGN_EXCEPTION_INVALID_NAME
- DESIGN_EXCEPTION_DOT_FORBIDDEN - Static variable in exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Deprecated.
- DESIGN_EXCEPTION_DROP_FORBIDDEN - Static variable in exception org.eclipse.birt.report.model.api.command.ContentException
-
Deprecated.since birt 2.2
- DESIGN_EXCEPTION_DUPLICATE - Static variable in exception 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 exception org.eclipse.birt.report.model.api.command.CssException
-
Indicates the css is using is duplicate.
- DESIGN_EXCEPTION_DUPLICATE_CUSTOM_COLOR_NAME - Static variable in exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.LibraryException
-
Indicates the namespace one library is using is duplicate.
- DESIGN_EXCEPTION_DUPLICATE_LOCALE - Static variable in exception org.eclipse.birt.report.model.api.command.CustomMsgException
-
Duplicated locale for one single message.
- DESIGN_EXCEPTION_DUPLICATE_NAME - Static variable in exception 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 exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
ExtendsForbiddenException
- DESIGN_EXCEPTION_EXTENDS_FORBIDDEN - Static variable in exception 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 exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.ContentException
-
The content in component slot has descendents.
- DESIGN_EXCEPTION_HAS_NO_CONTAINER - Static variable in exception 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 exception 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 exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Deprecated.
- DESIGN_EXCEPTION_INCONSISTENT_DATA_GROUP - Static variable in exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Image Name is empty.
- DESIGN_EXCEPTION_INVALID_IMAGE_URL_VALUE - Static variable in exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Image URL value is empty.
- DESIGN_EXCEPTION_INVALID_IMAGEREF_EXPR_VALUE - Static variable in exception 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 exception 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 exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the structure referred is not found.
- DESIGN_EXCEPTION_INVALID_LOCALE - Static variable in exception org.eclipse.birt.report.model.api.command.CustomMsgException
-
Invalid locale.
- DESIGN_EXCEPTION_INVALID_MANIFEST - Static variable in exception org.eclipse.birt.report.model.api.elements.SemanticError
- DESIGN_EXCEPTION_INVALID_MASTER_PAGE_CONTEXT_CONTAINMENT - Static variable in exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.NameException
- DESIGN_EXCEPTION_INVALID_PAGE_MARGINS - Static variable in exception 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 exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the master page size is invalid.
- DESIGN_EXCEPTION_INVALID_POSITION - Static variable in exception 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 exception org.eclipse.birt.report.model.api.elements.SemanticError
-
The property binding refers a non-existing element.
- DESIGN_EXCEPTION_INVALID_PROPERTY_NAME - Static variable in exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
The property value is invalid to Model ROM.
- DESIGN_EXCEPTION_INVALID_STRUCTURE_REF - Static variable in exception 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 exception org.eclipse.birt.report.model.api.command.NameException
-
The style name is invalid for CSS2 specification.
- DESIGN_EXCEPTION_INVALID_TEMPLATE_ELEMENT - Static variable in exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.UserPropertyException
-
Error code indicating the user property type is invalid.
- DESIGN_EXCEPTION_INVALID_VALUE - Static variable in exception 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 exception org.eclipse.birt.report.model.api.DesignFileException
-
Other exceptions thrown by SAX.
- DESIGN_EXCEPTION_ITEM_NOT_FOUND - Static variable in exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.LibraryException
-
Indicates the library is included recursively.
- DESIGN_EXCEPTION_LIBRARY_NOT_FOUND - Static variable in exception org.eclipse.birt.report.model.api.command.LibraryException
-
Indicates the library is not found in module.
- DESIGN_EXCEPTION_MEMBER_NAME_INVALID - Static variable in exception 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 exception org.eclipse.birt.report.model.api.metadata.MetaDataReaderException
-
Indicates there are ROM errors.
- DESIGN_EXCEPTION_MISSING_CHOICES - Static variable in exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.ContentException
-
The content element cannot be deleted.
- DESIGN_EXCEPTION_NAME_FORBIDDEN - Static variable in exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
InvalidParentException
- DESIGN_EXCEPTION_NO_PARENT - Static variable in exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Error code indicating the table has overlapping cells.
- DESIGN_EXCEPTION_PARENT_NOT_FOUND - Static variable in exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
InvalidParentException
- DESIGN_EXCEPTION_PARENT_NOT_FOUND - Static variable in exception org.eclipse.birt.report.model.api.command.InvalidParentException
-
No element exists with the parent name.
- DESIGN_EXCEPTION_PARENT_NOT_IN_COMPONENT - Static variable in exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
ExtendsForbiddenException
- DESIGN_EXCEPTION_PARENT_NOT_IN_COMPONENT - Static variable in exception 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 exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
InvalidParentException
- DESIGN_EXCEPTION_PARENT_NOT_INCLUDE - Static variable in exception 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 exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
The CSS property is not supported by BIRT.
- DESIGN_EXCEPTION_READONLY - Static variable in exception org.eclipse.birt.report.model.api.command.CssException
-
Read-only style
- DESIGN_EXCEPTION_RECURSIVE - Static variable in exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
The rule is not supported.
- DESIGN_EXCEPTION_SELF_EXTEND - Static variable in exception org.eclipse.birt.report.model.api.command.CircularExtendsException
-
The element cannot extend from itself.
- DESIGN_EXCEPTION_SELF_EXTEND - Static variable in exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
CircularExtendsException
- DESIGN_EXCEPTION_SEMANTIC_ERROR - Static variable in exception org.eclipse.birt.report.model.api.DesignFileException
-
The semantic error, when element doesn't conform semantic check.
- DESIGN_EXCEPTION_SEMANTIC_WARNING - Static variable in exception 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 exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
The style is not supported.
- DESIGN_EXCEPTION_STYLE_SHEET_NOT_FOUND - Static variable in exception org.eclipse.birt.report.model.api.css.StyleSheetException
-
The style sheet is not found.
- DESIGN_EXCEPTION_SYNTAX_ERROR - Static variable in exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.TemplateException
-
Template elements are not supported by libraries.
- DESIGN_EXCEPTION_TEMPLATE_TRANSFORM_FORBIDDEN - Static variable in exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.CustomMsgException
-
translation is not found in the report.
- DESIGN_EXCEPTION_UNIT_NOT_ALLOWED - Static variable in exception 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 exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
InvalidParentException
- DESIGN_EXCEPTION_UNNAMED_PARENT - Static variable in exception org.eclipse.birt.report.model.api.command.InvalidParentException
-
The parent element has no name.
- DESIGN_EXCEPTION_UNSUPPORTED_ELEMENT - Static variable in exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Empty list property should not have value.
- DESIGN_EXCEPTION_VALUE_LOCKED - Static variable in exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
WrongTypeException
- DESIGN_EXCEPTION_WRONG_EXTENSION_TYPE - Static variable in exception 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 exception 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 exception 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 exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Deprecated.pushed down to sub class
WrongTypeException
- DESIGN_EXCEPTION_WRONG_TYPE - Static variable in exception 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 exception 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 - Exception in org.eclipse.birt.report.model.api
-
Signals that a fatal error occurred when opening a design file.
- DesignFileException(String, Exception) - Constructor for exception 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 exception 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 exception 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 - Class in org.eclipse.birt.report.model.api.olap
-
Represents a dimension element in the cube element.
- DimensionHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.DimensionHandle
-
Deprecated.
- 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, ElementPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.DimensionHandle
-
Constructs a dimension handle for a element property.
- 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() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Drops this element from the design.
- 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() - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Removes this structure from a list property or member.
- 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(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(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(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(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(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 - 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_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() - 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(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(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.
- 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(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(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(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.
- 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(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Deprecated.
- dropImage(List) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Drops an embedded image handle list from the design.
- 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.
E
- e - Variable in exception org.eclipse.birt.report.model.api.DesignFileException
-
Exception thrown by SAX.
- element - Variable in exception org.eclipse.birt.report.model.api.activity.SemanticException
-
The element with semantic error.
- element - Variable in class org.eclipse.birt.report.model.api.ContentElementHandle
-
The target report element.
- element - Variable in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
-
The element where the copy/paste operation occurs.
- element - Variable in class org.eclipse.birt.report.model.api.GridRowBandAdapter
-
The element where the copy/paste operation occurs.
- element - Variable in class org.eclipse.birt.report.model.api.ReportElementHandle
-
The target report element.
- element - Variable in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
-
The element where the copy/paste operation occurs.
- element - Variable in class org.eclipse.birt.report.model.api.TableRowBandAdapter
-
The element where the copy/paste operation occurs.
- ELEMENT_CLIENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Event is being sent to the elements that use an element.
- ELEMENT_DELETE_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of ElementDeletedEvent.
- ELEMENT_LOCALIZE_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of ELEMENT_LOCALIZE_EVENT
- ELEMENT_REF_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Element reference property type.
- ELEMENT_REF_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Element reference property type.
- ELEMENT_RENAMED - Static variable in class org.eclipse.birt.report.model.api.command.NameSpaceEvent
-
Deprecated.The element in namespace is renamed.
- ELEMENT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for element property type.
- ELEMENT_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the element property type.
- elementChanged(DesignElementHandle, NotificationEvent) - Method in interface org.eclipse.birt.report.model.api.core.Listener
-
Notifies the listener about a Design Engine event.
- ElementCommand - Class in org.eclipse.birt.report.model.api.extension
-
Extension adapter class for the IElementCommand.
- ElementCommand() - Constructor for class org.eclipse.birt.report.model.api.extension.ElementCommand
- ElementDeletedEvent - Class in org.eclipse.birt.report.model.api.command
-
Indicates that an element was deleted.
- ElementDeletedEvent(DesignElement) - Constructor for class org.eclipse.birt.report.model.api.command.ElementDeletedEvent
-
Constructor.
- ElementDeletedEvent(DesignElement, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.command.ElementDeletedEvent
-
Constructor.
- ElementDetailHandle - Class in org.eclipse.birt.report.model.api
-
Abstract base class for property handles, slot handles, structure handles an other handles that provide detail about a report element.
- ElementDetailHandle(DesignElementHandle) - Constructor for class org.eclipse.birt.report.model.api.ElementDetailHandle
-
Constructs a detail handle given a handle to a report element.
- ElementExportUtil - Class in org.eclipse.birt.report.model.api.util
-
Represents the utility class to help export element and structure to library file.
- ElementExportUtil() - Constructor for class org.eclipse.birt.report.model.api.util.ElementExportUtil
- ElementExportUtilImpl - Class in org.eclipse.birt.report.model.api.util
-
Represents the utility class to help export element and structure to library file.
- ElementExportUtilImpl() - Constructor for class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
- ElementExtendsValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the element extends property.
- ElementExtendsValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.ElementExtendsValidator
- ElementFactory - Class in org.eclipse.birt.report.model.api
-
Creates a new report elements and returns handles to it.
- ElementFactory(Module) - Constructor for class org.eclipse.birt.report.model.api.ElementFactory
-
Constructs a element factory with the given module.
- elementHandle - Variable in class org.eclipse.birt.report.model.api.ElementDetailHandle
-
The handle to the report element.
- ElementLocalizeEvent - Class in org.eclipse.birt.report.model.api.command
-
Events indicating that the element is just localized.
- ElementLocalizeEvent(DesignElement) - Constructor for class org.eclipse.birt.report.model.api.command.ElementLocalizeEvent
-
Constructor.
- ElementReferenceValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the property whose type is element reference.
- ElementReferenceValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.ElementReferenceValidator
- elements - Variable in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
-
List of handles to design elements.
- elementValidated(DesignElementHandle, ValidationEvent) - Method in interface org.eclipse.birt.report.model.api.validators.IValidationListener
-
Notifies the element is validated.
- EMBEDDED_IMAGE_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Name of this structure.
- EmbeddedImage - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents an embedded image.
- EmbeddedImage() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Default constructor.
- EmbeddedImage(String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Constructs the image with the given name.
- EmbeddedImage(String, String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Constructs the image with the required name and type.
- EmbeddedImageHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of an embedded image.
- EmbeddedImageHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.EmbeddedImageHandle
-
Constructs the handle of embedded image.
- EMPTY_CELL - Static variable in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
The empty cell.
- EMPTY_STRING - Static variable in class org.eclipse.birt.report.model.api.util.StringUtil
- EmptyGroupElementHandle - Class in org.eclipse.birt.report.model.api
-
Implements an empty group element handle, which actually can do nothing.
- EmptyGroupElementHandle() - Constructor for class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
- enableElementID() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Deprecated.
- encrypt(String) - Method in interface org.eclipse.birt.report.model.api.extension.IEncryptionHelper
-
Encrypts the given string, and returns the encrypted string.
- ENCRYPTION_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of encryption change event.
- ENCRYPTION_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
- EncryptionEvent - Class in org.eclipse.birt.report.model.api.command
-
Identifies that the encryption of an element property changed.
- EncryptionEvent(DesignElement, ElementPropertyDefn, String, String) - Constructor for class org.eclipse.birt.report.model.api.command.EncryptionEvent
-
Constructor.
- EncryptionException - Exception in org.eclipse.birt.report.model.api.command
-
Indicates an error when setting the name of an element.
- EncryptionException(DesignElement, String, String[]) - Constructor for exception org.eclipse.birt.report.model.api.command.EncryptionException
-
Constructor.
- encryptionID - Variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
The encryption id for the encrypted property value.
- engine - Variable in class org.eclipse.birt.report.model.api.DesignEngine
-
The implementation of the design engine.
- ensureSize(int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Makes the slot has enough space with the given row size and the column size.
- equals(Object) - Method in class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
- equals(Object) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
- equals(Object) - Method in class org.eclipse.birt.report.model.api.Expression
- equals(Object) - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Compares the specified Object with this
GroupPropertyHandle
for equality. - equals(Object) - Method in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Compares this dimension value to the given object.
- equals(Object) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Returns true if the two property handle has the same element and the same property.
- ERROR - Static variable in exception org.eclipse.birt.report.model.api.elements.SemanticError
-
The constant for the semantic error.
- ErrorCodes - Interface in org.eclipse.birt.report.model.api
-
Implements to define the error codes that are exposed to api.
- ErrorDetail - Class in org.eclipse.birt.report.model.api
-
Provides detail information about errors found when opening a design file.
- ErrorDetail(Exception) - Constructor for class org.eclipse.birt.report.model.api.ErrorDetail
-
Constructs the error detail with a given exception.
- errorLogger - Static variable in class org.eclipse.birt.report.model.api.DesignEngine
-
The logger for errors.
- errors - Variable in class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
List of the errors after checking compatibilities.
- execute() - Method in interface org.eclipse.birt.report.model.api.activity.IActivityRecord
-
Executes the record.
- execute() - Method in class org.eclipse.birt.report.model.api.extension.ElementCommand
- execute() - Method in interface org.eclipse.birt.report.model.api.extension.IElementCommand
-
Executes the record.
- execute(IActivityRecord) - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Executes the specified record and flushes the redo stack.
- execute(IElementCommand) - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Executes the specified extended element command.
- EXPORT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the export member.
- EXPORT_TYPE_ALWAYS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- EXPORT_TYPE_IF_REALIZED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- EXPORT_TYPE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- exportDesign(ReportDesignHandle, String, boolean, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Export the report design to a library file specified by the file name.
- exportDesign(ReportDesignHandle, LibraryHandle, boolean, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Exports one design to library.
- exportElement(DesignElementHandle, String, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Exports the given element into one library file.
- exportElement(DesignElementHandle, LibraryHandle, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Exports the given element into one library.
- exportElements(List, String, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Exports the given element list into one library file.
- exportStructure(StructureHandle, String, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Exports the given structure into one library.
- exportStructure(StructureHandle, LibraryHandle, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Exports the given structure into one library.
- exportStructures(List, String, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Exports the given structure into one library.
- exportStyle(StyleHandle, ThemeHandle, boolean) - Static method in class org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
-
Exports the given style into selected theme.
- EXPR_MAPPING_SUPPORTED - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Indicates this FilterExpreDefinition is supported by both of ODA extension and BIRT predefined.
- EXPR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the filter expression member.
- expression - Variable in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
The expression for the visibility rule.
- expression - Variable in class org.eclipse.birt.report.model.api.elements.structures.SearchKey
-
Value of the expression property.
- Expression - Class in org.eclipse.birt.report.model.api
-
Represents the object for the expression.
- Expression(Object, String) - Constructor for class org.eclipse.birt.report.model.api.Expression
-
Constructor
- EXPRESSION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the expression member.
- EXPRESSION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
Name of the parameter binding expression member.
- EXPRESSION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SearchKey
-
Name of the expression property.
- EXPRESSION_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Expression property type.
- EXPRESSION_TYPE - Static variable in interface org.eclipse.birt.report.model.api.util.IBookmarkInfo
- EXPRESSION_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Expression property type.
- ExpressionHandle - Class in org.eclipse.birt.report.model.api
-
Simplifies working with expression properties.
- ExpressionHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.ExpressionHandle
-
Deprecated.
- ExpressionHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.ExpressionHandle
-
Constructs an expression handle for the structure member.
- ExpressionHandle(DesignElementHandle, ElementPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.ExpressionHandle
-
Constructs an expression handle for an element property.
- ExpressionListHandle - Class in org.eclipse.birt.report.model.api
-
Simplifies working with expression lists.
- ExpressionListHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.ExpressionListHandle
-
Deprecated.
- ExpressionListHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.ExpressionListHandle
-
Constructs an expression list handle for the structure member.
- ExpressionListHandle(DesignElementHandle, ElementPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.ExpressionListHandle
-
Constructs an expression list handle for an element property.
- expressionSupportedType() - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
- expressionSupportedType() - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Returns the expression supported type of this FilterExprDefinition.
- ExpressionType - Class in org.eclipse.birt.report.model.api
-
Enumerates the expression types.
- ExpressionType() - Constructor for class org.eclipse.birt.report.model.api.ExpressionType
- Extended_PROPERTY_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
The Extended property structure name.
- ExtendedElementException - Exception in org.eclipse.birt.report.model.api.extension
-
Base class for all peer-provided exceptions.
- ExtendedElementException(DesignElement, String, String, Object[], Throwable) - Constructor for exception org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Constructs a new model exception.
- ExtendedElementException(DesignElement, String, String, Object[], ResourceBundle) - Constructor for exception org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Constructs a new model exception.
- ExtendedElementException(DesignElement, String, String, Object[], ResourceBundle, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Constructs a new model exception.
- ExtendedElementException(DesignElement, String, String, Object, ResourceBundle) - Constructor for exception org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Constructs a new model exception.
- ExtendedElementException(DesignElement, String, String, Object, ResourceBundle, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Constructs a new model exception.
- ExtendedElementException(DesignElement, String, String, ResourceBundle) - Constructor for exception org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Constructs a new model exception with no cause object.
- ExtendedElementException(DesignElement, String, String, ResourceBundle, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Constructs a new model exception.
- ExtendedItemHandle - Class in org.eclipse.birt.report.model.api
-
Represents an extended element.
- ExtendedItemHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Constructs the handle with the report design and the element it holds.
- ExtendedProperty - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents one Extended property.
- ExtendedProperty() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
Default constructor.
- ExtendedProperty(String, String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
Constructs the extended property with the given name and value.
- ExtendedProperty(String, String, String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
- ExtendedPropertyHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of Extended property.
- ExtendedPropertyHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.ExtendedPropertyHandle
-
Constructs the handle of Extended property.
- EXTENDS_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of ExtendsEvent.
- EXTENDS_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Extends property type.
- EXTENDS_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Extends property type.
- ExtendsEvent - Class in org.eclipse.birt.report.model.api.command
-
Indicates that the extends attribute of an element changed.
- ExtendsEvent(DesignElement) - Constructor for class org.eclipse.birt.report.model.api.command.ExtendsEvent
-
Constructor.
- ExtendsException - Exception in org.eclipse.birt.report.model.api.command
-
Indicates an error while setting the extends property of an element.
- ExtendsException(DesignElement, String, String) - Constructor for exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Constructor.
- ExtendsException(DesignElement, DesignElement, String) - Constructor for exception org.eclipse.birt.report.model.api.command.ExtendsException
-
Constructor.
- ExtendsForbiddenException - Exception in org.eclipse.birt.report.model.api.command
-
An error indicates not supported extension while setting the extends property of an element.
- ExtendsForbiddenException(DesignElement, String, String) - Constructor for exception org.eclipse.birt.report.model.api.command.ExtendsForbiddenException
-
Constructor.
- ExtendsForbiddenException(DesignElement, DesignElement, String) - Constructor for exception org.eclipse.birt.report.model.api.command.ExtendsForbiddenException
-
Constructor.
- extendsName - Variable in exception org.eclipse.birt.report.model.api.command.ExtendsException
-
The new extends value.
- EXTENSION_DESIGN_ENGINE_FACTORY - Static variable in interface org.eclipse.birt.report.model.api.IDesignEngineFactory
-
The extension point used to create the factory object.
- EXTENSION_EXPR_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the member that indicates the unique id of a custom filter expression contributed and defined by the extension.
- EXTENSION_MODEL_PROPERTY - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Type code for a property defined by an extension implementation of ReportItemExtensionPoint.
- EXTENSION_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the member that indicates the extension name defined to map to a BIRT filter operator.
- EXTENSION_PROPERTY - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Type code for a property defined in XML file with the ReportItemExtensionPoint.
- EXTENSION_PROPERTY_DEFINITION_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of PropertyListEvent.
- EXTENSION_SUPPORT_ONLY - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Indicates this FilterExpreDefinition is ODA extension side supported only, not mapped to a BIRT predefined Filter definition.
- ExtensionPropertyDefinitionEvent - Class in org.eclipse.birt.report.model.api.command
-
Notification event to send when the dynamic property list is changed after setting an extension property value.
- ExtensionPropertyDefinitionEvent(DesignElement) - Constructor for class org.eclipse.birt.report.model.api.command.ExtensionPropertyDefinitionEvent
-
Constructor.
- ExtensionValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the extension is valid, which is provided by
IReportItem
. - ExtensionValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.ExtensionValidator
- extensionVersion - Variable in class org.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo
-
Extension version of the extended-item.
- EXTERNAL_CSS_URI_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
Name of the external css file member.
- externalCssURI - Variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
The URI of the external css.
- extractFileName(String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Extract file name (without path and suffix) from file name with path and suffix.
- extractFileNameWithSuffix(String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Extract file name (without path but with suffix) from file name with path and suffix.
- extractName(String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Extracts the name from the given qualified reference value.
- extractNamespace(String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Extracts the libaray namespace from the given qualified reference value.
F
- FactoryElementHandle - Class in org.eclipse.birt.report.model.api
-
Factory element handle class to retrieve some factory styles.
- FactoryPropertyHandle - Class in org.eclipse.birt.report.model.api
-
A specialized handle for use when creating the Factory data structures.
- FactoryPropertyHandle(DesignElementHandle, ElementPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Constructs a factory property handle with the given
DesignElementHandle
and the definition of the property. - FILE_NAME_ATTRIBUTE - Static variable in class org.eclipse.birt.report.model.api.core.AttributeEvent
-
Name of 'fileName' attribute.
- FILE_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
Name of the file name member.
- FILE_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
Name of the file name member.
- FILE_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
-
Name of the "file-name" property.
- FILE_SCHEMA - Static variable in class org.eclipse.birt.report.model.api.util.URIUtil
-
File schema.
- fileName - Variable in exception org.eclipse.birt.report.model.api.DesignFileException
-
The file name with the error.
- fileName - Variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
The file name of the included library.
- fileName - Variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
The file name of the included library.
- fileName - Variable in class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
-
Value of the file name property.
- fileNameChanged(ModuleHandle, AttributeEvent) - Method in interface org.eclipse.birt.report.model.api.core.IAttributeListener
-
Notifies the element is validated.
- fillCells(int, int, int, int, Cell, boolean) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Occupies cells within space
colId
andcolId + colSpan - 1
. - FillCellsStrategy - Class in org.eclipse.birt.report.model.api.elements.table
-
The strategy to fill empty areas with
LayoutCell
s andCell
elements. - FillCellsStrategy(LayoutTable, boolean) - Constructor for class org.eclipse.birt.report.model.api.elements.table.FillCellsStrategy
-
Constructs a
DropStrategy
with the given table. - fillDropSpannedCells(int, int, int, int, Cell) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Occupies cells within space
colId
andcolId + colSpan - 1
. - filter(List<RecordTask>) - Method in interface org.eclipse.birt.report.model.api.activity.IEventFilter
-
Apply filter conditions to the chain of events.
- FILTER_COND_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of this structure.
- FILTER_CONDITION_TYPE_SIMPLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_CONDITION_TYPE_SLICER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the filter member.
- FILTER_OPERATOR_ANY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.in BIRT 2.1. This operator is not supported.
- FILTER_OPERATOR_BETWEEN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_BETWEEN - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_BETWEEN - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_BOTTOM_N - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_BOTTOM_N - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_BOTTOM_N - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_BOTTOM_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_BOTTOM_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_BOTTOM_PERCENT - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_EQ - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_EQ - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_EQ - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_FALSE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_FALSE - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_FALSE - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_GE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_GE - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_GE - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_GT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_GT - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_GT - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_IN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_IN - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_IN - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_LE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_LE - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_LE - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_LIKE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_LIKE - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_LIKE - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_LT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_LT - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_LT - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_MATCH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_MATCH - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_MATCH - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_NE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_NE - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_NE - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_NOT_BETWEEN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_NOT_BETWEEN - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_NOT_BETWEEN - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_NOT_IN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_NOT_IN - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_NOT_IN - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_NOT_LIKE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_NOT_LIKE - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_NOT_LIKE - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_NOT_MATCH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_NOT_MATCH - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_NOT_MATCH - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_NOT_NULL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_NOT_NULL - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_NOT_NULL - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_NULL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_NULL - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_NULL - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_TOP_N - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_TOP_N - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_TOP_N - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_TOP_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_TOP_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_TOP_PERCENT - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_OPERATOR_TRUE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_OPERATOR_TRUE - Static variable in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IBirtFilterOperatorConstants
- FILTER_OPERATOR_TRUE - Static variable in class org.eclipse.birt.report.model.api.simpleapi.ScriptConstants
- FILTER_TARGET_DATA_SET - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FILTER_TARGET_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the filter target member.
- FILTER_TARGET_RESULT_SET - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FilterCondition - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents one filter in the filter list of List, Table or their Groups.
- FilterCondition() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
- FilterConditionElementHandle - Class in org.eclipse.birt.report.model.api
- FilterConditionElementHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Constructs a filter condition handle with the given design and the element.
- FilterConditionHandle - Class in org.eclipse.birt.report.model.api
-
Represents one filter in the filter list of List, Table or their Groups.
- FilterConditionHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Constructs the handle of filter condition.
- FilterExprDefinition - Class in org.eclipse.birt.report.model.api.filterExtension
-
FilterExprDefinition
- FilterExprDefinition() - Constructor for class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
- FilterExprDefinition(String) - Constructor for class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
Constructor for FilterExprDefinition by BIRT predefined filter expression operator id.
- filtersIterator() - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Returns an iterator for the filter list defined on the data group.
- filtersIterator() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns an iterator over filter.
- filtersIterator() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Returns an iterator over filter.
- filtersIterator() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns an iterator for the filter list defined on the group.
- filtersIterator() - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Returns the iterator for filter list defined on a table or list.
- filtersIterator() - Method in class org.eclipse.birt.report.model.api.MemberValueHandle
-
Returns the iterator for filter list defined on this member value.
- filtersIterator() - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Returns an iterator for the filter list defined on this cube.
- filtersIterator() - Method in class org.eclipse.birt.report.model.api.olap.HierarchyHandle
-
Returns an iterator for the filter list defined on this hierarchy.
- FINANCE_CLASS_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Name of the class for 'Finance'.
- findCascadingParameterGroup(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns a cascading parameter group handle with the given group name
- findCellColumnPos(Cell) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Finds the column position for the given cell element.
- findChoice(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IChoiceSet
-
Finds a Choice in the
ChoiceSet
for the given choice name. - findChoiceByDisplayName(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IChoiceSet
-
Finds a IChoice in the
IChoiceSet
for its display name. - findColor(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds the custom color with the given name.
- findColumn(int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Figures out the column according to the index of the column.
- findColumnBinding(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Finds a column binding with the given name.
- findConfigVariable(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds the config variable with the given name.
- findContentSlot(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Finds the slot within this element that contains the given element.
- findContentSlot(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
This method is not defined for private styles.
- findCssStyleSheetHandleByName(String) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Deprecated.
- findCssStyleSheetHandleByProperties(String, String, boolean) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
(non-Javadoc)
- findCube(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a cube element by name in this module and the included modules.
- findDataSet(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a data set by name in this module and the included modules.
- findDataSource(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a data source by name in this module and the included modules.
- findDimension(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a dimension element by name in this module and the included modules.
- findDimensionCondition(String) - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Finds the dimension condition defined for the hierarchy element with the specified name.
- findDimensionCondition(HierarchyHandle) - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Finds the dimension condition defined for the given hierarchy element.
- findElement(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a named element in the name space in this module and the included moduled.
- findElementByThemeType(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Finds the element definition with the specified report item theme type.
- findImage(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds the image with the given name.
- findIncludedCssStyleSheetHandleByName(String) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Deprecated.
- findIncludedCssStyleSheetHandleByProperties(String, String, boolean) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
(non-Javadoc)
- findJointDataSet(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a joint data set by name in this module and the included modules.
- findLevel(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a cube element by name in this module and the included modules.
- findLibrary(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the library handle with the given file name.
- findMasterPage(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a master page by name in this module and the included modules.
- findNativeStyle(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a style by its name in this module.
- findParameter(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a parameter by name in this module and the included modules.
- findPosn(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Returns the position of the given content in this slot.
- findProperty(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IObjectDefn
-
Gets a property definition given the property name.
- findReportItemTheme(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a report item theme by its name in this module and its included libraries.
- findResource(String, int) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the
URL
object if the file withfileName
exists. - findResource(String, int, Map) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the
URL
object if the file withfileName
exists. - findResource(ModuleHandle, String, int) - Method in class org.eclipse.birt.report.model.api.DefaultResourceLocator
- findResource(ModuleHandle, String, int, Map) - Method in class org.eclipse.birt.report.model.api.DefaultResourceLocator
- findScriptLib(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets script lib though name
- findStyle(String) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Returns the style with the given name.
- findStyle(String) - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
-
Gets a style handle with the given name in the style sheet.
- findStyle(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a style by its name in this module and the included modules.
- findTemplateDataSet(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a template data set by name in this module and the included modules.
- findTheme(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds a theme by its name in this module and the included modules.
- findUserChoiceByDisplayName(Module, String) - Method in interface org.eclipse.birt.report.model.api.metadata.IChoiceSet
-
Finds a UserChoice in the
IChoiceSet
for its display name. - fitToContainer() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Gets the fit to container property value of this image item.
- FLOAT_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Float property type.
- FLOAT_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Float property type.
- flush() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Clears the record stack.
- FLYOUT_POSITION_LEFT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FLYOUT_POSITION_RIGHT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- focus - Variable in class org.eclipse.birt.report.model.api.command.ContentEvent
- focus - Variable in class org.eclipse.birt.report.model.api.command.ContentReplaceEvent
-
The container information.
- focus - Variable in class org.eclipse.birt.report.model.api.command.TemplateTransformEvent
-
The slot within the container.
- focus - Variable in class org.eclipse.birt.report.model.api.command.ViewsContentEvent
- FONT_FAMILY_CURSIVE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_FAMILY_FANTASY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_FAMILY_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- FONT_FAMILY_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- FONT_FAMILY_MONOSPACE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_FAMILY_SANS_SERIF - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_FAMILY_SERIF - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_SIZE_LARGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_SIZE_LARGER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_SIZE_MEDIUM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_SIZE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- FONT_SIZE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- FONT_SIZE_SMALL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_SIZE_SMALLER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_SIZE_X_LARGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_SIZE_X_SMALL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_SIZE_XX_LARGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_SIZE_XX_SMALL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_STYLE_ITALIC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- FONT_STYLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- FONT_STYLE_NORMAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_STYLE_OBLIQUE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_VARIANT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- FONT_VARIANT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- FONT_VARIANT_NORMAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_VARIANT_SMALL_CAPS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_100 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_200 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_300 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_400 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_500 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_600 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_700 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_800 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_900 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_BOLD - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_BOLDER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_LIGHTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FONT_WEIGHT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- FONT_WEIGHT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- FONT_WEIGHT_NORMAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FontHandle - Class in org.eclipse.birt.report.model.api
-
Simplifies working with the font family property.
- FontHandle(DesignElementHandle) - Constructor for class org.eclipse.birt.report.model.api.FontHandle
-
Constructs a font family handle for an element property.
- FontHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.FontHandle
-
Deprecated.
- FontHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.FontHandle
-
Constructs a font family handle for a structure member.
- format - Variable in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
The comparison operator.
- format(int, int) - Static method in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Formats an integer RGB value according to the format preference provided.
- format(String, int) - Static method in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Formats an color value according to the format preference provided.
- FORMAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Deprecated.
- FORMAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
Name of the format member.
- FORMAT_TYPE_ALL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_TYPE_DOC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_TYPE_EMAIL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_TYPE_EXCEL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Property name of format.
- FORMAT_TYPE_PDF - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_TYPE_POWERPOINT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_TYPE_PRINT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_TYPE_REPORTLET - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_TYPE_RTF - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_TYPE_VIEWER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_TYPE_WORD - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- FORMAT_VALUE_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DateFormatValue
-
Name of this structure.
- FORMAT_VALUE_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DateTimeFormatValue
-
Name of this structure.
- FORMAT_VALUE_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
Name of the format value structure.
- FORMAT_VALUE_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.NumberFormatValue
-
Name of this structure.
- FORMAT_VALUE_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ParameterFormatValue
-
Name of this structure.
- FORMAT_VALUE_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.StringFormatValue
-
Name of this structure.
- FORMAT_VALUE_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TimeFormatValue
-
Name of this structure.
- FormatValue - Class in org.eclipse.birt.report.model.api.elements.structures
-
The abstract value for the format of string, data-time and number.
- FormatValue() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.FormatValue
- FormatValueHandle - Class in org.eclipse.birt.report.model.api
-
Represents a format value in the style or the highlight rule.
- FormatValueHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.FormatValueHandle
-
Deprecated.
- FormatValueHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.FormatValueHandle
-
Construct an handle to deal with the action structure.
- formRGB(int, int, int) - Static method in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Calculates the integer color value given its red, blue, green values.
- FreeFormHandle - Class in org.eclipse.birt.report.model.api
-
Represents a free-form element.
- FreeFormHandle(Module, FreeForm) - Constructor for class org.eclipse.birt.report.model.api.FreeFormHandle
-
Constructs a free-form handle with the given design and the free-from.
- FUCHSIA - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color fuchsia.
G
- 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
-
Deprecated.
- getAggregrateOn() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Deprecated.
- 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
-
Deprecated.by the
StyleHandle.getTextAlign()
- 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.ExtendedItemHandle
-
Returns the alternate text of this extended item.
- getAltText() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Deprecated.
- getAltText() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Returns the alternate text of this image.
- getAltTextExpression() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the alternate text of this label item.
- getAltTextExpression() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the alternate text of this label item.
- getAltTextKey() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the resource key of 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.ReportItemHandleImpl
-
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.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.
- getBackGroundColor() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Returns backgroudcolor
- 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() - 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 class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
- 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
-
Deprecated.use
ActionHandle.getTargetBookmark()
instead. - 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() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable.OverlappedArea
-
Returns the cell element.
- getCell(int, int) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Returns the cell at the given position.
- 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) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Return a cell element with the given poistion.
- 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.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.LayoutTableModel
-
Return a cell element with the given poistion.
- 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() - 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() - 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.
- getChoices(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a array of valid choices for a property.
- 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.
- 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
-
Deprecated.using
ComputedColumnHandle.getName()
instead. - getColumnName() - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Deprecated.using
ComputedColumn.getName()
instead. - 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
-
Deprecated.This property has been removed. See the method
SortKey.getKey()
. - 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
-
Deprecated.This property has been removed. See the method
SortKeyHandle.getKey()
. - 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.
- 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, 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.
- 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 forTableRow
,TableGroup
andTableItem
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() - 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() - 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.
- getContent(int) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Gets the content at the given position.
- getContent(String, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets a handle to the content element at the given position.
- 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() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Returns the number of elements in the property.
- getContentCount(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
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() - 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.
- 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.
- 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
-
Deprecated.by the method
TextDataHandle.getContentType()
- 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 exception 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 exception 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.
- getCustomValue() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Returns the user specified value.
- getCustomValue() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Returns the user specified value.
- 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() - Method in class org.eclipse.birt.report.model.api.EmbeddedImageHandle
-
Returns the byte array of image data.
- getData(Module) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Returns the image data in Base64 encoding.
- 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
-
Deprecated.since 2.5 replaced by
AbstractScalarParameterHandleImpl.getDefaultValueList()
- 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) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Gets the dimension with the specified name within this cube.
- getDimension(String, boolean) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
- 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() - 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.AbstractThemeHandle
- 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() - 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() - 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
- getDisplayName(ULocale) - Method in interface org.eclipse.birt.report.model.api.metadata.IChoice
-
Returns the localized display name for the choice.
- 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.
- 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(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) - 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).
- 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, 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.
- 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
-
Deprecated.use
ActionHandle.getReportName()
instead. - 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 exception 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() - 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(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Finds the element definition by its internal name.
- getElement(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- 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 exception 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.
- getEncryptionID() - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
- getErrorCode() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns the error code of the cause of the exception.
- getErrorLevel() - Method in exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Returns the level of the error.
- getErrorList() - Method in exception 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 exception 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.AggregationArgumentHandle
-
Returns the argument 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
-
Deprecated.replaced by
ParamBinding.getExpressionList()
- 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 exception 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) - 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.DesignElementHandle
-
Returns externalized message.
- getExternalizedValue(String, String, ULocale) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Returns the externalized message.
- getExternalizedValue(String, String, Locale) - 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.
- 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
orIMAGE_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 exception 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
-
Deprecated.Replaced by the method
FilterCondition.getExpr()
- getFilterExpr() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Deprecated.Replaced by the method
FilterConditionHandle.getExpr()
- 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
-
Deprecated.
- 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.
- 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(Module) - Method in interface org.eclipse.birt.report.model.api.core.IDesignElement
-
Returns an API handle for this element.
- 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
-
Deprecated.use
ActionHandle.getURI()
instead. - 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 exception 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() - 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.
- 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
. - 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 exception 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
-
Deprecated.Replaced by the method
AbstractScalarParameterHandleImpl.getLabelExpr()
- 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(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.
- getLayoutCell(CellHandle) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns the layout cell with the given cell element.
- 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(int) - Method in class org.eclipse.birt.report.model.api.olap.HierarchyHandle
-
Gets the level handle at the specified position within this hierarchy.
- getLevel(String) - Method in class org.eclipse.birt.report.model.api.olap.HierarchyHandle
-
Gets the level handle by the name 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() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the libraries this report design includes directly.
- 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.
- 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 class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Returns a handle to work with the height of the line.
- 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
-
Deprecated.new method see
ModuleHandleImpl.getLineNo(Object)
- 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(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets the value of a property as a list.
- getListProperty(Module, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Deprecated.replaced by
DesignElementHandle.getListProperty(String)
- 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 exception org.eclipse.birt.report.model.api.activity.SemanticException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.CircularExtendsException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.ContentException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.CssException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.CustomMsgException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.EncryptionException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.ExtendsException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.ExtendsForbiddenException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.InvalidParentException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.LibraryException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.NameException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.PropertyNameException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.StyleException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.TemplateException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.ThemeException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.UserPropertyException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.command.WrongTypeException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.css.StyleSheetException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.css.StyleSheetParserException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.DesignFileException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.elements.SemanticError
- getLocalizedMessage() - Method in exception 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 exception org.eclipse.birt.report.model.api.metadata.MetaDataReaderException
- getLocalizedMessage() - Method in exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
- getLocalizedMessage() - Method in exception 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
-
Deprecated.
- 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) - Method in class org.eclipse.birt.report.model.api.filterExtension.ODAFilterExprProvider
- getMappedFilterExprDefinitions(String, String, int) - Static method in class org.eclipse.birt.report.model.api.filterExtension.OdaFilterExprHelper
-
Returns the list of IFilterExprDefinition.
- 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() - 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.
- getMasterPage(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Gets master page script instance.
- 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() - Method in class org.eclipse.birt.report.model.api.TimeIntervalHandle
-
Returns the measure value.
- getMeasure(String) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Gets the measure with the specified name within this cube.
- getMeasureExpression() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Gets the measure expression of this measure element.
- 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() - 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.DataSetParameterHandle
- 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(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 exception 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 exception org.eclipse.birt.report.model.api.activity.SemanticException
- getMessage() - Method in exception org.eclipse.birt.report.model.api.DesignFileException
- getMessage() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Returns the error message.
- getMessage() - Method in exception 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, ULocale) - Method in interface org.eclipse.birt.report.model.api.extension.IMessages
-
Returns the localized message given the resource key and given locale.
- getMessage(String, ULocale) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Finds user-defined messages for the given locale.
- 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, Locale) - 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() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
-
Returns the internal Java Method instance.
- 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.
- 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() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Deprecated.
- getMethods() - 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() - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
Returns the method definition list.
- getMethods(String) - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Returns functions that can be called in the given method.
- getMethods(String) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Returns the method info list of extension elements.
- getMethods(String) - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
- getMethods(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns functions that can be called in the given method.
- 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 exception 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 exception 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(String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns the value of a property as a generic object.
- getProperty(String) - Method in exception 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.
- getProperty(Module, String) - Method in interface org.eclipse.birt.report.model.api.core.IStructure
-
Gets the locale value of a property.
- getProperty(Module, String) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
- 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, PropertyDefn) - Method in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- 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() - 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.
- 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.
- 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, returnnull
. - 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 exception org.eclipse.birt.report.model.api.command.PropertyNameException
-
Returns the invalid property name.
- getPropertyName() - Method in exception org.eclipse.birt.report.model.api.command.UserPropertyException
-
Gets the name of the property that caused the problem.
- getPropertyName() - Method in exception 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
-
Deprecated.removed since 2.5, replaced by
ValueHandle.getContext()
- 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 tobase
. - 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(ULocale) - Method in interface org.eclipse.birt.report.model.api.extension.IResourceBundleProvider
-
Returns the resource bundle with the locale.
- getResourceBundle(Locale) - Method in interface org.eclipse.birt.report.model.api.extension.IResourceBundleProvider
-
Deprecated.to support ICU4J, replaced by : getResourceBundle(ULocale 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.
- 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() - 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
- getRowCount(LayoutTable) - Static method in class org.eclipse.birt.report.model.api.elements.table.LayoutUtil
-
Calculates the row number in the table.
- 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 exception 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() - 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() - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Returns the internal representation of the slot.
- getSlot(int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns a handle to the given slot.
- 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.
- 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 class org.eclipse.birt.report.model.api.RowOperationParameters
-
Returns slot id.
- 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.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() - 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.
- getStructure(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Finds a structure definition by name.
- getStructures() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Returns the structure list.
- getStyle() - Method in exception 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.
- getTagType() - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Returns the tag type of this label item.
- getTagType() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the tag type of this label item.
- getTagType() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Returns the tag type of this label item.
- 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 exception 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() - 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
-
Deprecated.Replaced by the method
AbstractScalarParameterHandleImpl.getDataType()
- 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
- getType(Module) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Returns type value this node represents.
- 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
orIMAGE_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
orIMAGE_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
orIMAGE_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
-
Deprecated.Replaced by the method
FilterCondition.getValue1()
- getValue1Expr() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Deprecated.Replaced by the method
FilterConditionHandle.getValue1()
- 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
-
Deprecated.
- getValue1List() - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Deprecated.
- getValue1List() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
- getValue1List() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.Replaced by the method
FilterCondition.getValue2()
- getValue2Expr() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Deprecated.Replaced by the method
FilterConditionHandle.getValue2()
- getValueColumn() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Deprecated.Replaced by the method
AbstractScalarParameterHandleImpl.getValueExpr()
- 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.
H
- handle - Variable in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Handle to a collection of elements.
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.Action
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.CachedMetaData
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.DateFormatValue
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.DateTimeFormatValue
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.DimensionCondition
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.HideRule
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.MapRule
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.NumberFormatValue
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.ParameterFormatValue
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.Rule
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.ScriptLib
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.SearchKey
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortHint
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.StringFormatValue
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeFormatValue
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
- handle(SimpleValueHandle, int) - Method in class org.eclipse.birt.report.model.api.elements.structures.TOC
- handleCompatibilityIssue() - Method in interface org.eclipse.birt.report.model.api.extension.ICompatibleReportItem
-
handle the compatibility issue
- handleCompatibilityIssue() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
- hasChoices() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Checks if a property has a set of choices whatever choice is choice, extended choice or user defined choice.
- hasDroppingCell(List) - Method in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
-
Always
false
since the "drop" property is disabled in grid. - hasDroppingCell(List) - Method in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
-
Checks whether any cell in
cells
has a value ofDesignChoiceConstants#DROP_TYPE_DETAIL
orDesignChoiceConstants#DROP_TYPE_ALL
for the "drop" property. - hasExpression() - Method in class org.eclipse.birt.report.model.api.TextDataHandle
-
Determines whether there is expression need to be evaluated in the text content of this text data handle.
- hasExpression() - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
Determines whether there is expression need to be evaluated in the text content of this text item handle.
- hasExternalCSSURI(Module) - Static method in class org.eclipse.birt.report.model.api.util.StyleUtil
- hasFixedSize() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Indicates whether the report item has fixed size.
- hasFixedSize() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
- hasFooter() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Checks whether the group footer slot is empty.
- hasFooter() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Checks whether the group footer slot is empty.
- hashCode() - Method in class org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
- hashCode() - Method in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Returns a hash code for this
DimensionValue
object. - hasHeader() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Checks whether the group header slot is empty.
- hasHeader() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IGroup
-
Checks whether the group header slot is empty.
- hasLocalProperties() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns
true
if this element has any locally-defined property values. - hasLocalPropertiesForExtendedElements() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
This method returnt
true
in following condition: - hasLocalPropertiesIncludeSubElement() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
This method returnt
true
in following condition: - hasLocalPropertiesIncludeSubElement(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
return true if the Element or subElement has local properties
- hasNext() - Method in class org.eclipse.birt.report.model.api.css.StyleIterator
-
Returns true if there is another style to retrieve.
- hasNext() - Method in class org.eclipse.birt.report.model.api.MemberIterator
- hasNext() - Method in class org.eclipse.birt.report.model.api.SlotIterator
- hasNext() - Method in class org.eclipse.birt.report.model.api.SortedSlotIterator
- hasOverlappedArea() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Checks whether the table has overlapped areas.
- hasParent() - Method in class org.eclipse.birt.report.model.api.RowBandAdapter
-
Checks element has parent or not.
- hasSemanticError() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Justifies whether this element has any semantic error or not.
- hasSlot(int) - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Returns whether this element has the requested slot given the numeric identifier of the slot.
- hasStyle() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Indicates if this element has a style.
- HEADING_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the heading id member.
- HEADING_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating the heading id of the parameter
- HEADING_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the heading member.
- HEADING_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating the heading of the parameter
- height - Variable in class org.eclipse.birt.report.model.api.util.Rectangle
-
The height of the rectangle.
- HELP_GUIDE_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the help guide property.
- HELP_TEXT_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the help text ID member.
- HELP_TEXT_ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating the help text id of the parameter
- HELP_TEXT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the help text member.
- HELP_TEXT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating the help text of the parameter
- hideDetail() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Tests whether to hide the detail rows of this group.
- HideRule - Class in org.eclipse.birt.report.model.api.elements.structures
-
Implements hide rules of a
ReportItem
. - HideRule() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
The default Constructor.
- HideRule(String, String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
Constructs the hide structure with the format choice and expression.
- HideRuleHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of visibility rule.
- HideRuleHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.HideRuleHandle
-
Constructs the handle of visibility rule.
- HIERARCHY_KEY_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
-
Property name of the hierarchy key of this join.
- HIERARCHY_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DimensionCondition
-
Member name of the cached result set(output columns).
- HierarchyHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a Hierarchy.
- HierarchyHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.HierarchyHandle
-
Constructs a handle for the given design and design element.
- HighlightRule - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents a highlight rule that says how a data item should appear based on the value within it.
- HighlightRule() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
Default Constructor.
- HighlightRule(String, String, String, String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
-
Constructs the highlight rule with an operator and its arguments.
- HighlightRuleHandle - Class in org.eclipse.birt.report.model.api
-
Represents a highlight rule in the highlight property of a style.
- HighlightRuleHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.HighlightRuleHandle
-
Constructs a highlight rule handle with the given
SimpleValueHandle
and the index of the highlight rule in the highlight. - highlightRulesIterator() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the iterator of highlight rules.
- HORIZONTAL_ALIGN_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the horizontal alignment member.
- HTML_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Color display preference for HTML style: #RRGGBB.
- HTML_GADGET_CONTENT_TYPE_HTML - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.Use
GADGET_CONTENT_TYPE_HTML
instead. - HTML_GADGET_CONTENT_TYPE_URL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.Use
GADGET_CONTENT_TYPE_URL
instead. - HTML_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the HTML property type.
- HTML_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the HTML property type.
I
- IAbsoluteFontSizeValueProvider - Interface in org.eclipse.birt.report.model.api
-
Provides the absolute dimension value for absolute font size constant.
- IAccessControl - Interface in org.eclipse.birt.report.model.api.core
-
Represents the visibility level of a module.
- IAction - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Script wrapper of
ActionHandle
- IActivityRecord - Interface in org.eclipse.birt.report.model.api.activity
-
Application-level interface into the Model's activity record.
- IAggregationDefn - Interface in org.eclipse.birt.report.model.api.oda.interfaces
- IArgumentInfo - Interface in org.eclipse.birt.report.model.api.metadata
-
Represents the definition of argument.
- IArgumentInfoList - Interface in org.eclipse.birt.report.model.api.metadata
-
Represents an optional argument list of a method.
- IAttributeListener - Interface in org.eclipse.birt.report.model.api.core
-
Receives file name events after one attribute of the report design is changed.
- IAutoText - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Simple wrapper of AutoTextHandle
- IBirtAggregationConstants - Interface in org.eclipse.birt.report.model.api.oda.interfaces
- IBirtFilterOperatorConstants - Interface in org.eclipse.birt.report.model.api.filterExtension.interfaces
-
IBirtFilterOperatorConstants
- IBookmarkInfo - Interface in org.eclipse.birt.report.model.api.util
- IBundleFactory - Interface in org.eclipse.birt.report.model.api
-
Retrieves resources in the Eclipse bundle.
- ICell - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a the design of a Cell in the scripting environment
- IChoice - Interface in org.eclipse.birt.report.model.api.metadata
-
Describes the options for a property value.
- IChoiceDefinition - Interface in org.eclipse.birt.report.model.api.extension
-
Defines a choice within a list of property choices defined by a peer extension.
- IChoiceSet - Interface in org.eclipse.birt.report.model.api.metadata
-
Represents a set of choices on a predefined or user defined property type or property definition.
- IClassInfo - Interface in org.eclipse.birt.report.model.api.metadata
-
Represents the script object definition.
- IColor - Interface in org.eclipse.birt.report.model.api.extension
- IColorConstants - Interface in org.eclipse.birt.report.model.api.metadata
-
The interface for constants of colors used in BIRT.
- IColumn - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Script wrapper of ColumnHandle.
- ICompatibleReportItem - Interface in org.eclipse.birt.report.model.api.extension
-
Represents an instance of a extended report element that can work with the bound data columns.
- id - Variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Element id of the property binding.
- ID_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Name of the "id" property.
- IDataBinding - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents the design of an DataBinding in the scripting environment
- IDataItem - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a the design of a DataItem in the scripting environment
- IDataSet - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Script wrapper of OdaDataSetHandle
- IDataSource - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Script wrapper of OdaDataSourceHandle
- IDesignConfig - Interface in org.eclipse.birt.report.model.api
- IDesignElement - Interface in org.eclipse.birt.report.model.api.core
-
Interface for all the design elements.
- IDesignElement - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Script wrapper of DesignElementHandle
- IDesignEngine - Interface in org.eclipse.birt.report.model.api
-
Represents the BIRT design engine as a whole.
- IDesignEngineFactory - Interface in org.eclipse.birt.report.model.api
-
Factory class to create an instance of DesignEngine
- IDisposeListener - Interface in org.eclipse.birt.report.model.api.core
-
Receives dispose events after one report design is disposed.
- IDynamicText - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a the design of a multi line text item in the scripting environment
- IElementCommand - Interface in org.eclipse.birt.report.model.api.extension
-
Represents a extended element command that is integrated with the BIRT command stack.
- IElementCopy - Interface in org.eclipse.birt.report.model.api.util
-
The copied object created from
CopyUtil.copy()
. - IElementDefn - Interface in org.eclipse.birt.report.model.api.metadata
-
Interface for a report element definition.
- IElementPropertyDefn - Interface in org.eclipse.birt.report.model.api.metadata
-
Interface of the Meta-data information for an element property or an extension model property.
- IEncryptionHelper - Interface in org.eclipse.birt.report.model.api.extension
-
Defines the interface of encryption helper, which includes two methods for encryption and decryption.
- IEventFilter - Interface in org.eclipse.birt.report.model.api.activity
-
Class provides a event filter logic for a transaction.
- IExpression - Interface in org.eclipse.birt.report.model.api.simpleapi
- IExpressionType - Interface in org.eclipse.birt.report.model.api.simpleapi
- IExtendedItem - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Script wrapper of ExtendedItemHandle.
- IFilterCondition - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents the design of an FilterCondition in the scripting environment
- IFilterConditionElement - Interface in org.eclipse.birt.report.model.api.simpleapi
- IFilterExprDefinition - Interface in org.eclipse.birt.report.model.api.filterExtension.interfaces
-
IFilterExprDefinition
- IFont - Interface in org.eclipse.birt.report.model.api.extension
- IGrid - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a the design of a Grid in the scripting environment
- IGroup - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Script wrapper of GroupHandle
- IHideRule - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents the design of an HighRule in the scripting environment
- IHighlightRule - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents the design of an HighLightRule in the scripting environment
- IImage - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a the design of an Image in the scripting environment
- ILabel - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a the design of a Label in the scripting environment
- IList - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents the design of a List in the scripting environment
- IListGroup - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Script wrapper of ListGroupHandle
- IListing - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents the design of an Listing in the scripting environment
- ILLEGAL_OPERATION_EXCEPTION - Static variable in exception org.eclipse.birt.report.model.api.IllegalOperationException
-
Error message for the exception.
- IllegalContentInfo - Class in org.eclipse.birt.report.model.api.extension
- IllegalContentInfo(SimplePeerExtensibilityProvider.UndefinedChildInfo, Module) - Constructor for class org.eclipse.birt.report.model.api.extension.IllegalContentInfo
- IllegalOperationException - Exception in org.eclipse.birt.report.model.api
-
Thrown to indicate that a method has been illegally called.
- IllegalOperationException() - Constructor for exception org.eclipse.birt.report.model.api.IllegalOperationException
-
Constructs an
IllegalOperationException
with no detail message. - IllegalOperationException(String) - Constructor for exception org.eclipse.birt.report.model.api.IllegalOperationException
-
Constructs an
IllegalOperationException
with the specified detail message. - ILocalizableInfo - Interface in org.eclipse.birt.report.model.api.metadata
-
Represents the abstract definition which can be localized.
- IMAGE_REF_TYPE_EMBED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_REF_TYPE_EXPR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_REF_TYPE_FILE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_REF_TYPE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_REF_TYPE_URL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_SIZE_CLIP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_SIZE_SCALE_TO_ITEM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_SIZE_SIZE_TO_IMAGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_TYPE_IMAGE_BMP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_TYPE_IMAGE_GIF - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_TYPE_IMAGE_ICO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_TYPE_IMAGE_JPEG - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_TYPE_IMAGE_PNG - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_TYPE_IMAGE_SVG - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_TYPE_IMAGE_TIFF - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_TYPE_IMAGE_X_ICON - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- IMAGE_TYPE_IMAGE_X_PNG - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ImageDataValidator - Class in org.eclipse.birt.report.model.api.validators
-
If the image source is set, the corresponding image data should be set.
- ImageDataValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.ImageDataValidator
- ImageHandle - Class in org.eclipse.birt.report.model.api
-
Represents an image report item.
- ImageHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ImageHandle
-
Constructs a image handle with the given design and the element.
- IMAGES_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the embedded images property.
- imagesIterator() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the iterator over all embedded images of this module instance.
- IMasterPage - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a master page in the scripting environment
- IMemberInfo - Interface in org.eclipse.birt.report.model.api.metadata
-
Represents the definition of class member.
- IMessages - Interface in org.eclipse.birt.report.model.api.extension
-
The interface for getting localized messages from extension element.
- IMetaDataDictionary - Interface in org.eclipse.birt.report.model.api.metadata
-
Global, shared dictionary of design meta data.
- IMetaLogger - Interface in org.eclipse.birt.report.model.api.metadata
-
Interface to handle meta-data errors during initialization.
- IMethodInfo - Interface in org.eclipse.birt.report.model.api.metadata
-
Represents the method information for both class and element.
- IModuleModel - Interface in org.eclipse.birt.report.model.api.core
-
The interface for the root element to store the constants.
- IModuleOption - Interface in org.eclipse.birt.report.model.api
-
Implements to define the keys to do some setting in a module.
- importCssStyles(CssStyleSheetHandle, List) - Method in class org.eclipse.birt.report.model.api.LibraryHandleImpl
-
Import css file to theme.
- importCssStyles(CssStyleSheetHandle, List) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Imports the selected styles in a
CssStyleSheetHandle
to the module. - importCssStyles(CssStyleSheetHandle, List<SharedStyleHandle>) - Method in class org.eclipse.birt.report.model.api.ReportItemThemeHandle
-
Imports the selected styles in a
CssStyleSheetHandle
to the given theme of the library. - importCssStyles(CssStyleSheetHandle, List, String) - Method in class org.eclipse.birt.report.model.api.LibraryHandleImpl
-
Imports the selected styles in a
CssStyleSheetHandle
to the given theme of the library. - IMultiRowItem - Interface in org.eclipse.birt.report.model.api.simpleapi
- INameManager - Interface in org.eclipse.birt.report.model.api.core
-
Interface to do all managements about the element names.
- INCLUDE_RESOURCE_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Base name of the included resource bundle file.
- INCLUDE_SCRIPT_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
-
Name of this structure.
- INCLUDE_SCRIPTS_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the property that gives some include scripts.
- includeCssesIterator() - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Returns the iterator over all included css style sheets.
- INCLUDED_CSS_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
Name of this structure.
- INCLUDED_LIBRARY_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
Name of this structure.
- IncludedCssStyleSheet - Class in org.eclipse.birt.report.model.api.elements.structures
-
Included css style sheet structure
- IncludedCssStyleSheet() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
- IncludedCssStyleSheetHandle - Class in org.eclipse.birt.report.model.api
-
Represents a included css style sheet in report design and theme.
- IncludedCssStyleSheetHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.IncludedCssStyleSheetHandle
-
Constructs the handle of the included css style sheet.
- IncludedCssStyleSheetValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates whether the included css style sheet file is existed or not.
- IncludedCssStyleSheetValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.IncludedCssStyleSheetValidator
- IncludedLibrary - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents one include library of report design.
- IncludedLibrary() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
- IncludedLibraryHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of the included library.
- IncludedLibraryHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.IncludedLibraryHandle
-
Constructs the handle of the included library.
- IncludedLibraryValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates whether the included library file is existed or not.
- IncludedLibraryValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.IncludedLibraryValidator
- includeLibrariesIterator() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the iterator over all included libraries.
- includeLibrary(String, String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Includes one library with the given library file name.
- IncludeScript - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents a include script.
- IncludeScript() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
-
Default constructor.
- IncludeScript(String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
-
Constructs the script with the required file name.
- IncludeScriptHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of the included script.
- IncludeScriptHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.IncludeScriptHandle
-
Constructs the handle of the included script.
- includeScriptsIterator() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns the iterator over all included scripts.
- InconsistentColumnsValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the column number in columns slot and the maximum column number in rows should be consistent.
- InconsistentColumnsValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.InconsistentColumnsValidator
- INDEX_COLUMN_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the member that indicates whether the column should be generated with index.
- indexOf(Object) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
- indexOfUnitLetter(String) - Static method in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Finds index of the first unit character( pt, %, pc...
- initBirtAggregation(int, String) - Method in class org.eclipse.birt.report.model.api.oda.AggregationDefn
- initBirtExpr(int) - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
- INITIALIZE_METHOD - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the method called when the report starts executing in the BIRT Report Engine.
- initializeModule(Map) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Initializes the report design when it is just created.
- initializeSlotHandles() - 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.
- insertAndPasteColumn(ColumnBandData, int) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Inserts and pastes a column with its cells to the given column number.
- insertAndPasteColumn(ColumnBandData, int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Inserts and pastes a column with its cells to the given column number.
- insertAndPasteRow(IDesignElement, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Inserts and paste table row to the given destination row with the given parameters.
- insertAndPasteRow(IDesignElement, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Inserts and paste table row to the given destination row with the given parameters.
- insertColumn(int, int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Inserts a column to the table.
- insertItem(IStructure, int) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Inserts a new item into a list property or member at the given position.
- insertRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Inserts table row to the given destination row with the given parameters.
- insertRow(RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Inserts table row to the given destination row with the given parameters.
- instance - Static variable in class org.eclipse.birt.report.model.api.validators.ElementExtendsValidator
-
The singleton instance of the validator.
- INSTANTANEOUS_SEND_TIME - Static variable in class org.eclipse.birt.report.model.api.activity.TransactionOption
-
Instantaneous send time option.
- INT_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Useful constant for Color display preference, display Color as integer.
- INTEGER_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Integer property type.
- INTEGER_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Integer property type.
- INTERVAL_DAY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_HOUR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_INTERVAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_MINUTE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_MONTH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_PREFIX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_QUARTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_SECOND - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_TYPE_INTERVAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_TYPE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_TYPE_PREFIX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_WEEK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INTERVAL_YEAR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- INVALID_MODULE - Static variable in class org.eclipse.birt.report.model.api.ModuleUtil
-
The invalid module.
- InvalidParentException - Exception in org.eclipse.birt.report.model.api.command
-
An error indicates invalid parent while setting the extends property of an element.
- InvalidParentException(DesignElement, String, String) - Constructor for exception org.eclipse.birt.report.model.api.command.InvalidParentException
-
Constructor.
- InvalidParentException(DesignElement, DesignElement, String) - Constructor for exception org.eclipse.birt.report.model.api.command.InvalidParentException
-
Constructor.
- invalidValue - Variable in exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
The invalid value.
- IObjectDefn - Interface in org.eclipse.birt.report.model.api.metadata
-
Base Interface for methods common to elements and structures.
- IODAFilterExprProvider - Interface in org.eclipse.birt.report.model.api.filterExtension
- IPasteStatus - Interface in org.eclipse.birt.report.model.api.util
-
Interface to provide information for paste checks.
- IPredefinedStyle - Interface in org.eclipse.birt.report.model.api.metadata
-
BIRT defines a fixed set of predefined styles.
- IPropertyDefinition - Interface in org.eclipse.birt.report.model.api.extension
-
Defines a property or structure member provided by an peer extension.
- IPropertyDefn - Interface in org.eclipse.birt.report.model.api.metadata
-
Base Interface for both element property, extension model property and structure member definitions.
- IPropertyType - Interface in org.eclipse.birt.report.model.api.metadata
-
Base class for the meta-data for property types.
- IReportDesign - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Script wrapper of ReportDesignHandle
- IReportElement - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a the design of a report element in the scripting environment
- IReportItem - Interface in org.eclipse.birt.report.model.api.extension
-
Represents an instance of a extended report element.
- IReportItem - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a the design of a report item in the scripting environment
- IReportItemFactory - Interface in org.eclipse.birt.report.model.api.extension
-
Represents the peer extension itself.
- IReportItemMethodContext - Interface in org.eclipse.birt.report.model.api.elements
-
Defines the method context that are available to the report item.
- IResourceBundleProvider - Interface in org.eclipse.birt.report.model.api.extension
-
Provides the resource bundle with the given locale.
- IResourceChangeListener - Interface in org.eclipse.birt.report.model.api.core
-
This listener is notified of changes to resources in the resource path.
- IResourceLocator - Interface in org.eclipse.birt.report.model.api
-
Implements this interface to provide a custom file search algorithm.
- IResultSetColumn - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents the design of an ResultSetColumn in the scripting environment
- IRow - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a row in the scripting environment
- IS_DESIGN_TIME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Status that determines whether this structure is used in design time or not
- IS_INPUT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating that whether this is an input parameter.
- IS_NULLABLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Deprecated.
- IS_OPTIONAL_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating that whether the report must provide a value for this parameter.
- IS_OPTIONAL_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the member that indicates whether this filter is optional or not.
- IS_OPTIONAL_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortHint
-
Name of the isOptional member.
- IS_OUTPUT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating that whether this is an output parameter.
- isAbsoluteFontSize(String) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Returns whether the dimension string value is absolute font size constant.
- isAbsoluteUnit(String) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Return if the given unit is an absolute unit or not.
- isBlank(String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Reports if a string is blank.
- isBold() - Method in interface org.eclipse.birt.report.model.api.extension.IFont
- isCalculated() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Indicates whether this measure is computed by other measures or not.
- isCellStartPosition() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Checks whether the current position is where the cell element begins to span.
- isCompressed() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Gets the flag which indicates whether the column needs to be compressed.
- isConcealValue() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Tests whether hides the user's entry by displaying asterisks.
- isConstructor() - Method in interface org.eclipse.birt.report.model.api.metadata.IMethodInfo
-
Returns whether this method is constructor.
- isConstructor() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
- isConstructor() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
- isConstructor() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
- isContainer() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Determines if this element acts as a container.
- IScriptableObjectClassInfo - Interface in org.eclipse.birt.report.model.api.scripts
- isCssAbsolute(String) - Static method in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Indicates whether the color value is of valid css absolute format: "RGB(r,g,b)".
- isCssRelative(String) - Static method in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Indicates whether the color value is of a valid css relative format: "RGB( r%, g%, b%)".
- isDesignTime - Variable in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
- isDesignTime() - Method in interface org.eclipse.birt.report.model.api.core.IStructure
-
Justifies whether the structure is generated in design time or not.
- isDesignTime() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
- isDesignTime() - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
- isDesignTime() - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Justifies whether this structure handle is generated in design time.
- isDirectionRTL() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Examines whether the resolved direction of this design element is Right to Left or not.
- isDirectionRTL() - Method in class org.eclipse.birt.report.model.api.LibraryHandleImpl
- isDroppingCell(CellContextInfo) - Method in class org.eclipse.birt.report.model.api.GridColumnBandAdapter
- isDroppingCell(CellContextInfo) - Method in class org.eclipse.birt.report.model.api.TableColumnBandAdapter
- isDropSet() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Checks whether "drop" value is "all" or "detail".
- isDropSpanned() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Tests whether the atomic cell is occupied because of "drop" properties of cells.
- isEditable() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementPropertyDefn
-
Checks whether the property value can be edited by the user in the property sheet.
- isEffectualDrop() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Checks whether the drop is effectual.
- isEmpty() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Determines if the meta data dictionary is empty (uninitialized).
- isEmpty() - Method in class org.eclipse.birt.report.model.api.util.Point
-
Returns whether the point is empty.
- isEmpty(String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Reports if a string is empty.
- isEmptyContent() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Checks whether there is any element in the cell element.
- isEncryptable() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Returns whether this property should be encrypted.
- isEqual(String, String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Returns if the two string are null or equal.
- isEqualHierarchiesForJointCondition(HierarchyHandle, HierarchyHandle) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
This API is only for helping GUI to draw the dimension joint condition editor pad.
- isEqualIgnoreCase(String, String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Returns if the two string are null or equal.
- isExtendedElement() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Justifies whether this definition is extension element.
- isExtendedElements() - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
- isExtendedElements() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Returns
true
if each of the given collection of element extends has a parent. - isExtendedElements() - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
- isFixedOrder() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Tests whether to display values in the order defined in the list.
- isFloatingFooter() - Method in class org.eclipse.birt.report.model.api.SimpleMasterPageHandle
-
Tests whether allows the footer 'floats' after the last content on each page.
- isHidden() - Method in class org.eclipse.birt.report.model.api.ParameterHandle
-
Tests whether the parameter will appear in the Requester page.
- ISimpleElementFactory - Interface in org.eclipse.birt.report.model.api.simpleapi
-
The factory class to create scriptable objects.
- isInclude(LibraryHandle) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Checks whether there is an included library in this module, which has the same absolute path as that of the given library.
- isInclude(ModuleHandle, String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Checks whether a library with the specified file name is directly or indirectly included by the module.
- isIndexColumn() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Gets the flag which indicates whether the column should be generated with index.
- isInGroup(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
- isInGroup(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Checks whether the
element
is a member ofGroupElementHandle
. - isInGroup(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
- isInitialized - Variable in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
The flag indicates that whether the initialization is finished.
- isInput() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Checks whether this parameter is an input parameter.
- isInput() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Checks whether this parameter is an input parameter.
- isInTemplateParameter() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Checks whether the given element is contained by one of template parameter definition.
- isItalic() - Method in interface org.eclipse.birt.report.model.api.extension.IFont
- isJTidy() - Method in class org.eclipse.birt.report.model.api.TextDataHandle
-
return if jTIdy is used to validate the HTML content.
- isJTidy() - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
return if jTIdy is used to validate the HTML content.
- isKeyword() - Method in class org.eclipse.birt.report.model.api.DimensionHandle
-
Determines if the dimension is given by a standard format or by a pre-defined constant.
- isKindOf(IElementDefn) - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Determines if the given element type is a kind of this type.
- isLibReference() - Method in class org.eclipse.birt.report.model.api.EmbeddedImageHandle
-
Checks whether
EmbeddedImage
has reference to library embedded image. - isList() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Returns whether this property represents a list of properties instead of a single property.
- isList() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
- isList() - Method in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Indicates whether this property is a list.
- isList() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Indicate if this handle is working on a list property.
- isListFilterValue(FilterConditionElementHandle) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Determine if the value1 of this filter condition is a list.
- isListFilterValue(FilterConditionHandle) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Determine if the value1 of this filter condition is a list.
- isListStyleRuleValue(StyleRuleHandle) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Determine if the value1 of this map rule condition is a list.
- isLocal() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Determines whether this property value is set locally for this element.
- isLocal(String) - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Determines whether this value is set locally for the given member in this structure.
- ISlotDefn - Interface in org.eclipse.birt.report.model.api.metadata
-
Interface for the definition of a slot within an element.
- isMultipleCardinality() - Method in interface org.eclipse.birt.report.model.api.metadata.ISlotDefn
-
Returns the slot cardinality.
- isMustMatch() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Tests whether the value must match one of values in the selection list.
- isNative() - Method in class org.eclipse.birt.report.model.api.metadata.ClassInfo
-
Returns whether a class object is native.
- isNative() - Method in interface org.eclipse.birt.report.model.api.metadata.IClassInfo
-
Returns whether a class object is native.
- isNative() - Method in class org.eclipse.birt.report.model.api.scripts.ClassInfo
-
Returns whether a class object is native.
- isNegatedExtExprId() - Method in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
- isNegatedExtExprId() - Method in interface org.eclipse.birt.report.model.api.filterExtension.interfaces.IFilterExprDefinition
-
Indicates whether the expression is mapped to the negated data base expression, i.e.
- isNullable() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Deprecated.Use
allowNull()
- isNullable() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Deprecated.Use
allowNull()
- isOnColumnLayout() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Gets the hint if the dimension data element should be layout on column.
- isOptional() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Whether the parameter is optional.
- isOptional() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Whether the parameter is optional.
- isOptional() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Determines whether this filter condition is optional or not.
- isOptional() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Determines whether this filter condition is optional or not.
- isOptional() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Determines whether this filte rcondition is optional or not.
- isOptional() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Determines whether this filter condition is optional or not.
- isOptional() - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Indicates whether this sort key can be excluded at runtime.
- ISortCondition - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents the design of an SortCondition in the scripting environment
- ISortElement - Interface in org.eclipse.birt.report.model.api.simpleapi
-
The simple API class for the SortElementHandle.
- isOutput() - Method in class org.eclipse.birt.report.model.api.DataSetParameterHandle
-
Checks whether this parameter is an output parameter.
- isOutput() - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Checks whether this parameter is an output parameter.
- isPredefined() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
checks whether this style is created by user or predefined by BIRT.
- isPropertyReadOnly(String) - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
- isPropertyReadOnly(String) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Checks whether a property is read-only in the property sheet.
- isPropertyReadOnly(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Checks whether the property value is read-only in the property sheet.
- isPropertyReadOnly(String) - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
- isPropertyVisible(String) - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
- isPropertyVisible(String) - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Checks whether a property is visible in the property sheet.
- isPropertyVisible(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IElementDefn
-
Checks whether the property is visible to the property sheet.
- isPropertyVisible(String) - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
- isProportionalScale() - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Gets the flag which indicates whether the image scales proportionally or not.
- isReadOnly() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Determines whether this property is read-only or not.
- isReadOnly() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
- isReadOnly() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Checks whether a property is read-only in the property sheet.
- isReadOnly() - Method in class org.eclipse.birt.report.model.api.MemberHandle
- isReadOnly() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementPropertyDefn
-
Deprecated.by the method
IElementDefn.isPropertyReadOnly(String)
- isReadOnly() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Returns whether this module is read-only.
- isReadOnly() - Method in class org.eclipse.birt.report.model.api.PropertyHandle
- isReadOnly() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
- isReadOnly() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Checks whether a value is read-only in the property sheet.
- isReferencable() - Method in interface org.eclipse.birt.report.model.api.core.IStructure
-
Justifies whether the structure can be referred by other design elements.
- isReferencable() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
- isReferencableProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
- isReferencableProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
- isReferencableProperty(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
- isRelativeFontSize(String) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Returns whether the dimension string value is relative font size constant.
- isRelativeUnit(String) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Return if the given unit is a relative unit or not.
- isRequired() - Method in class org.eclipse.birt.report.model.api.AbstractScalarParameterHandleImpl
-
Tests whether the string value of the parameter is required.
- isSame(NotificationEvent) - Method in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Compares and justifies whether this event and the given event is the same.
- isSame(NotificationEvent) - Method in class org.eclipse.birt.report.model.api.command.ContentEvent
- isSame(NotificationEvent) - Method in class org.eclipse.birt.report.model.api.command.ElementDeletedEvent
- isSame(NotificationEvent) - Method in class org.eclipse.birt.report.model.api.command.NameSpaceEvent
-
Deprecated.
- isSame(NotificationEvent) - Method in class org.eclipse.birt.report.model.api.command.PropertyEvent
- isSame(NotificationEvent) - Method in class org.eclipse.birt.report.model.api.command.TemplateTransformEvent
- isSame(NotificationEvent) - Method in class org.eclipse.birt.report.model.api.command.UserPropertyEvent
- isSame(NotificationEvent) - Method in class org.eclipse.birt.report.model.api.command.ViewsContentEvent
- isSame(NotificationEvent) - Method in class org.eclipse.birt.report.model.api.core.AttributeEvent
- isSameType() - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
- isSameType() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Indicates that if the given elements are of the same definition.
- isSameType() - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
- isSet() - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Tests whether this property value is set for this element or the structure.
- isSet() - Method in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Tests whether this property value is set for this element.
- isSet() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Determines whether this property value is set for this element.
- isSortByGroups() - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Determines whether the result set of this element will be sorted by the group keys.
- isStatic() - Method in interface org.eclipse.birt.report.model.api.metadata.IMemberInfo
-
Returns whether this member is static.
- isStatic() - Method in interface org.eclipse.birt.report.model.api.metadata.IMethodInfo
-
Returns whether this method is static.
- isStatic() - Method in class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
Returns whether this member is static.
- isStatic() - Method in class org.eclipse.birt.report.model.api.metadata.MethodInfo
- isStatic() - Method in class org.eclipse.birt.report.model.api.scripts.ConstructorInfo
- isStatic() - Method in class org.eclipse.birt.report.model.api.scripts.MemberInfo
-
Returns whether this member is static.
- isStatic() - Method in class org.eclipse.birt.report.model.api.scripts.MethodInfo
- isStrikeThrough() - Method in interface org.eclipse.birt.report.model.api.extension.IFont
- isStyleProperty() - Method in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Tests whether this is a style property.
- isStyleProperty() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementPropertyDefn
-
Indicates whether the property is associated with a style or not.
- isSummaryTable() - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Returns if the table is a summary table.
- isSupportedUnknownVersion() - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
return whether support unknown version
- isTemplateParameterValue() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
- isTemplateParameterValue() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Checks whether this element is based on a template parameter definition or not.
- isTimeType() - Method in class org.eclipse.birt.report.model.api.olap.DimensionHandle
-
Indicates whether this dimension is a special type of Time.
- isTimeType() - Method in class org.eclipse.birt.report.model.api.olap.TabularDimensionHandle
-
Checks if this dimension is time type.
- IStructure - Interface in org.eclipse.birt.report.model.api.core
-
Interface for objects that appear in a property list.
- IStructureDefn - Interface in org.eclipse.birt.report.model.api.metadata
-
Interface for the definition of a property structure: an object that is "managed" by the model to allow generic member access and undo/redo support for updates.
- IStyle - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents the design time style for a report element in the scripting environment
- IStyleDeclaration - Interface in org.eclipse.birt.report.model.api.extension
-
Interface to traverse all the style property values.
- isUnderline() - Method in interface org.eclipse.birt.report.model.api.extension.IFont
- isUsed() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutCell
-
Tests whether the atomic cell is occupied by any cell.
- isUseExternalCss() - Method in class org.eclipse.birt.report.model.api.css.CssStyleSheetHandle
- isUseExternalCss() - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
- isUseExternalCss() - Method in class org.eclipse.birt.report.model.api.IncludedCssStyleSheetHandle
- isUserDefined() - Method in interface org.eclipse.birt.report.model.api.metadata.IChoiceSet
-
Tests whether this is a user-defined choice set or not.
- isValid - Variable in class org.eclipse.birt.report.model.api.MemberIterator
- isValid() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Returns whether the element is valid or not.
- isValidDesign(SessionHandle, String, InputStream) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Justifies whether a given input stream is a valid report design.
- isValidElementName(DesignElementHandle) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
checks is the name value is valid for the design element.
- isValidElementName(DesignElementHandle, String, String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
checks if the name of the element is valid.
- isValidLayout(GridItem, Module) - Static method in class org.eclipse.birt.report.model.api.elements.table.LayoutUtil
-
Checks whether the layout grid is valid or not.
- isValidLayout(TableItem, Module) - Static method in class org.eclipse.birt.report.model.api.elements.table.LayoutUtil
-
Checks whether the layout table is valid or not.
- isValidLayoutForCompoundElement() - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Checks whether the compound element is valid.
- isValidLibrary(SessionHandle, String, InputStream) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Justifies whether a library resource with the given file name is a valid library.
- isValidLocale(String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Check if the locale string is a valid locale format, with the language, country and variant separated by underbars.
- isValidReferenceForCompoundElement() - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Deprecated.
- isValidResourcePath(String) - Static method in class org.eclipse.birt.report.model.api.util.URIUtil
-
Tests whether the input string is a valid resource directory.
- isVisible() - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Checks whether the property is visible to the property sheet.
- isVisible() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Gets the isVisible property value.
- isVisible() - Method in interface org.eclipse.birt.report.model.api.extension.IPropertyDefinition
-
Determines whether this property is visible in property viewer.
- isVisible() - Method in class org.eclipse.birt.report.model.api.extension.PropertyDefinition
- isVisible() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Checks whether a property is visible in the property sheet.
- isVisible() - Method in class org.eclipse.birt.report.model.api.MemberHandle
- isVisible() - Method in interface org.eclipse.birt.report.model.api.metadata.IElementPropertyDefn
-
Deprecated.by the method
IElementDefn.isPropertyVisible(String)
- isVisible() - Method in class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Gets the status whether the measure element is visible or not.
- isVisible() - Method in class org.eclipse.birt.report.model.api.PropertyHandle
- isVisible() - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
- isVisible() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Checks whether a value is visible in the property sheet.
- ISVISIBLE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Name of the isVisible member.
- ITable - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents the design of a Table in the scripting environment
- ITableGroup - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Script wrapper of TableGroupHandle
- ITemplateMethodInfo - Interface in org.eclipse.birt.report.model.api.metadata
-
Represents the method information that can provide code template.
- iter - Variable in class org.eclipse.birt.report.model.api.css.StyleIterator
-
The cached iterator.
- iter - Variable in class org.eclipse.birt.report.model.api.MemberIterator
-
Iterator over the members.
- iterator() - Static method in class org.eclipse.birt.report.model.api.ExpressionType
-
Gets possible types for the expression.
- iterator() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IExpressionType
-
Gets possible types for the expression.
- iterator() - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Returns an iterator over the values in a list property, or
null
if the property is not a list property. - iterator() - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Gets an iterator over the items in the slot.
- iterator() - Method in class org.eclipse.birt.report.model.api.StructureHandle
-
Returns an iterator over the members of this structure.
- ITextItem - Interface in org.eclipse.birt.report.model.api.simpleapi
-
Represents a the design of a TextItem in the scripting environment
- IValidationListener - Interface in org.eclipse.birt.report.model.api.validators
-
Receives validation events after one element is validated.
- IVersionInfo - Interface in org.eclipse.birt.report.model.api
-
Holds instrustions that inform the user if opening the old version design file may cause some auto-conversion to the original design file.
J
- JAVA_FORMAT - Static variable in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Color display preference for JAVA style: 0xRRGGBB.
- JAVASCRIPT - Static variable in class org.eclipse.birt.report.model.api.ExpressionType
- JAVASCRIPT - Static variable in interface org.eclipse.birt.report.model.api.simpleapi.IExpressionType
- JOIN_CONDITIONS_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DimensionCondition
-
The property name of the data set parameters definitions.
- JOIN_OPERATOR_EQALS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- JOIN_OPERATOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Name of the operator property.
- JOIN_TYPE_FULL_OUT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- JOIN_TYPE_INNER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- JOIN_TYPE_LEFT_OUT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- JOIN_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Name of the type property.
- JOIN_TYPE_RIGHT_OUT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- JoinCondition - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents a condition used for joint data set.
- JoinCondition() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
- JoinConditionHandle - Class in org.eclipse.birt.report.model.api
-
Represents a handle of condition used for joint dataset.
- JoinConditionHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.JoinConditionHandle
-
Constructs the handle of join condition.
- joinConditionsIterator() - Method in class org.eclipse.birt.report.model.api.JointDataSetHandle
-
Returns the iterator of join conditions.
- joinConditionsIterator() - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Gets the iterator of the join conditions.
- joinOperator - Variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Value of the operator property.
- JointDataSetHandle - Class in org.eclipse.birt.report.model.api
-
Provides API to operate a joint data set.
- JointDataSetHandle(Module, JointDataSet) - Constructor for class org.eclipse.birt.report.model.api.JointDataSetHandle
-
Constructs a handle of the joint data set with the given design and a joint data set.
- joinType - Variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Value of the type property.
K
- KEY_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Name of the "key" member.
L
- label - Variable in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
The label for the choice.
- LABEL_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Name of the label member.
- LABEL_RESOURCE_KEY_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Name of the resource key for the label member.
- LabelHandle - Class in org.eclipse.birt.report.model.api
-
Represents a label report item.
- LabelHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.LabelHandle
-
Constructs a label handle with the given design and the element.
- labelResourceKey - Variable in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
The resource key of the label for the choice.
- LAYOUT_CHANGED_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of LAYOUT_CHANGED_EVENT.
- LayoutCell - Class in org.eclipse.birt.report.model.api.elements.table
-
The minimal item in the table.
- layoutCellsIterator() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutRow
-
Returns
LayoutCell
s in the row. - LayoutChangedEvent - Class in org.eclipse.birt.report.model.api.elements.table
-
Notification event that says that the layout of the table element has been changed.
- LayoutChangedEvent(ReportItem) - Constructor for class org.eclipse.birt.report.model.api.elements.table.LayoutChangedEvent
- LayoutGroup - Class in org.eclipse.birt.report.model.api.elements.table
-
The table group model for a
TableGroup
element. - LayoutGroup(LayoutTable, int) - Constructor for class org.eclipse.birt.report.model.api.elements.table.LayoutGroup
-
Constructs a
LayoutGroup
with the given table and the group level. - LayoutHelper - Class in org.eclipse.birt.report.model.api.elements.table
-
An algorithm to support rowSpan, colSpan for BIRT table elements.
- LayoutHelper() - Constructor for class org.eclipse.birt.report.model.api.elements.table.LayoutHelper
- LayoutRow - Class in org.eclipse.birt.report.model.api.elements.table
-
Represents a row in table layout.
- layoutRowsIterator() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns
LayoutRow
s in the row. - LayoutSlot - Class in org.eclipse.birt.report.model.api.elements.table
-
A slot in the table.
- LayoutSlot(LayoutTable, int) - Constructor for class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Constructs a
Slot
with the given column number. - LayoutSlot(LayoutTable, int, int) - Constructor for class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Constructs a
Slot
with the given column number and the group level. - LayoutTable - Class in org.eclipse.birt.report.model.api.elements.table
-
The table model for the content layout.
- LayoutTable(TableItem, Module) - Constructor for class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
Constructs a table with the given numbers of rows and columns.
- LayoutTable.OverlappedArea - Class in org.eclipse.birt.report.model.api.elements.table
-
Represents an overlapped area of the cell element in the table.
- LayoutTableModel - Class in org.eclipse.birt.report.model.api.elements.table
-
The table model for the UI render.
- LayoutTableModel(TableHandle) - Constructor for class org.eclipse.birt.report.model.api.elements.table.LayoutTableModel
-
Constructs a
LayoutTableModel
with the given table element. - LayoutUtil - Class in org.eclipse.birt.report.model.api.elements.table
-
The utility class for
LayoutTable
. - LayoutUtil() - Constructor for class org.eclipse.birt.report.model.api.elements.table.LayoutUtil
- LEFT_DATASET_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Name of the left dataset property.
- LEFT_EXPRESSION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Name of the left coloumn property.
- leftDataSet - Variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Value of the left dataset property.
- leftExpression - Variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Value of the left coloumn property.
- LEVEL_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DimensionJoinCondition
-
Name of the member that specifies the level name of this condition relates.
- LEVEL_TYPE_DYNAMIC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LEVEL_TYPE_MIRRORED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LevelAttribute - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents one attribute of the level element.
- LevelAttribute() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
- LevelAttributeHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of one column in the result set.
- LevelAttributeHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.LevelAttributeHandle
-
Constructs the handle of result set column.
- LevelHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a level element.
- LevelHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Constructs a handle for the given design and design element.
- LIBRARIES_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the property that gives some include libraries.
- LIBRARY - Static variable in class org.eclipse.birt.report.model.api.ModuleUtil
-
The library type.
- LIBRARY_CHANGE_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of LIBRARY_CHANGE_EVENT
- LIBRARY_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of LibraryEvent
- LIBRARY_RELOADED_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of LIBRARY_RELOADED_EVENT
- LibraryChangeEvent - Class in org.eclipse.birt.report.model.api.command
-
Notification event that says that the module need refreshing.
- LibraryChangeEvent(String) - Constructor for class org.eclipse.birt.report.model.api.command.LibraryChangeEvent
-
Constructor.
- LibraryEvent - Class in org.eclipse.birt.report.model.api.command
-
Indicates that the library is added, dropped or shifted.
- LibraryEvent(Library, int) - Constructor for class org.eclipse.birt.report.model.api.command.LibraryEvent
-
Constructs the event with the added or dropped library and action.
- LibraryException - Exception in org.eclipse.birt.report.model.api.command
-
Indicates an error while operating with library.
- LibraryException(Module, String) - Constructor for exception org.eclipse.birt.report.model.api.command.LibraryException
-
Constructor.
- LibraryException(Module, String[], String) - Constructor for exception org.eclipse.birt.report.model.api.command.LibraryException
-
Constructor.
- LibraryHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of library element.
- LibraryHandle(Library) - Constructor for class org.eclipse.birt.report.model.api.LibraryHandle
-
Constructs one library handle with the given library element.
- LibraryHandleImpl - Class in org.eclipse.birt.report.model.api
- LibraryHandleImpl(Module) - Constructor for class org.eclipse.birt.report.model.api.LibraryHandleImpl
- LibraryReloadedEvent - Class in org.eclipse.birt.report.model.api.command
-
Events indicating that the library is reloaded.
- LibraryReloadedEvent(Module, Library) - Constructor for class org.eclipse.birt.report.model.api.command.LibraryReloadedEvent
-
Constructor.
- LIME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color lime.
- LINE_HEIGHT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- LINE_NUMBER - Static variable in exception org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Number of line.
- LINE_ORIENTATION_HORIZONTAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_ORIENTATION_VERTICAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_SPACING_EXACT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_SPACING_LINES - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_STYLE_DASHED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_STYLE_DOTTED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_STYLE_DOUBLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_STYLE_GROOVE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_STYLE_INSET - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_STYLE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_STYLE_OUTSET - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_STYLE_RIDGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_STYLE_SOLID - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_WIDTH_MEDIUM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_WIDTH_THICK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LINE_WIDTH_THIN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- LineHandle - Class in org.eclipse.birt.report.model.api
-
Represents the line item.
- LineHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.LineHandle
-
Constructs a line handle with the given design and the element.
- LINK_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Link type of the Action.
- list - Variable in class org.eclipse.birt.report.model.api.SortedSlotIterator
-
Internal list for sorted.
- LIST_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the list property type.
- LIST_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the list property type.
- Listener - Interface in org.eclipse.birt.report.model.api.core
-
Receives events about a Design Element.
- ListGroupHandle - Class in org.eclipse.birt.report.model.api
-
Represents a group in a list.
- ListGroupHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ListGroupHandle
-
Constructs a list group handle with the given design and the element.
- ListHandle - Class in org.eclipse.birt.report.model.api
-
Represents a list report item.
- ListHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ListHandle
-
Constructs a list handle with the given design and the element.
- ListingHandle - Class in org.eclipse.birt.report.model.api
-
Represents slots and common properties in the two list-oriented elements: table and list.
- ListingHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ListingHandle
-
Constructs a listing handle with the given design and the element.
- LITERAL_STRING_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Literal String property type.
- LITERAL_STRING_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Literal String property type.
- loadExtendedElement() - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Loads the instance of extended element.
- LOCALE_KEY - Static variable in interface org.eclipse.birt.report.model.api.IModuleOption
-
Key to indicate the locale of the module.
- LOCALE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
Name of the config variable locale member.
- LOCALE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Name of the member that defines the locale of the sort collation.
- LOCALE_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for locale property type.
- LOCALE_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the locale property type.
- localize() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
- localize() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Localize the element, break the parent/child relationship and set all the extended properties locally.
- LOCALIZED_MESSAGE - Static variable in exception org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Localized message.
- log(String) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaLogger
-
Log an error message.
- log(String, Throwable) - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaLogger
-
Log a message object including the stack trace of the Throwable t passed as parameter.
M
- makeUniqueName(String) - Method in class org.eclipse.birt.report.model.api.ExtendedItemHandle
-
Makes a unique name for this element with the given name prefix.
- makeUniqueName(DesignElement) - Method in interface org.eclipse.birt.report.model.api.core.INameManager
-
Makes a unique name for the given element.
- makeUniqueNameComputedColumn(DesignElementHandle, ComputedColumn) - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Makes a unique name for computed column.
- MAP_OPERATOR_ANY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_BETWEEN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_BOTTOM_N - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_BOTTOM_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_EQ - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_FALSE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_GE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_GT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_IN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_LE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_LIKE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_LT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_MATCH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_NE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_NOT_BETWEEN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_NOT_IN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_NOT_LIKE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_NOT_MATCH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_NOT_NULL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_NULL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_TOP_N - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_TOP_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MAP_OPERATOR_TRUE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MapRule - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents a style mapping rule: a translation of a database value into a set of display values.
- MapRule() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
Default constructor.
- MapRule(String, String, String, String, String, String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.MapRule
-
Constructs the map rule with an operator and arguments, message id if the display value is to be localized and display text if the display value is not to be localized.
- MapRuleHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of map rule.
- MapRuleHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.MapRuleHandle
-
Constructs the handle of map rule.
- mapRulesIterator() - Method in class org.eclipse.birt.report.model.api.StyleHandle
-
Returns the iterator for map rules.
- MARGIN_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MARK_LINE_NUMBER_KEY - Static variable in interface org.eclipse.birt.report.model.api.IModuleOption
-
Key to control whether to mark line number of the element in xml source.
- markLineNumber() - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Determines whether to mark line number of element when opening/saving a module.
- MAROON - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color maroon.
- mask - Variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
The value of the mask.
- MASK_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
Name of the value for the mask.
- MasterPageContextContainmentValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the table/list is not allowed to appear in header/footer/contents slot of master page in any level.
- MasterPageContextContainmentValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.MasterPageContextContainmentValidator
- MasterPageHandle - Class in org.eclipse.birt.report.model.api
-
Represents a master page.
- MasterPageHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.MasterPageHandle
-
Constructs a master-page handle with the given design and the element.
- MasterPageMultiColumnValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the multiple columns and content width should be consistent.
- MasterPageMultiColumnValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.MasterPageMultiColumnValidator
- MasterPageRequiredValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the report should have at least one master page.
- MasterPageRequiredValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.MasterPageRequiredValidator
- MasterPageSizeValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the page size is invalid.
- MasterPageSizeValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.MasterPageSizeValidator
- MasterPageTypeValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the page size against page type.
- MasterPageTypeValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.MasterPageTypeValidator
- maxArgs - Variable in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
The max number of arguments that this filter operator required.
- maxInputVar - Variable in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
The max number of input variable for this aggregation function.
- measure - Variable in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
Value of the measure.
- measure - Variable in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
The numeric measure part of the dimension.
- MEASURE_FUNCTION_AVERAGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_COUNT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_COUNTDISTINCT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_FIRST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_IRR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_LAST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_MAX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_MEDIAN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_MIN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_MIRR - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_MODE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_MOVINGAVE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_NPV - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_RUNNINGCOUNT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_RUNNINGNPV - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_RUNNINGSUM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_STDDEV - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_SUM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_VARIANCE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_FUNCTION_WEIGHTEDAVG - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- MEASURE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
Name of the measure member.
- MeasureGroupHandle - Class in org.eclipse.birt.report.model.api.olap
-
Handle class for MeasureGroup.
- MeasureGroupHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.MeasureGroupHandle
-
Constructs a handle for the given design and design element.
- MeasureHandle - Class in org.eclipse.birt.report.model.api.olap
-
This class represents a measure element.
- MeasureHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.MeasureHandle
-
Constructs a handle for the given design and design element.
- MEMBER_KEY_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name the key property type of a structure member.
- MEMBER_KEY_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the key property type of a structure member.
- memberContext - Variable in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Path to the property within an element, a list or a structure.
- memberContext - Variable in class org.eclipse.birt.report.model.api.MemberHandle
-
The context to the member itself.
- MemberHandle - Class in org.eclipse.birt.report.model.api
-
A handle to a member of a property structure.
- MemberHandle(StructureHandle, StructPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.MemberHandle
-
Constructs a member handle with the given structure handle and the member property definition.
- MemberInfo - Class in org.eclipse.birt.report.model.api.metadata
-
Represents the definition of class member.
- MemberInfo - Class in org.eclipse.birt.report.model.api.scripts
-
Represents the definition of class member.
- MemberInfo() - Constructor for class org.eclipse.birt.report.model.api.metadata.MemberInfo
-
Default constructor.
- MemberInfo(Field) - Constructor for class org.eclipse.birt.report.model.api.scripts.MemberInfo
- MemberIterator - Class in org.eclipse.birt.report.model.api
-
An iterator over the members of a structure.
- MemberIterator(StructureHandle) - Constructor for class org.eclipse.birt.report.model.api.MemberIterator
-
Constructs a member iterator with the given structure handle.
- memberName - Variable in exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
The name of the member being set.
- MemberValueHandle - Class in org.eclipse.birt.report.model.api
-
CrosstabMemberValueHandle
- MemberValueHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.MemberValueHandle
-
Constructs a member value handle with the given design and the element.
- mergeDimension(DimensionValue, DimensionValue) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Merges two dimension values with default dpi.
- mergeDimension(DimensionValue, DimensionValue, int) - Static method in class org.eclipse.birt.report.model.api.util.DimensionUtil
-
Merges two dimension values with the given dpi value.
- MetaDataConstants - Interface in org.eclipse.birt.report.model.api.metadata
-
Provides constants used in the meta-data package.
- MetaDataReaderException - Exception in org.eclipse.birt.report.model.api.metadata
-
Exception thrown if an error occurs when reading the meta-data description file or the building the meta-data description.
- MetaDataReaderException(String, MetaDataParserException) - Constructor for exception org.eclipse.birt.report.model.api.metadata.MetaDataReaderException
-
Constructs the meta-data reader exception with the error code and the caused parser exception.
- MethodInfo - Class in org.eclipse.birt.report.model.api.metadata
-
Represents the method information for both class and element.
- MethodInfo - Class in org.eclipse.birt.report.model.api.scripts
-
Represents the method information for both class and element.
- MethodInfo(boolean) - Constructor for class org.eclipse.birt.report.model.api.metadata.MethodInfo
- MethodInfo(Method) - Constructor for class org.eclipse.birt.report.model.api.scripts.MethodInfo
- minArgs - Variable in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
-
The min number of arguments that this filter operator required.
- minInputVar - Variable in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
The minimum number of input variable for this aggregation function.
- ModelConstants - Class in org.eclipse.birt.report.model.api
-
Defines various constants.
- ModelConstants() - Constructor for class org.eclipse.birt.report.model.api.ModelConstants
- ModelException - Exception in org.eclipse.birt.report.model.api
-
Implementation of BirtException in model project.
- ModelException(String) - Constructor for exception org.eclipse.birt.report.model.api.ModelException
-
Constructs a new model exception with the error code.
- ModelException(String, String[], Throwable) - Constructor for exception org.eclipse.birt.report.model.api.ModelException
-
Constructs a new model exception with the error code, string arguments used to format error messages and the nested exception.
- ModelException(String, String, Object[], Throwable) - Constructor for exception org.eclipse.birt.report.model.api.ModelException
-
Constructs a new model exception.
- ModelException(String, String, Object[], ResourceBundle) - Constructor for exception org.eclipse.birt.report.model.api.ModelException
-
Constructs a new model exception.
- ModelException(String, String, Object[], ResourceBundle, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.ModelException
-
Constructs a new model exception.
- ModelException(String, String, Object, ResourceBundle) - Constructor for exception org.eclipse.birt.report.model.api.ModelException
-
Constructs a new model exception.
- ModelException(String, String, Object, ResourceBundle, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.ModelException
-
Constructs a new model exception.
- ModelException(String, String, ResourceBundle) - Constructor for exception org.eclipse.birt.report.model.api.ModelException
-
Constructs a new model exception with no cause object.
- ModelException(String, String, ResourceBundle, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.ModelException
-
Constructs a new model exception.
- module - Variable in class org.eclipse.birt.report.model.api.css.StyleIterator
-
Module.
- module - Variable in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Provides overall information about the root element.
- module - Variable in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
-
The module that provides overall information, especially the command stack.
- moduleDisposed(ModuleHandle, DisposeEvent) - Method in interface org.eclipse.birt.report.model.api.core.IDisposeListener
-
Notifies the element is disposed.
- ModuleHandle - Class in org.eclipse.birt.report.model.api
-
Abstract module handle which provides the common functionalities of report design and library.
- ModuleHandle(Module) - Constructor for class org.eclipse.birt.report.model.api.ModuleHandle
-
Constructs one module handle with the given module element.
- ModuleHandleImpl - Class in org.eclipse.birt.report.model.api
-
Abstract module handle which provides the common functionalities of report design and library.
- ModuleHandleImpl(Module) - Constructor for class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Constructs one module handle with the given module element.
- ModuleOption - Class in org.eclipse.birt.report.model.api
-
Provide the way to do some setting about the module.
- ModuleOption() - Constructor for class org.eclipse.birt.report.model.api.ModuleOption
-
Default constructor.
- ModuleOption(Map) - Constructor for class org.eclipse.birt.report.model.api.ModuleOption
-
Constructs the module options with mapping of the option settings.
- ModuleUtil - Class in org.eclipse.birt.report.model.api
-
Provides some tool methods about the modules.
- ModuleUtil() - Constructor for class org.eclipse.birt.report.model.api.ModuleUtil
- move(String, DesignElementHandle, DesignElementHandle, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Moves a content element from this element into a property in another container element.
- move(String, DesignElementHandle, DesignElementHandle, String, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Moves a content element into a property in another container element at the specified position.
- move(DesignElementHandle, DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Moves a content element into a slot in another container element.
- move(DesignElementHandle, DesignElementHandle, int, int) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Moves a content element into a slot in another container element at the specified position.
- move(DesignElementHandle, DesignElementHandle, String) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Moves a content element into a slot in another container element.
- move(DesignElementHandle, DesignElementHandle, String, int) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Moves a content element into a slot in another container element at the specified position.
- moveItem(int, int) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Moves an item within a list property or member.
- moveTo(int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Moves this element handle to the given position within its container.
- moveTo(DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Moves this element to a new location within the design.
- moveTo(DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
This method is not defined for private styles.
- moveTo(DesignElementHandle, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Moves this element to a property in another container element.
- moveTo(DesignElementHandle, String, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Moves this element to a property in another container element at the specified position.
- MULTI_ROW_ITEM - Static variable in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
- MultiLineDataHandle - Class in org.eclipse.birt.report.model.api
-
Deprecated.
- MultiLineDataHandle(ReportDesign, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.MultiLineDataHandle
-
Deprecated.Constructs the handle with the report design and the element it holds.
- MultiRowItem - Class in org.eclipse.birt.report.model.api.extension
-
Implements of multi row report item.
- MultiRowItem(ExtendedItemHandle) - Constructor for class org.eclipse.birt.report.model.api.extension.MultiRowItem
-
Constructors.
- MultiViewsHandle - Class in org.eclipse.birt.report.model.api
-
Represents a multiple view element.
- MultiViewsHandle(Module, AbstractMultiViews) - Constructor for class org.eclipse.birt.report.model.api.MultiViewsHandle
-
Constructs a handle for the given design and design element.
N
- name - Variable in exception org.eclipse.birt.report.model.api.command.NameException
-
The new element name.
- name - Variable in exception org.eclipse.birt.report.model.api.command.PropertyNameException
-
The property/member name that caused the error.
- name - Variable in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
The internal color name such as "periwinkle".
- name - Variable in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Value of the name property.
- name - Variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Name of the property binding.
- name - Variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
The name of the property.
- name - Variable in class org.eclipse.birt.report.model.api.elements.structures.ScriptLib
-
value of jar file's name.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.ElementExtendsValidator
-
Name of this validator.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.ElementReferenceValidator
-
Name of this validator.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.ExtensionValidator
-
Name of this validator.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.SimpleListValidator
-
Name of this validator.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.StructureListValidator
-
Name of this validator.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.StructureReferenceValidator
-
Name of this validator.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.StructureValidator
-
Name of this validator.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.StyleReferenceValidator
-
Name of this validator.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.ThemeReferenceValidator
-
Name of this validator.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.UnsupportedElementValidator
-
Name of this validator.
- NAME - Static variable in class org.eclipse.birt.report.model.api.validators.ValueRequiredValidator
-
Name of this validator
- NAME_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of NameEvent.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Name of the name member.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
-
Name of the argument name member.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
Name of the argument name member.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the column name member.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
Name of the config variable name member.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Name of the color name member.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the parameter name member.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Name of the "name" property.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
The member name of the name of Extended property.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
Name of the column name member.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Name of the "name" property.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
Name of the property name member.
- NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Name of the column name member.
- NAME_SPACE_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Deprecated.since BIRT 2.1
- NAME_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Name property type.
- NAME_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Name property type.
- NameEvent - Class in org.eclipse.birt.report.model.api.command
-
Identifies that the name of an element changed.
- NameEvent(DesignElement, String, String) - Constructor for class org.eclipse.birt.report.model.api.command.NameEvent
-
Constructor.
- NameException - Exception in org.eclipse.birt.report.model.api.command
-
Indicates an error when setting the name of an element.
- NameException(DesignElement, String, String) - Constructor for exception org.eclipse.birt.report.model.api.command.NameException
-
Constructor.
- namespace - Variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
The namespace of the included library.
- NAMESPACE_MEMEBR - Static variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
-
Name of the namespace member.
- NameSpaceEvent - Class in org.eclipse.birt.report.model.api.command
-
Deprecated.Since BIRT 2.1, there will no such event send by BIRT
- NameSpaceEvent(DesignElement, int, int) - Constructor for class org.eclipse.birt.report.model.api.command.NameSpaceEvent
-
Deprecated.Constructor.
- NameSpaceEvent(DesignElement, int, DesignElement, int) - Constructor for class org.eclipse.birt.report.model.api.command.NameSpaceEvent
-
Deprecated.Constructor.
- NATIVE_DATA_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the member indicating the native (database) data type code.
- NATIVE_DATA_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
Name of the member indicating the native (database) data type code.
- NATIVE_DATA_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
-
Name of the member indicating the native (database) data type code.
- NATIVE_DATA_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
Name of the member indicating the native (database) data type code.
- NATIVE_DATA_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Name of the member indicating the native (database) data type code.
- NATIVE_LEVEL - Static variable in interface org.eclipse.birt.report.model.api.core.IAccessControl
-
Native resources.
- NATIVE_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
The native name from oda parameter.
- NATIVE_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
-
The native name for the result set.
- NATIVE_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
-
The native name for the result set.
- NAVY - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color navy.
- needsCache() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Determines whether to do some cache when rendering the report.
- needsSave() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Determines if the design has changed since it was last read from, or written to, the file.
- newComputedColumn(DesignElementHandle, String) - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates a bound data column name with the unique column name.
- newEmbeddedImageFrom(EmbeddedImageHandle, String, ModuleHandle) - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an embedded image from another library embedded image.
- newEmbeddedImageFrom(EmbeddedImageHandle, ModuleHandle) - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates an embedded image from another library embedded image.
- newFormatValue() - Static method in class org.eclipse.birt.report.model.api.StructureFactory
-
Creates a new format value structure.
- newGroupElement(ModuleHandle, List) - Static method in class org.eclipse.birt.report.model.api.GroupElementFactory
-
Instantiates a group element handle with the given module handle and selected design element list.
- newHandlerOnEachEvent() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Gets the newHandlerOnEachEvent property value.
- newLayoutRow(TableRow) - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Creates a row in the slot.
- newReportItem(DesignElementHandle) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItemFactory
-
Creates a new instance of the extended element given a handle to the BIRT report element that represents the extended element.
- newReportItem(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.extension.ReportItemFactory
- newSession(ULocale) - Static method in class org.eclipse.birt.report.model.api.DesignEngine
-
Deprecated.
- newSessionHandle(ULocale) - Method in class org.eclipse.birt.report.model.api.DesignEngine
-
Creates a new design session handle.
- newSessionHandle(ULocale) - Method in interface org.eclipse.birt.report.model.api.IDesignEngine
-
Creates a new design session handle.
- newSessionHandle(ULocale) - Method in class org.eclipse.birt.report.model.api.impl.DesignEngineImpl
-
Creates a new design session handle.
- next() - Method in class org.eclipse.birt.report.model.api.css.StyleIterator
-
Returns a handle of the style.
- next() - Method in class org.eclipse.birt.report.model.api.MemberIterator
-
Returns a handle to the next member.
- next() - Method in class org.eclipse.birt.report.model.api.SlotIterator
-
Returns a handle to the next content element.
- next() - Method in class org.eclipse.birt.report.model.api.SortedSlotIterator
-
Returns a handle to the next content element.
- nextCellId - Variable in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
The unique index for each cell.
- NO_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.MetaDataConstants
-
Code for an element that does not take a name.
- NO_NAME_SPACE - Static variable in interface org.eclipse.birt.report.model.api.metadata.MetaDataConstants
-
Code for an element that does not appear in any name space.
- NORMAL_NORMAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NOT_SUPPORTED_TYPE - Static variable in class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
Status that indicates the version of the report item is not supported.
- NotificationEvent - Class in org.eclipse.birt.report.model.api.activity
-
The base class of the notification hierarchy.
- NotificationEvent() - Constructor for class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Default constructor.
- NotificationEvent(DesignElement) - Constructor for class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
Convenience constructor that specifies the target element.
- NULL_VALUE_ORDERING_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortHint
-
Name of the nullValueOrdering member.
- NULL_VALUE_ORDERING_TYPE_NULLISFIRST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NULL_VALUE_ORDERING_TYPE_NULLISLAST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NULL_VALUE_ORDERING_TYPE_UNKNOWN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NULLS_ORDERING_EXCLUDE_NULLS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NULLS_ORDERING_NULLS_HIGHEST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NULLS_ORDERING_NULLS_LOWEST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NUMBER_ALIGN_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- NUMBER_ALIGN_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- NUMBER_FORMAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- NUMBER_FORMAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- NUMBER_FORMAT_TYPE_CURRENCY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NUMBER_FORMAT_TYPE_CUSTOM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NUMBER_FORMAT_TYPE_FIXED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NUMBER_FORMAT_TYPE_GENERAL_NUMBER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NUMBER_FORMAT_TYPE_PERCENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NUMBER_FORMAT_TYPE_SCIENTIFIC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NUMBER_FORMAT_TYPE_STANDARD - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NUMBER_FORMAT_TYPE_UNFORMATTED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- NUMBER_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the Number property type.
- NUMBER_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Number property type.
- NumberFormatValue - Class in org.eclipse.birt.report.model.api.elements.structures
-
The format value for the number like integer, float, etc.
- NumberFormatValue() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.NumberFormatValue
O
- ODA_PROPERTY - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Type code for a property defined by a ODA extension.
- OdaAggregationHelper - Class in org.eclipse.birt.report.model.api.oda
- OdaAggregationHelper() - Constructor for class org.eclipse.birt.report.model.api.oda.OdaAggregationHelper
- OdaAggregationHelperImpl - Class in org.eclipse.birt.report.model.api.oda
- OdaAggregationHelperImpl() - Constructor for class org.eclipse.birt.report.model.api.oda.OdaAggregationHelperImpl
- OdaCubeHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a cube.
- OdaCubeHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.OdaCubeHandle
-
Constructs a handle for the given design and design element.
- OdaDataSetHandle - Class in org.eclipse.birt.report.model.api
-
Represents an extended data set.
- OdaDataSetHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Constructs a handle for extended data set report item.
- OdaDataSetParameter - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents the parameter for ODA drivers.
- OdaDataSetParameter() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
- OdaDataSetParameterHandle - Class in org.eclipse.birt.report.model.api
-
Represents the parameter for ODA drivers.
- OdaDataSetParameterHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.OdaDataSetParameterHandle
-
Constructs the handle of oda data set parameter.
- OdaDataSourceHandle - Class in org.eclipse.birt.report.model.api
-
Represents a extended data source.
- OdaDataSourceHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Constructs an extended data source handle with the given design and the element.
- OdaDesignerState - Class in org.eclipse.birt.report.model.api.elements.structures
-
The structure of the Oda designer state.
- OdaDesignerState() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Default constructor.
- OdaDesignerState(String, String, String) - Constructor for class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Constructs the sort key with the key to sort and the direction.
- OdaDesignerStateHandle - Class in org.eclipse.birt.report.model.api
-
The structure handle of the Oda designer state.
- OdaDesignerStateHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.OdaDesignerStateHandle
-
Deprecated.
- OdaDesignerStateHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.OdaDesignerStateHandle
-
Constructs the handle of Oda Designer state.
- OdaDimensionHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a dimension element in the cube element.
- OdaDimensionHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.OdaDimensionHandle
-
Constructs a handle for the given design and design element.
- OdaFilterExprHelper - Class in org.eclipse.birt.report.model.api.filterExtension
-
OdaFilterExprHelper
- OdaFilterExprHelper() - Constructor for class org.eclipse.birt.report.model.api.filterExtension.OdaFilterExprHelper
- ODAFilterExprProvider - Class in org.eclipse.birt.report.model.api.filterExtension
-
ODAFilterExprProvider
- ODAFilterExprProvider() - Constructor for class org.eclipse.birt.report.model.api.filterExtension.ODAFilterExprProvider
- OdaHierarchyHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a Hierarchy.
- OdaHierarchyHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.OdaHierarchyHandle
-
Constructs a handle for the given design and design element.
- OdaLevelAttribute - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents one attribute of the level element.
- OdaLevelAttribute() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.OdaLevelAttribute
- OdaLevelAttributeHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of one column in the oda result set.
- OdaLevelAttributeHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.OdaLevelAttributeHandle
-
Constructs the handle of oda result set column.
- OdaLevelHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a level element.
- OdaLevelHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.OdaLevelHandle
-
Constructs a handle for the given design and design element.
- OdaMeasureGroupHandle - Class in org.eclipse.birt.report.model.api.olap
-
Handle class for MeasureGroup.
- OdaMeasureGroupHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.OdaMeasureGroupHandle
-
Constructs a handle for the given design and design element.
- OdaMeasureHandle - Class in org.eclipse.birt.report.model.api.olap
-
This class represents a measure element.
- OdaMeasureHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.OdaMeasureHandle
-
Constructs a handle for the given design and design element.
- OdaResultSetColumn - Class in org.eclipse.birt.report.model.api.elements.structures
- OdaResultSetColumn() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.OdaResultSetColumn
- OdaResultSetColumnHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of one column in the oda result set.
- OdaResultSetColumnHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.OdaResultSetColumnHandle
-
Constructs the handle of oda result set column.
- OK_TYPE - Static variable in class org.eclipse.birt.report.model.api.extension.CompatibilityStatus
-
Status that indicates the report item has no compatibilities and its version is supported also.
- OLIVE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color olive.
- ON_COLUMN_LAYOUT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the on column layout member.
- ON_CREATE_CONTEXT - Static variable in interface org.eclipse.birt.report.model.api.elements.IReportItemMethodContext
-
Name of the on-create context.
- ON_PREPARE_CONTEXT - Static variable in interface org.eclipse.birt.report.model.api.elements.IReportItemMethodContext
-
Name of the on-prepare context.
- ON_RENDER_CONTEXT - Static variable in interface org.eclipse.birt.report.model.api.elements.IReportItemMethodContext
-
Name of the on-render context.
- onSave() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Calls to inform a save is successful.
- openCssStyleSheet(InputStream) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets the result style sheet with given file name of an external CSS2 resource.
- openCssStyleSheet(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Gets the result style sheet with given file name of an external CSS2 resource.
- openDesign(String, InputStream, IModuleOption) - Method in class org.eclipse.birt.report.model.api.DesignEngine
-
Opens the report design.
- openDesign(String, InputStream, IModuleOption) - Method in interface org.eclipse.birt.report.model.api.IDesignEngine
-
Opens the report design.
- openDesign(String, InputStream, IModuleOption) - Method in class org.eclipse.birt.report.model.api.impl.DesignEngineImpl
-
Opens the report design.
- operator - Variable in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
The comparison operator.
- OPERATOR_LEVEL_NOT_EXIST - Static variable in class org.eclipse.birt.report.model.api.util.OperatorUtil
-
If operator is not in the choice list, then level is fail.
- OPERATOR_LEVEL_ONE - Static variable in class org.eclipse.birt.report.model.api.util.OperatorUtil
-
If operater is >, >= , = , < , <= , like , top , bottom , any , then level is one.
- OPERATOR_LEVEL_TWO - Static variable in class org.eclipse.birt.report.model.api.util.OperatorUtil
-
If operater is between , not between , then level is two.
- OPERATOR_LEVEL_ZERO - Static variable in class org.eclipse.birt.report.model.api.util.OperatorUtil
-
If operater is null, not null, true , false , then level is zero.
- OPERATOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the filter operator member.
- OPERATOR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Name of the comparison operator member.
- OperatorUtil - Class in org.eclipse.birt.report.model.api.util
-
Represents the utility class to help compute level of operator.
- OperatorUtil() - Constructor for class org.eclipse.birt.report.model.api.util.OperatorUtil
- OPTIONAL_ARGUMENT_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IArgumentInfo
-
Argument name for optional argument.
- OPTIONAL_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.MetaDataConstants
-
Code for an element with an optional name.
- options - Variable in class org.eclipse.birt.report.model.api.ModuleOption
-
Maps to store the key/value pairs.
- ORANGE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color blue.
- org.eclipse.birt.report.model.api - package org.eclipse.birt.report.model.api
-
Tool-writer's interface for the BIRT design model (also known as the "Design Engine.")
- org.eclipse.birt.report.model.api.activity - package org.eclipse.birt.report.model.api.activity
-
Manages the low-level undoable operations and event notifications.
- org.eclipse.birt.report.model.api.command - package org.eclipse.birt.report.model.api.command
-
Provides events when some command operations modify the state of the Design Engine.
- org.eclipse.birt.report.model.api.core - package org.eclipse.birt.report.model.api.core
-
Represents the fundamental data structures of the user-defined property and the interface of UI listener.
- org.eclipse.birt.report.model.api.css - package org.eclipse.birt.report.model.api.css
- org.eclipse.birt.report.model.api.elements - package org.eclipse.birt.report.model.api.elements
-
Constants definition for the pre-defined choices and report elements and items.
- org.eclipse.birt.report.model.api.elements.structures - package org.eclipse.birt.report.model.api.elements.structures
-
Defines the structure types in Model system.
- org.eclipse.birt.report.model.api.elements.table - package org.eclipse.birt.report.model.api.elements.table
- org.eclipse.birt.report.model.api.extension - package org.eclipse.birt.report.model.api.extension
-
Defines the fundamental interfaces for those extensions from the reportitem extension point.
- org.eclipse.birt.report.model.api.filterExtension - package org.eclipse.birt.report.model.api.filterExtension
- org.eclipse.birt.report.model.api.filterExtension.interfaces - package org.eclipse.birt.report.model.api.filterExtension.interfaces
- org.eclipse.birt.report.model.api.impl - package org.eclipse.birt.report.model.api.impl
- org.eclipse.birt.report.model.api.metadata - package org.eclipse.birt.report.model.api.metadata
-
Defines the elements, properties, types, structures and slots in the Report Object Model.
- org.eclipse.birt.report.model.api.oda - package org.eclipse.birt.report.model.api.oda
- org.eclipse.birt.report.model.api.oda.interfaces - package org.eclipse.birt.report.model.api.oda.interfaces
- org.eclipse.birt.report.model.api.olap - package org.eclipse.birt.report.model.api.olap
- org.eclipse.birt.report.model.api.scripts - package org.eclipse.birt.report.model.api.scripts
- org.eclipse.birt.report.model.api.simpleapi - package org.eclipse.birt.report.model.api.simpleapi
-
Report element representations in the BIRT simple API environment.
- org.eclipse.birt.report.model.api.util - package org.eclipse.birt.report.model.api.util
-
Utility classes.
- org.eclipse.birt.report.model.api.validators - package org.eclipse.birt.report.model.api.validators
-
Provides the validation classes for semantic check on multiple properties.
- ORPHANS_INHERIT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- OUTMOST_TRANSACTION_SEND_TIME - Static variable in class org.eclipse.birt.report.model.api.activity.TransactionOption
-
Outmost transaction send time option.
- OVERFLOW_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- OVERFLOW_HIDDEN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- OVERFLOW_SCROLL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- OVERFLOW_VISIBLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
P
- PADDING_BOTTOM_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- PADDING_LEFT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- PADDING_RIGHT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- PADDING_TOP_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- PAGE_BREAK_AFTER_ALWAYS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_BREAK_AFTER_ALWAYS_EXCLUDING_LAST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_BREAK_AFTER_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_BREAK_AFTER_AVOID - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_BREAK_BEFORE_ALWAYS - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_BREAK_BEFORE_ALWAYS_EXCLUDING_FIRST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_BREAK_BEFORE_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_BREAK_BEFORE_AVOID - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_BREAK_INSIDE_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_BREAK_INSIDE_AVOID - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_ORIENTATION_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_ORIENTATION_LANDSCAPE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_ORIENTATION_PORTRAIT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_SIZE_A3 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_SIZE_A4 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_SIZE_A5 - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_SIZE_CUSTOM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_SIZE_US_LEDGER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_SIZE_US_LEGAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_SIZE_US_LETTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_SIZE_US_SUPER_B - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PAGE_SLOT - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Identifier of the master page slot.
- PARAM_BINDING_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
Name of this structure.
- PARAM_BINDINGS_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Property name of parameter bindings, when this action is drill-through action.
- PARAM_CONTROL_AUTO_SUGGEST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_CONTROL_CHECK_BOX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_CONTROL_LIST_BOX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_CONTROL_RADIO_BUTTON - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_CONTROL_TEXT_BOX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaDataSetParameter
-
The parameter name used to refer to a report parameter.
- PARAM_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
Name of the parameter name member.
- PARAM_SORT_VALUES_LABEL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_SORT_VALUES_VALUE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_TYPE_ANY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.Now any is not supported.
- PARAM_TYPE_BOOLEAN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_TYPE_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_TYPE_DATETIME - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_TYPE_DECIMAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_TYPE_FLOAT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_TYPE_INTEGER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_TYPE_JAVA_OBJECT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_TYPE_STRING - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_TYPE_TIME - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_VALUE_TYPE_DYNAMIC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PARAM_VALUE_TYPE_STATIC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- ParamBinding - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class presents the parameter binding that bind data set input parameter to expression by position.
- ParamBinding() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
- ParamBindingHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of parameter binding.
- ParamBindingHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.ParamBindingHandle
-
Constructs the handle of parameter binding.
- paramBindingsIterator() - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Gets the parameter binding list of a drill-through action if the link type is
ACTION_LINK_TYPE_DRILLTHROUGH
. - paramBindingsIterator() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns an iterator over the list of parameter bindings.
- paramBindingsIterator() - Method in class org.eclipse.birt.report.model.api.JointDataSetHandle
- paramBindingsIterator() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns the iterator for parameter binding list defined on this report item.
- PARAMETER_SLOT - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Identifier of the parameter slot.
- ParameterFormatValue - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents the format for the default value of scalar parameter.
- ParameterFormatValue() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.ParameterFormatValue
- ParameterGroupHandle - Class in org.eclipse.birt.report.model.api
-
Represents a group of parameters.
- ParameterGroupHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ParameterGroupHandle
-
Constructs the handle for a group parameters with the given design and element.
- ParameterHandle - Class in org.eclipse.birt.report.model.api
-
Represents the various parameter types.
- ParameterHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ParameterHandle
-
Constructs the handle for a parameter with the given design and element.
- PARAMETERS_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CachedMetaData
-
The property name of the data set parameters definitions.
- parametersIterator() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns an iterator over the list of output parameter definitions.
- parametersIterator() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns an iterator over the list of oda dataset parameter definitions.
- ParameterValidationUtil - Class in org.eclipse.birt.report.model.api.util
-
Validates the parameter value with the given data type and format pattern string.
- ParameterValidationUtil() - Constructor for class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
- parent - Variable in exception org.eclipse.birt.report.model.api.command.ExtendsException
-
The parent element to set.
- PARENT_LEVEL_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the parent level member.
- parse(String) - Static method in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Deprecated.replaced by
StringUtil.parse(String)
- parse(String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Parses a dimension string in locale-independent way.
- parseColor(String) - Static method in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Parses the string color value as a color keyword or a numerical RGB notation, return its corresponding rgb integer value.
- parseInput(String) - Static method in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Deprecated.
- parseInput(String, ULocale) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Parses a dimension string in locale-dependent way.
- parsePredefinedColor(String) - Static method in class org.eclipse.birt.report.model.api.util.ColorUtil
-
Gets the integer value of a predefined color.
- PARSER_SEMANTIC_CHECK_KEY - Static variable in interface org.eclipse.birt.report.model.api.IModuleOption
-
Key to control whether to call semantic-check when opening a module.
- paste(String, IDesignElement) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Pastes a report item to this property.
- paste(String, IDesignElement, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Pastes a report item to the property.
- paste(String, DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Pastes a report item to this property.
- paste(String, DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Pastes a report item to the slot.
- paste(IDesignElement) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Pastes a report item to this property.
- paste(IDesignElement) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Pastes a report item to the slot.
- paste(IDesignElement, int) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Pastes a report item to the property.
- paste(IDesignElement, int) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Pastes a report item to the slot.
- paste(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Pastes a report item to this property.
- paste(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Pastes a report item to the slot.
- paste(DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Pastes a report item to the slot.
- paste(DesignElementHandle, int) - Method in class org.eclipse.birt.report.model.api.SlotHandle
-
Pastes a report item to the slot.
- paste(IElementCopy, DesignElementHandle, int) - Static method in class org.eclipse.birt.report.model.api.util.CopyUtil
-
Pastes a report item to the slot.
- paste(IElementCopy, DesignElementHandle, int, int) - Static method in class org.eclipse.birt.report.model.api.util.CopyUtil
-
Pastes a report item to the slot.
- paste(IElementCopy, DesignElementHandle, String) - Static method in class org.eclipse.birt.report.model.api.util.CopyUtil
-
Pastes a report item to the slot.
- paste(IElementCopy, DesignElementHandle, String, int) - Static method in class org.eclipse.birt.report.model.api.util.CopyUtil
-
Pastes a report item to the slot.
- pasteColumn(ColumnBandData, int, boolean) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Pastes a column with its cells to the given column number.
- pasteColumn(ColumnBandData, int, boolean) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Pastes a column with its cells to the given column number.
- pasteRow(IDesignElement, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Pastes table row to destination row with the given parameters.
- pasteRow(IDesignElement, RowOperationParameters) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Pastes table row to destination row with the given parameters.
- PATTERN_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
-
Name of the config variable pattern member.
- PLUGIN_ID - Static variable in exception org.eclipse.birt.report.model.api.ModelException
-
The plugin id of all the model exceptions.
- Point - Class in org.eclipse.birt.report.model.api.util
-
Represents a point in application units.
- Point() - Constructor for class org.eclipse.birt.report.model.api.util.Point
-
Default constructor.
- Point(double, double) - Constructor for class org.eclipse.birt.report.model.api.util.Point
-
Constructor.
- POINTS_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Points property type.
- POSITION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
-
Name of the position member.
- POSITION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Name of the position member.
- POSITION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SortHint
-
Name of the column position member.
- posn - Variable in class org.eclipse.birt.report.model.api.SlotIterator
-
Current iteration position.
- posn - Variable in class org.eclipse.birt.report.model.api.SortedSlotIterator
-
Current iteration position.
- privateDriverPropertiesIterator() - Method in class org.eclipse.birt.report.model.api.OdaDataSetHandle
-
Returns the iterator for the private driver property list.
- privateDriverPropertiesIterator() - Method in class org.eclipse.birt.report.model.api.OdaDataSourceHandle
-
Returns the iterator for the private driver property list.
- PrivateStyleHandle - Class in org.eclipse.birt.report.model.api
-
Represents the "private style" for an element.
- PrivateStyleHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.PrivateStyleHandle
-
Constructs the handle for a private style with the given design and element.
- propDefn - Variable in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Property definition.
- propDefn - Variable in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
Handle to the design element.
- propDefn - Variable in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Definition of the property.
- propDefn - Variable in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Definition of the property.
- properties - Variable in exception org.eclipse.birt.report.model.api.extension.ExtendedElementException
-
Hash map for the extended element exception properties
- propertiesIterator() - Method in interface org.eclipse.birt.report.model.api.metadata.IObjectDefn
-
Returns an iterator over the property definitions.
- PROPERTY_BINDING_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Name of the structure.
- PROPERTY_BINDINGS_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the "propertyBindings" property.
- PROPERTY_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of PrpertyEvent.
- PROPERTY_MASK_TYPE_CHANGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PROPERTY_MASK_TYPE_HIDE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PROPERTY_MASK_TYPE_LOCK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- PropertyBinding - Class in org.eclipse.birt.report.model.api.elements.structures
-
Represents the property binding structure.
- PropertyBinding() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Constructs a PropertyMask.
- PropertyBindingHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of property binding structure.
- PropertyBindingHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.PropertyBindingHandle
-
Constructs the handle of property binding.
- PropertyDefinition - Class in org.eclipse.birt.report.model.api.extension
-
Extension adapter class for the IPropertyDefintion.
- PropertyDefinition() - Constructor for class org.eclipse.birt.report.model.api.extension.PropertyDefinition
- propertyDisplayName - Variable in exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
The display name of the property being set.
- PropertyEvent - Class in org.eclipse.birt.report.model.api.command
-
Notification event to send when a property changes.
- PropertyEvent(DesignElement, String) - Constructor for class org.eclipse.birt.report.model.api.command.PropertyEvent
-
Constructor.
- PropertyHandle - Class in org.eclipse.birt.report.model.api
-
A handle for working with a top-level property of an element.
- PropertyHandle(DesignElementHandle, String) - Constructor for class org.eclipse.birt.report.model.api.PropertyHandle
-
Constructs the handle for a top-level property with the given element handle and property name.
- PropertyHandle(DesignElementHandle, ElementPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.PropertyHandle
-
Constructs the handle for a top-level property with the given element handle and the definition of the property.
- PropertyHandleImpl - Class in org.eclipse.birt.report.model.api
-
A handle for working with a top-level property of an element.
- PropertyHandleImpl(DesignElementHandle, String) - Constructor for class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Constructs the handle for a top-level property with the given element handle and property name.
- PropertyHandleImpl(DesignElementHandle, ElementPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Constructs the handle for a top-level property with the given element handle and the definition of the property.
- propertyIterator() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Returns an iterator over the common properties.
- PropertyMask - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class provides property masks of system or user defined properties.
- PropertyMask() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
-
Constructs a PropertyMask.
- PropertyMaskHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of property mask structure.
- PropertyMaskHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.PropertyMaskHandle
-
Constructs the handle of property mask.
- propertyMaskIterator() - Method in class org.eclipse.birt.report.model.api.ReportElementHandle
-
Returns property masks on this element.
- propertyName - Variable in class org.eclipse.birt.report.model.api.command.PropertyEvent
-
The name of the property that has changed.
- propertyName - Variable in exception org.eclipse.birt.report.model.api.command.UserPropertyException
-
The name of the user property affected.
- propertyName - Variable in exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
The name of the property being set.
- PropertyNameException - Exception in org.eclipse.birt.report.model.api.command
-
Exception thrown when a property name is invalid.
- PropertyNameException(DesignElement, String) - Constructor for exception org.eclipse.birt.report.model.api.command.PropertyNameException
-
Constructor.
- PropertyNameException(DesignElement, IStructure, String) - Constructor for exception org.eclipse.birt.report.model.api.command.PropertyNameException
-
Constructs a exception given a structure and its element and the invalid member name.
- propertyTypeName - Variable in exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Name of the type of the property.
- PropertyValueException - Exception in org.eclipse.birt.report.model.api.metadata
-
Indicates an invalid property value.
- PropertyValueException(Object, String) - Constructor for exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Constructs an exception given an invalid value, error code.
- PropertyValueException(Object, String, int) - Constructor for exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Constructs an exception given an invalid value, error code and the property type constants.
- PropertyValueException(DesignElement, String, Object, String) - Constructor for exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Constructs an exception given an design element, an element property name, an invalid value and the error code.
- PropertyValueException(DesignElement, IPropertyDefn, Object, String) - Constructor for exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Constructs an exception given the definition of the property, an invalid value and its error code.
- PropertyValueException(DesignElement, IPropertyDefn, IPropertyDefn, Object, String) - Constructor for exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Constructs an exception given the definition of the property, the structure member definition, an invalid value and its error code.
- PropertyValueValidationUtil - Class in org.eclipse.birt.report.model.api.util
-
Utility class to validate the property value.
- PropertyValueValidationUtil() - Constructor for class org.eclipse.birt.report.model.api.util.PropertyValueValidationUtil
- propName - Variable in class org.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo
-
Name of the property.
- PURPLE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color purple.
- PUSH_DOWN_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the member that indicates if the current filter condition will be pushed down to the database.
- pushDown() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Indicate if the current filter condition will be pushed down to the database.
- pushDown() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Indicate if the current filter condition will be pushed down to the database.
- pushDown() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Indicate if the current filter condition will be pushed down to the database.
- pushDown() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Indicate if the query will be pushed down to the database.
Q
- QUERY_CHOICE_TYPE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- QUERY_CHOICE_TYPE_SCRIPT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- QUERY_CHOICE_TYPE_TEXT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
R
- READ_ONLY_MODULE_PROPERTIES - Static variable in interface org.eclipse.birt.report.model.api.IModuleOption
-
Key to indicate that the design file will be simply parsed to read only that simple property for the root element(report design or library) rather than the whole design tree.
- Rectangle - Class in org.eclipse.birt.report.model.api.util
-
Represents the position and size of a rectangle in application units.
- Rectangle() - Constructor for class org.eclipse.birt.report.model.api.util.Rectangle
-
Default constructor.
- Rectangle(double, double, double, double) - Constructor for class org.eclipse.birt.report.model.api.util.Rectangle
-
Constructor.
- Rectangle(Point, Point) - Constructor for class org.eclipse.birt.report.model.api.util.Rectangle
-
Constructor.
- RectangleHandle - Class in org.eclipse.birt.report.model.api
-
Represents a rectangle element.
- RectangleHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.RectangleHandle
-
Constructs the handle for a group parameters with the given design and element.
- RED - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color red.
- redo() - Method in interface org.eclipse.birt.report.model.api.activity.IActivityRecord
-
Redoes the record.
- redo() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Redoes a command.
- redo() - Method in class org.eclipse.birt.report.model.api.extension.ElementCommand
- redo() - Method in interface org.eclipse.birt.report.model.api.extension.IElementCommand
-
Redoes the record.
- REDONE - Static variable in class org.eclipse.birt.report.model.api.activity.ActivityStackEvent
-
The latest record or transaction is redone.
- REFERENCE_DATE_TYPE_ENDING_DATE_IN_DIMENSION - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- REFERENCE_DATE_TYPE_FIXED_DATE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- REFERENCE_DATE_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the member that specifies the reference date type.
- REFERENCE_DATE_TYPE_TODAY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- REFERENCE_DATE_VALUE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the member that specifies the reference date value.
- refreshPropertyDefinition() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Justifies whether the property list of the extended element is changed.
- refreshPropertyDefinition() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
- registerMetaLogger(IMetaLogger) - Method in class org.eclipse.birt.report.model.api.DesignEngine
-
Registers a
IMetaLogger
to record initialization errors. - registerMetaLogger(IMetaLogger) - Method in interface org.eclipse.birt.report.model.api.IDesignEngine
-
Registers a
IMetaLogger
to record initialization errors. - registerMetaLogger(IMetaLogger) - Method in class org.eclipse.birt.report.model.api.impl.DesignEngineImpl
-
Registers a
IMetaLogger
to record initialization errors. - releaseInstance() - Static method in class org.eclipse.birt.report.model.api.BundleFactory
-
Releases bundle factory.
- RELOAD - Static variable in class org.eclipse.birt.report.model.api.command.LibraryEvent
-
Deprecated.by LibraryLoadedEvent
- reloadCss(CssStyleSheetHandle) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
- reloadLibraries() - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Reloads all libraries this module included.
- reloadLibrary(String) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Reloads the library with the given library file path.
- reloadLibrary(LibraryHandle) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Reloads the library with the given library file path.
- remove() - Method in class org.eclipse.birt.report.model.api.css.StyleIterator
-
Inherited method that is disabled in this iterator; the caller cannot remove styles using this class.
- remove() - Method in class org.eclipse.birt.report.model.api.MemberIterator
-
The remove operation is not supported when iterating over a structure; the application cannot remove members of a structure.
- remove() - Method in class org.eclipse.birt.report.model.api.SlotIterator
-
Removes the element at the current iterator position.
- remove() - Method in class org.eclipse.birt.report.model.api.SortedSlotIterator
-
Removes the element at the current iterator position.
- REMOVE - Static variable in class org.eclipse.birt.report.model.api.command.ContentEvent
-
Content element is removed.
- REMOVE - Static variable in class org.eclipse.birt.report.model.api.command.NameSpaceEvent
-
Deprecated.Name is removed from some name space.
- REMOVE - Static variable in class org.eclipse.birt.report.model.api.command.ViewsContentEvent
-
Content element is removed.
- removeAggregateOn(String) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Removes an aggregate level from the list.
- removeAggregateOn(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Removes an aggregate level from the list.
- removeArgument(AggregationArgument) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Removes an arguments from list.
- removeArgument(AggregationArgument) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Removes an argument from list.
- removeAttributeListener(IAttributeListener) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Removes one attribute listener.
- removeCalculationArgument(CalculationArgument) - Method in class org.eclipse.birt.report.model.api.ComputedColumnHandle
-
Removes a calculation argument from list.
- removeCalculationArgument(CalculationArgument) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Removes a calculation argument from list.
- removeDataBinding(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- removeDataBinding(String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- removeDataBinding(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Removes special column binding
- removeDataBindings() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- removeDataBindings() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- removeDataBindings() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Removes all column bindings
- removeDataSet(String) - Method in class org.eclipse.birt.report.model.api.JointDataSetHandle
-
Removes a data set from this joint data set by name.
- removedColumnBinding(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Removes bound column from the element.
- removedColumnBindings(List) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Removes bound columns from the element.
- removeDimensionCondition(DimensionConditionHandle) - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
- removeDimensionCondition(DimensionCondition) - Method in class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Removes a dimension condition from this cube.
- removeDisposeListener(IDisposeListener) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Removes one dispose listener.
- removedUnusedColumnBindings() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Removes unused bound columns from the element.
- removedUnusedColumnBindings() - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Removed unused bound columns from the parameter.
- removeFilter(FilterCondition) - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Removes the filter condition.
- removeFilter(FilterCondition) - Method in class org.eclipse.birt.report.model.api.olap.CubeHandle
-
Removes the filter condition.
- removeFilterCondition(IFilterCondition) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- removeFilterCondition(IFilterCondition) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IMultiRowItem
-
Removes filter condition.
- removeFilterConditions() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- removeFilterConditions() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IMultiRowItem
-
Removes filter condition.
- removeHideRule(IHideRule) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- removeHideRule(IHideRule) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- removeHideRule(IHideRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IColumn
-
Removes all hide rules that matches formatType.
- removeHideRule(IHideRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Removes all hide rules that matches formatType.
- removeHideRule(IHideRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Removes all hide rules that matches formatType.
- removeHideRules() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- removeHideRules() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- removeHideRules() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IColumn
-
Removes all hide rules
- removeHideRules() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Removes all hide rules
- removeHideRules() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Removes all hide rules
- removeHighlightRule(IHighlightRule) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- removeHighlightRule(IHighlightRule) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- removeHighlightRule(IHighlightRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Removes high light rule.
- removeHighlightRule(IHighlightRule) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Removes high light rule.
- removeHighlightRules() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- removeHighlightRules() - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- removeHighlightRules() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Removes all high light rules.
- removeHighlightRules() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IRow
-
Removes all high light rules.
- removeInputDataSet(String) - Method in class org.eclipse.birt.report.model.api.DerivedDataSetHandle
-
Removes a data set with the specified name from this derived data set.
- removeItem(int) - Method in class org.eclipse.birt.report.model.api.MemberHandle
- removeItem(int) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
- removeItem(int) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Removes an item from a list property or member.
- removeItem(Object) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Removes an item from a list property or member.
- removeItems(List) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Removes all the items in the list from a list property or member.
- removeJoinCondition(int) - Method in class org.eclipse.birt.report.model.api.DimensionConditionHandle
-
Remove the join condition in the specified position.
- removeJoinCondition(DimensionJoinCondition) - Method in class org.eclipse.birt.report.model.api.DimensionConditionHandle
-
Removes join condition from this dimension condition.
- removeListener(ActivityStackListener) - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Removes a listener.
- removeListener(Listener) - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
- removeListener(Listener) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Removes a given listener.
- removeMetaLogger(IMetaLogger) - Method in class org.eclipse.birt.report.model.api.DesignEngine
-
Removes a
IMetaLogger
. - removeMetaLogger(IMetaLogger) - Method in interface org.eclipse.birt.report.model.api.IDesignEngine
-
Removes a
IMetaLogger
. - removeMetaLogger(IMetaLogger) - Method in class org.eclipse.birt.report.model.api.impl.DesignEngineImpl
-
Removes a
IMetaLogger
. - removeResourceChangeListener(IResourceChangeListener) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Removes one resource change listener.
- removeRole(String) - Method in class org.eclipse.birt.report.model.api.AccessControlHandle
-
Deprecated.Removes the given role from the list.
- removeSortCondition(ISortCondition) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- removeSortCondition(ISortCondition) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IMultiRowItem
-
Removes sort condition.
- removeSortConditions() - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- removeSortConditions() - Method in interface org.eclipse.birt.report.model.api.simpleapi.IMultiRowItem
-
Removes all sort conditions
- removeUserName(String) - Method in class org.eclipse.birt.report.model.api.AccessControlHandle
-
Deprecated.Removes the given user name from the list.
- removeValidationListener(IValidationListener) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Removes a given validation listener.
- removeValue(String) - Method in class org.eclipse.birt.report.model.api.ValueAccessControlHandle
-
Deprecated.Removes the given value from the list.
- rename(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Checks the element name in name space of this report.
- rename(DesignElementHandle, DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Checks element name is unique in container.
- rename(EmbeddedImage) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Checks the name of the embedded image in this report.
- renameCss(IncludedCssStyleSheetHandle, String) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
Deprecated.
- renameCssByProperties(IncludedCssStyleSheetHandle, String, String, boolean) - Method in class org.eclipse.birt.report.model.api.AbstractThemeHandle
-
(non-Javadoc)
- repeatable() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Gets repeatable value.
- repeatHeader() - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Tests whether to repeat the headings at the top of each page.
- repeatHeader() - Method in class org.eclipse.birt.report.model.api.ListingHandle
-
Tests whether to repeat the headings at the top of each page.
- repeatHeader() - Method in interface org.eclipse.birt.report.model.api.simpleapi.ITable
-
Tests whether to repeat the headings at the top of each page.
- replaceConfigVariable(ConfigVariable, ConfigVariable) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Replaces the old config variable with the new one.
- replaceImage(EmbeddedImage, EmbeddedImage) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Replaces the old embedded image with the new one.
- replaceItem(IStructure, IStructure) - Method in class org.eclipse.birt.report.model.api.SimpleValueHandle
-
Replaces an old structure with a new one for the this property or member.
- REPORT_DESIGN - Static variable in class org.eclipse.birt.report.model.api.ModuleUtil
-
The report design type.
- REPORT_DESIGN_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.MetaDataConstants
-
Internal name of the report design element type.
- REPORT_ELEMENT_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.MetaDataConstants
-
Internal name of the report element type.
- REPORT_ITEM_THEME_TYPE_GRID - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- REPORT_ITEM_THEME_TYPE_LIST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- REPORT_ITEM_THEME_TYPE_TABLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- REPORT_LAYOUT_PREFERENCE_AUTO_LAYOUT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- REPORT_LAYOUT_PREFERENCE_FIXED_LAYOUT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- REPORT_NAME_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Property name of report name, when this action is drill-through action.
- REPORT_VERSION - Static variable in class org.eclipse.birt.report.model.api.ModelConstants
-
The version of the report design.
- ReportDesignConstants - Interface in org.eclipse.birt.report.model.api.elements
-
Defines constants for design element name.
- ReportDesignHandle - Class in org.eclipse.birt.report.model.api
-
Represents the overall report design.
- ReportDesignHandle(ReportDesign) - Constructor for class org.eclipse.birt.report.model.api.ReportDesignHandle
-
Constructs a handle with the given design.
- ReportElementHandle - Class in org.eclipse.birt.report.model.api
-
Abstract base class for working with all elements except the report design.
- ReportElementHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ReportElementHandle
-
Constructs the handle for a report element with the given design and element.
- ReportItem - Class in org.eclipse.birt.report.model.api.extension
-
Extension adapter class for the IReportItem.
- ReportItem() - Constructor for class org.eclipse.birt.report.model.api.extension.ReportItem
- ReportItemFactory - Class in org.eclipse.birt.report.model.api.extension
-
Adapter class for the IReportItemFactory interface.
- ReportItemFactory() - Constructor for class org.eclipse.birt.report.model.api.extension.ReportItemFactory
- ReportItemHandle - Class in org.eclipse.birt.report.model.api
-
Represents a report item: any element that can appear within a section of the report.
- ReportItemHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ReportItemHandle
-
Constructs the handle for a report item with the given design and element.
- ReportItemHandleImpl - Class in org.eclipse.birt.report.model.api
- ReportItemHandleImpl(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ReportItemHandleImpl
- ReportItemThemeHandle - Class in org.eclipse.birt.report.model.api
-
Represents a report item theme in the library.
- ReportItemThemeHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ReportItemThemeHandle
-
Constructs the handle for a theme with the given design and element.
- REQUIRED_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.MetaDataConstants
-
Code for an element with a required name.
- resolveAbsolutePath(String, String) - Static method in class org.eclipse.birt.report.model.api.util.URIUtil
-
Gets the absolute path for the given
base
andrelativePath
. - RESOURCE_FOLDER_KEY - Static variable in interface org.eclipse.birt.report.model.api.IModuleOption
-
Key to set the resource folder of the module.
- RESOURCE_KEY_SUFFIX - Static variable in class org.eclipse.birt.report.model.api.util.XPathUtil
-
The suffix for the resource key.
- RESOURCE_KEY_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the resource key property type.
- RESOURCE_KEY_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the Resource Key property type.
- RESOURCE_LOCATOR - Static variable in interface org.eclipse.birt.report.model.api.IDesignConfig
-
config name of resource locator
- RESOURCE_LOCATOR_KEY - Static variable in interface org.eclipse.birt.report.model.api.IModuleOption
-
Key to indicate the resource locator of the module.
- resourceChanged(ModuleHandle, ResourceChangeEvent) - Method in interface org.eclipse.birt.report.model.api.core.IResourceChangeListener
-
Notifies this listener that some resource changes happened.
- ResourceChangeEvent - Class in org.eclipse.birt.report.model.api.command
-
Notification event that says that the module need refreshing.
- ResourceChangeEvent(String) - Constructor for class org.eclipse.birt.report.model.api.command.ResourceChangeEvent
-
Constructor.
- RESULT_SET_COLUMN_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Name of this structure.
- RESULT_SET_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CachedMetaData
-
Member name of the cached result set(output columns).
- ResultSetColumn - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents one column in the result set.
- ResultSetColumn() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
- ResultSetColumnHandle - Class in org.eclipse.birt.report.model.api
-
Represents the handle of one column in the result set.
- ResultSetColumnHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.ResultSetColumnHandle
- ResultSetColumnHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.ResultSetColumnHandle
-
Constructs the handle of result set column.
- resultSetHintsIterator() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns an iterator over hints of the result set columns.
- resultSetIterator() - Method in class org.eclipse.birt.report.model.api.DataSetHandle
-
Returns an iterator over the result set columns.
- resultSetIterator() - Method in class org.eclipse.birt.report.model.api.ScriptDataSetHandle
-
Deprecated.by {#resultSetHintsIterator()}
- revertToReportItem() - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
- revertToReportItem() - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
if this design element is based on a template definition
DesignElementHandle.isTemplateParameterValue()
,get rid of the template definition ) - revertToTemplate(String) - Method in class org.eclipse.birt.report.model.api.ContentElementHandle
- revertToTemplate(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 if the current element is based on a template parameter definition.
- RIGHT_DATASET_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Name of the right dataset property.
- RIGHT_EXPRESSION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Name of the right coloumn property.
- rightDataSet - Variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Value of the right dataset property.
- rightExpression - Variable in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Value of the right coloumn property.
- ROLL_BACK - Static variable in class org.eclipse.birt.report.model.api.activity.ActivityStackEvent
-
The outermost transaction is rolled back.
- rollback() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Rolls back an application-level transaction.
- rollbackAll() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Rolls back all active transactions, leaving the design in the same state it was in when the top-most transaction started.
- RowBandAdapter - Class in org.eclipse.birt.report.model.api
-
Represents an object for copy/paste in Gird/Table.
- RowBandAdapter() - Constructor for class org.eclipse.birt.report.model.api.RowBandAdapter
- RowBandInsertAction - Class in org.eclipse.birt.report.model.api
-
Does table row insert operation.
- RowBandInsertAction(RowBandAdapter) - Constructor for class org.eclipse.birt.report.model.api.RowBandInsertAction
-
Constructs a
RowBandAdapter
for the insert action. - RowBandInsertAndPasteAction - Class in org.eclipse.birt.report.model.api
-
Does table row insert and paste operation.
- RowBandPasteAction - Class in org.eclipse.birt.report.model.api
-
Does table row paste operation.
- RowBandPasteAction(RowBandAdapter) - Constructor for class org.eclipse.birt.report.model.api.RowBandPasteAction
-
Constructs a
RowBandAdapter
for the paste action. - RowBandShiftAction - Class in org.eclipse.birt.report.model.api
-
Does table row shift operation.
- RowBandShiftAction(RowBandAdapter) - Constructor for class org.eclipse.birt.report.model.api.RowBandShiftAction
-
Constructs a default
RowBandAdapter
. - RowHandle - Class in org.eclipse.birt.report.model.api
-
Represents one row in a Grid or Table.
- RowHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.RowHandle
-
Constructs the handle for a row with the given design and element.
- RowOperationParameters - Class in org.eclipse.birt.report.model.api
-
Prepares parameters for row operation , including copy , paste , insert and shift operation.
- RowOperationParameters() - Constructor for class org.eclipse.birt.report.model.api.RowOperationParameters
-
Default Constructor
- RowOperationParameters(int, int, int) - Constructor for class org.eclipse.birt.report.model.api.RowOperationParameters
-
Constructor
- rowsIterator() - Method in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
Returns handles of
Row
s in the row. - Rule - Class in org.eclipse.birt.report.model.api.elements.structures
-
This class represents one rule.
- Rule() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.Rule
- RULE_EXPRE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Rule
-
Name of the member which defines the static value.
- RULE_STRUCTURE - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Rule
-
Name of this structure.
- ruleExpre - Variable in class org.eclipse.birt.report.model.api.elements.structures.Rule
-
Static value.
- RuleHandle - Class in org.eclipse.birt.report.model.api
-
Represents a rule handle.
- RuleHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.RuleHandle
-
Deprecated.
- RuleHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.RuleHandle
-
Construct an handle to deal with the action structure.
- RuleHandle(SimpleValueHandle, int) - Constructor for class org.eclipse.birt.report.model.api.RuleHandle
-
Constructs the handle of configuration variable.
S
- 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 isDRILL_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 - Exception 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 exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Constructs a SemanticError with the default serious level.
- SemanticError(DesignElement, String[], String) - Constructor for exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Constructs a SemanticError with the default serious level.
- SemanticError(DesignElement, String[], String, int) - Constructor for exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Constructs a SemanticError with the specified level.
- SemanticError(DesignElement, String, int) - Constructor for exception org.eclipse.birt.report.model.api.elements.SemanticError
-
Constructs a SemanticError with the specified level.
- SemanticException - Exception 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 exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructor.
- SemanticException(String, String, Object[], Throwable) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(String, String, Object[], ResourceBundle) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(String, String, Object[], ResourceBundle, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(String, String, Object, ResourceBundle) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(String, String, Object, ResourceBundle, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(String, String, ResourceBundle) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception with no cause object.
- SemanticException(String, String, ResourceBundle, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructs a new model exception.
- SemanticException(DesignElement, String) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructor.
- SemanticException(DesignElement, String[], String) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructor.
- SemanticException(DesignElement, String[], String, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructor.
- SemanticException(DesignElement, String, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.activity.SemanticException
-
Constructor.
- 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(OutputStream) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Writes the report design to the given output stream.
- 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(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(ULocale) - Constructor for class org.eclipse.birt.report.model.api.SessionHandle
-
Constructs a handle for the session with the given locale.
- SessionHandle(Locale) - Constructor for class org.eclipse.birt.report.model.api.SessionHandle
-
Deprecated.to use ICU4J, this method is replaced by: SessionHandle(ULocale 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
-
Deprecated.
- setAggregrateOn(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- setAltText(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the alternate text of this image.
- setAltTextExpression(Expression) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the alternate text of this label item.
- setAltTextExpression(Expression) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the alternate text of this label item.
- setAltTextKey(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the resource key of 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.ReportItemHandleImpl
-
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.IStyle
-
Set the background color.
- setBackGroundColor(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IHighlightRule
-
Sets backgroudcolor
- 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
-
Deprecated.use
ActionHandle.setTargetBookmark(String)
instead. - 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(int) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ICell
-
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.
- 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
-
Deprecated.using
ComputedColumnHandle.setName(String)
instead. - setColumnName(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Deprecated.using
ComputedColumn.setName(String)
instead. - 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
-
Deprecated.This property has been removed. See the method
SortKey.setKey(String)
. - 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
-
Deprecated.This property has been removed. See the method
SortKeyHandle.setKey(String)
. - 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
-
Deprecated.by the method
TextDataHandle.setContentType(String)
- 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(DesignElementHandle) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the view to be used.
- 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(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.
- setCustomValue(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Sets the user specified value.
- setCustomValue(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Sets the user specified value.
- 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
-
Deprecated.since 2.5 replaced by
AbstractScalarParameterHandleImpl.setDefaultValueList(List)
- 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
-
Deprecated.use
ActionHandle.setTargetBookmark(String)
instead. - setDrillThroughReportName(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Deprecated.use
ActionHandle.setReportName(String)
instead. - setDrillThroughTargetBookmark(String) - Method in class org.eclipse.birt.report.model.api.ActionHandle
-
Deprecated.use
ActionHandle.setTargetBookmark(String)
instead. - 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 exception org.eclipse.birt.report.model.api.metadata.PropertyValueException
-
Sets the element, if it is known.
- 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
- setEncryption(String, String) - Method in class org.eclipse.birt.report.model.api.DesignElementHandle
-
Sets the encryption for an encryptable property.
- setEncryptionID(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
- 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(Object) - Method in class org.eclipse.birt.report.model.api.ExpressionHandle
-
Sets the raw expression if the type is not constant.
- 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.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
-
Deprecated.
- 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(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(String) - Method in class org.eclipse.birt.report.model.api.TOCHandle
-
Sets expression of TOC.
- setExpression(List<Expression>) - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
-
Sets the binding expression list.
- 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
-
Deprecated.
- 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(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IImage
-
Sets the image file.
- setFile(Expression) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the image uri property by an expression.
- 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
-
Deprecated.Replaced by the method
FilterCondition.setExpr(String)
- setFilterExpr(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Deprecated.Replaced by the method
FilterConditionHandle.setExpr(String)
- 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(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
- 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.
- 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
-
Deprecated.
- 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(double) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- setHeight(double) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's height to a value in default units.
- 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 class org.eclipse.birt.report.model.api.extension.MultiRowItem
- 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(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(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
-
Deprecated.
- 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(double) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Returns the interval range of this group.
- setIntervalRange(double) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns 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.
- setIntervalRange(String) - Method in class org.eclipse.birt.report.model.api.DataGroupHandle
-
Sets the interval range of data group.
- setIntervalRange(String) - Method in class org.eclipse.birt.report.model.api.GroupHandle
-
Sets the interval range of group.
- setIntervalRange(String) - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Sets the interval range of this level.
- 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.
- setJTidy(boolean) - Method in class org.eclipse.birt.report.model.api.TextDataHandle
-
set if jTidy need to be used to validate the HTML content.
- setJTidy(boolean) - Method in class org.eclipse.birt.report.model.api.TextItemHandle
-
set if jTidy need to be used to validate the HTML content.
- 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
-
Deprecated.Replaced by the method
AbstractScalarParameterHandleImpl.setLabelExpr(String)
- 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(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.DataSetParameterHandle
-
Sets the parameter native data type.
- 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(int) - Method in class org.eclipse.birt.report.model.api.SortHintHandle
-
Sets the index position of a result set column.
- 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.
- 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(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 exception 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.
- setProperty(PropertyDefn, Object) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Sets the value for the given property definition.
- 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 exception 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.
- 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
-
Deprecated.
- 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.
- setTagType(String) - Method in class org.eclipse.birt.report.model.api.CellHandle
-
Sets the tag type of this label item.
- setTagType(String) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the tag type of this label item.
- setTagType(String) - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Sets the tag type of this label item.
- 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(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportDesign
-
Sets the theme for this report design.
- setTheme(ReportItemThemeHandle) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
- setTheme(ThemeHandle) - 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.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(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
-
Deprecated.Replaced by the method
AbstractScalarParameterHandleImpl.setDataType(String)
- 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.
- setType(PropertyType) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Sets the property type.
- 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
-
Deprecated.should use
ImageHandle.setFile(String)
orImageHandle.setURL(String)
. - 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
orIMAGE_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(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.
- setURL(Expression) - Method in class org.eclipse.birt.report.model.api.ImageHandle
-
Sets the image uri property by an expression.
- 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, Object, String) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- setUserProperty(String, Object, String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
-
Sets user property defined in this element.
- setUserProperty(String, 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.SimpleRowItem
- setUserProperty(String, 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(Object) - Method in class org.eclipse.birt.report.model.api.ComplexValueHandle
-
Sets the value of a property to the given 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(Object) - Method in class org.eclipse.birt.report.model.api.metadata.UserChoice
-
Sets the value of the user choice.
- setValue(Object) - Method in class org.eclipse.birt.report.model.api.PropertyHandleImpl
-
Implementation of abstract method defined in base class.
- 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.AggregationArgumentHandle
-
Sets the argument 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(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(String) - Method in class org.eclipse.birt.report.model.api.MemberValueHandle
-
Sets the value of this member value.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.PropertyBindingHandle
-
Sets the property binding value.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.SelectionChoiceHandle
-
Sets the data value for this choice.
- setValue(String) - Method in class org.eclipse.birt.report.model.api.VariableElementHandle
-
Sets the value of the variable.
- setValue(Expression) - Method in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
Sets the argument value.
- setValue1(String) - 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(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the value 1 expression 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(String) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterCondition
-
Sets value1
- 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.elements.structures.FilterCondition
-
Sets the value 1 expression.
- setValue1(List) - Method in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Sets the value 1 expression.
- setValue1(List) - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Sets the value 1 expression list 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(List) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IFilterConditionElement
-
Sets the value 1 expression list of this filter condition.
- 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
-
Deprecated.Replaced by the method
FilterCondition.setValue1(String)
- setValue1Expr(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Deprecated.Replaced by the method
FilterConditionHandle.setValue1(String)
- setValue2(String) - 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(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.
- setValue2(Expression) - 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.FilterConditionHandle
-
Sets the value 2 expression of this filter condition.
- setValue2Expr(String) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Deprecated.Replaced by the method
FilterCondition.setValue2(String)
- setValue2Expr(String) - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Deprecated.Replaced by the method
FilterConditionHandle.setValue2(String)
- setValueColumn(String) - Method in class org.eclipse.birt.report.model.api.ScalarParameterHandle
-
Deprecated.Replaced by the method
AbstractScalarParameterHandleImpl.setValueExpr(String)
- 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(double) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- setWidth(double) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's width to a value in default units.
- 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 class org.eclipse.birt.report.model.api.extension.MultiRowItem
- 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(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(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(double) - Method in class org.eclipse.birt.report.model.api.extension.SimpleRowItem
- 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(double) - Method in interface org.eclipse.birt.report.model.api.simpleapi.IReportItem
-
Sets the item's x position to a value in default units.
- setX(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- 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(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".
- setY(double) - 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(double) - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Sets the item's y position to a value in default units.
- 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.
- setY(String) - Method in class org.eclipse.birt.report.model.api.extension.MultiRowItem
- 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(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".
- 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() - Method in class org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Indicates whether the group of element share the same value for this property.
- 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.
- shifIncludeScripts(int, int) - Method in class org.eclipse.birt.report.model.api.ModuleHandleImpl
-
Shifts included script from source position to destination position.
- 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.
- 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.
- shiftColumn(int, int) - Method in class org.eclipse.birt.report.model.api.GridHandle
-
Moves the column from
sourceColumn
todestIndex
. - shiftColumn(int, int) - Method in class org.eclipse.birt.report.model.api.TableHandle
-
Moves the column from
sourceColumn
todestIndex
. - shiftColumn(int, int, boolean) - Method in class org.eclipse.birt.report.model.api.TableHandle
- 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 - Class in org.eclipse.birt.report.model.api.simpleapi
- SimpleElementFactory() - Constructor for class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- 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 exception 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 - 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.
- 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.
- 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() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.SortKey
-
Default constructor.
- 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.
- 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 exception 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, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.StructureHandle
-
Deprecated.
- 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(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 - Exception in org.eclipse.birt.report.model.api.command
-
Indicates an error while setting the style of an element.
- StyleException(DesignElement, String, String) - Constructor for exception 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 exception 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 - Exception in org.eclipse.birt.report.model.api.css
-
Exception thrown if an error occurs when reading an external style sheet.
- StyleSheetException(String) - Constructor for exception org.eclipse.birt.report.model.api.css.StyleSheetException
-
Constructs the style sheet exception with the error code.
- StyleSheetException(String, Throwable) - Constructor for exception org.eclipse.birt.report.model.api.css.StyleSheetException
-
Constructs the style sheet exception with the error code and the nested exception.
- StyleSheetParserException - Exception 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 exception org.eclipse.birt.report.model.api.css.StyleSheetParserException
-
Constructs the parser exception with the error code.
- StyleSheetParserException(String, String, String) - Constructor for exception 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 exception 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 exception 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.
T
- table - Variable in class org.eclipse.birt.report.model.api.elements.table.LayoutTable
-
The table element that the layout belongs to.
- TableColumnBandAdapter - Class in org.eclipse.birt.report.model.api
-
Represents an object of copied objects when do copy/paste operations between tables.
- tableContainer - Variable in class org.eclipse.birt.report.model.api.elements.table.LayoutSlot
-
The table in which the slot resides.
- TableGroupHandle - Class in org.eclipse.birt.report.model.api
-
Represent a handle to a table group.
- TableGroupHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.TableGroupHandle
-
Constructs a handle for the table group with the given design and element.
- TableHandle - Class in org.eclipse.birt.report.model.api
-
Represents a table element.
- TableHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.TableHandle
-
Constructs a handle for the table with the given design and element.
- TableHeaderContextContainmentValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the element is not allowed to appear in the specific slot of the given container type in any level.
- TableHeaderContextContainmentValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.TableHeaderContextContainmentValidator
- TableRowBandAdapter - Class in org.eclipse.birt.report.model.api
-
Represents an object of copied objects when do copy/paste operations between tables.
- TabularCubeHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a cube.
- TabularCubeHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.TabularCubeHandle
-
Constructs a handle for the given design and design element.
- TabularDimensionHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a dimension element in the cube element.
- TabularDimensionHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.TabularDimensionHandle
-
Constructs a handle for the given design and design element.
- TabularHierarchyHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a Hierarchy.
- TabularHierarchyHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.TabularHierarchyHandle
-
Constructs a handle for the given design and design element.
- TabularLevelHandle - Class in org.eclipse.birt.report.model.api.olap
-
Represents a level element.
- TabularLevelHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.TabularLevelHandle
-
Constructs a handle for the given design and design element.
- TabularMeasureGroupHandle - Class in org.eclipse.birt.report.model.api.olap
-
Handle class for MeasureGroup.
- TabularMeasureGroupHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.TabularMeasureGroupHandle
-
Constructs a handle for the given design and design element.
- TabularMeasureHandle - Class in org.eclipse.birt.report.model.api.olap
-
This class represents a measure element.
- TabularMeasureHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.olap.TabularMeasureHandle
-
Constructs a handle for the given design and design element.
- target - Variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The design element that changed.
- TARGET_BOOKMARK_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Property name of the target bookmark link.
- TARGET_BOOKMARK_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Property name of target bookmark type.
- TARGET_FILE_TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Property name of target type of linked file.
- TARGET_NAMES_TYPE_BLANK - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TARGET_NAMES_TYPE_PARENT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TARGET_NAMES_TYPE_SELF - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TARGET_NAMES_TYPE_TOP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TARGET_WINDOW_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Property name of the target browser window for the link.
- TEAL - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color teal.
- TEMPLATE_ELEMENT_TYPE_DATA - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_ELEMENT_TYPE_DATA_SET - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_ELEMENT_TYPE_EXTENDED_ITEM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_ELEMENT_TYPE_FREEFORM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_ELEMENT_TYPE_GRID - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_ELEMENT_TYPE_IMAGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_ELEMENT_TYPE_LABEL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_ELEMENT_TYPE_LIST - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_ELEMENT_TYPE_TABLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_ELEMENT_TYPE_TEXT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_ELEMENT_TYPE_TEXT_DATA - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEMPLATE_TRANSFORM_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of TEMPLATE_TRANSFORM_EVENT.
- TemplateDataSetHandle - Class in org.eclipse.birt.report.model.api
-
Handle for template data sets.
- TemplateDataSetHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.TemplateDataSetHandle
-
Constructs a handle for the given design and design element.
- TemplateElementHandle - Class in org.eclipse.birt.report.model.api
-
Abstract handle for template elements.
- TemplateElementHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.TemplateElementHandle
-
Constructs the handle for a report item with the given design and element.
- TemplateException - Exception in org.eclipse.birt.report.model.api.command
-
Reports an error during a template related operation.
- TemplateException(DesignElement, String) - Constructor for exception org.eclipse.birt.report.model.api.command.TemplateException
-
Constructs the exception with focus elementand error code.
- TemplateException(DesignElement, String[], String) - Constructor for exception org.eclipse.birt.report.model.api.command.TemplateException
-
Constructor.
- TemplateMethodInfo - Class in org.eclipse.birt.report.model.api.scripts
-
Represents the method information that can provide code snippet as the template.
- TemplateMethodInfo(Method) - Constructor for class org.eclipse.birt.report.model.api.scripts.TemplateMethodInfo
-
Default constructor.
- TemplateParameterDefinitionHandle - Class in org.eclipse.birt.report.model.api
-
Represents a template parameter definition element.
- TemplateParameterDefinitionHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.TemplateParameterDefinitionHandle
-
Constructs a handle for the given design and design element.
- TemplateReportItemHandle - Class in org.eclipse.birt.report.model.api
-
Handle for template report items.
- TemplateReportItemHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.TemplateReportItemHandle
-
Constructs a handle for the given design and design element.
- TemplateTransformEvent - Class in org.eclipse.birt.report.model.api.command
-
Notification event that says that transformation betweem a template element and a report item or data set occurs.
- TemplateTransformEvent(ContainerContext, DesignElement, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.command.TemplateTransformEvent
-
/** Constructs the content replace event with the container element, from element, to element and the slot within this container.
- TEST_EXPR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
The expression for this rule.
- testExpression - Variable in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
the test expression for this highlight rule.
- TEXT_ALIGN_CENTER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_ALIGN_JUSTIFY - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_ALIGN_LEFT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_ALIGN_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- TEXT_ALIGN_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- TEXT_ALIGN_RIGHT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_CONTENT_TYPE_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_CONTENT_TYPE_HTML - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_CONTENT_TYPE_PLAIN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_CONTENT_TYPE_RTF - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_DATA_CONTENT_TYPE_AUTO - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_DATA_CONTENT_TYPE_HTML - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_DATA_CONTENT_TYPE_PLAIN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_DATA_CONTENT_TYPE_RTF - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_DIRECTION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- TEXT_DIRECTION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- TEXT_FORMAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Deprecated.
- TEXT_INDENT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- TEXT_INDENT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- TEXT_LINE_THROUGH_LINE_THROUGH - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_LINE_THROUGH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- TEXT_LINE_THROUGH_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- TEXT_LINE_THROUGH_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_OVERLINE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- TEXT_OVERLINE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- TEXT_OVERLINE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_OVERLINE_OVERLINE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_TRANSFORM_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- TEXT_TRANSFORM_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- TEXT_UNDERLINE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HighlightRule
- TEXT_UNDERLINE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
- TEXT_UNDERLINE_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TEXT_UNDERLINE_UNDERLINE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TextDataHandle - Class in org.eclipse.birt.report.model.api
-
Represents a multi-line data item element.
- TextDataHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.TextDataHandle
-
Constructs the handle with the report design and the element it holds.
- TextItemHandle - Class in org.eclipse.birt.report.model.api
-
Represents a text data item.
- TextItemHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.TextItemHandle
-
Constructs a handle for a text item.
- THEME_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of THEME_EVENT.
- THEME_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the theme property.
- ThemeEvent - Class in org.eclipse.birt.report.model.api.command
-
Notifies that the style of an element has changed.
- ThemeEvent(DesignElement) - Constructor for class org.eclipse.birt.report.model.api.command.ThemeEvent
-
Constructor.
- ThemeException - Exception in org.eclipse.birt.report.model.api.command
-
Indicates an error while setting the style of an element.
- ThemeException(DesignElement, String, String) - Constructor for exception org.eclipse.birt.report.model.api.command.ThemeException
-
Constructor.
- ThemeHandle - Class in org.eclipse.birt.report.model.api
-
Represents a theme in the library.
- ThemeHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ThemeHandle
-
Constructs the handle for a theme with the given design and element.
- themeName - Variable in exception org.eclipse.birt.report.model.api.command.ThemeException
-
The theme name being set.
- ThemeReferenceValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the theme reference in the module.
- ThemeReferenceValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.ThemeReferenceValidator
- ThemeStyleNameValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the ducplicat style name in the theme.
- ThemeStyleNameValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.ThemeStyleNameValidator
- THUMB_TYPE_DUAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- THUMB_TYPE_SINGLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TIME_DIMENSION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Name of the member that specifies the expression that returns the name of time dimension.
- TIME_FORMAT_TYPE_CUSTOM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TIME_FORMAT_TYPE_LONG_TIME - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TIME_FORMAT_TYPE_MEDIUM_TIME - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TIME_FORMAT_TYPE_SHORT_TIME - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TimeFormatValue - Class in org.eclipse.birt.report.model.api.elements.structures
-
The format value for the time.
- TimeFormatValue() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.TimeFormatValue
- TimeInterval - Class in org.eclipse.birt.report.model.api.elements.structures
-
Time interval structure.
- TimeInterval() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
- TimeIntervalHandle - Class in org.eclipse.birt.report.model.api
-
The structure handle of time interval.
- TimeIntervalHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.TimeIntervalHandle
-
Constructs the handle of time interval.
- TITLE_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 title.
- TITLE_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the title property.
- TO_LATEST_VERSION - Static variable in interface org.eclipse.birt.report.model.api.IModuleOption
-
Key to indicate that the design should be update to the latest report version when creates.
- TOC - Class in org.eclipse.birt.report.model.api.elements.structures
-
The TOC structure defines a TOC.
- TOC() - Constructor for class org.eclipse.birt.report.model.api.elements.structures.TOC
- TOC_EXPRESSION - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
TOC expression.
- TOC_STRUCT - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
Name of this structure.
- TOC_STYLE - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TOC
-
TOC style.
- TOCHandle - Class in org.eclipse.birt.report.model.api
-
Represents an "TOC" attached to an element.Obtain an instance of this class by calling the
getTOCHandle
method on the handle of an element that defines an action. - TOCHandle(DesignElementHandle, MemberRef) - Constructor for class org.eclipse.birt.report.model.api.TOCHandle
-
Deprecated.
- TOCHandle(DesignElementHandle, StructureContext) - Constructor for class org.eclipse.birt.report.model.api.TOCHandle
-
Construct an handle to deal with the toc structure.
- toDisplayString() - Method in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Returns the dimension value in localized format.
- toLatestVersion() - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Returns the flag that indicates whether the report should be updated to the latest version when creates.
- TOOLTIP_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Property name of the tool tip.
- toRgbText(int) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Convert an integer to an HTML RGB value.
- toString() - Method in exception org.eclipse.birt.report.model.api.DesignFileException
-
Returns a string representation of the exception.
- toString() - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
- toString() - Method in class org.eclipse.birt.report.model.api.elements.structures.FormatValue
- toString() - Method in class org.eclipse.birt.report.model.api.elements.structures.TOC
- toString() - Method in class org.eclipse.birt.report.model.api.ErrorDetail
-
Note output message are locale independent.
- toString() - Method in class org.eclipse.birt.report.model.api.Expression
- toString() - Method in class org.eclipse.birt.report.model.api.metadata.ArgumentInfo
- toString() - Method in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Converts the dimension value to a locale-independent string.
- toString() - Method in class org.eclipse.birt.report.model.api.scripts.ArgumentInfo
- TOTAL_CLASS_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Name of the class for 'Total'.
- TransactionOption - Class in org.eclipse.birt.report.model.api.activity
-
Class provided to set some options for the transaction.
- TransactionOption() - Constructor for class org.eclipse.birt.report.model.api.activity.TransactionOption
-
Default constructor.
- TRANSFORM_CAPITALIZE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TRANSFORM_LOWERCASE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TRANSFORM_NONE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- TRANSFORM_UPPERCASE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- transformToDataSet(DataSetHandle) - Method in class org.eclipse.birt.report.model.api.TemplateDataSetHandle
-
Transforms the current template data set to the given real data set.
- transformToReportItem(ReportItemHandle) - Method in class org.eclipse.birt.report.model.api.TemplateReportItemHandle
-
Transforms the current template report item to the given real report item.
- translation - Variable in class org.eclipse.birt.report.model.api.TranslationHandle
-
The translation message.
- TranslationHandle - Class in org.eclipse.birt.report.model.api
-
Represents a translation message in the design.
- TranslationHandle(ModuleHandle, Translation) - Constructor for class org.eclipse.birt.report.model.api.TranslationHandle
-
Constructs a handle for a translation message.
- trimQuotes(String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Trims the quotes.
- trimString(String) - Static method in class org.eclipse.birt.report.model.api.util.StringUtil
-
Trim a string.
- type - Variable in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Value of the expression property.
- TYPE_COUNT - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Number of types defined.
- TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Name of the type member.
- TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
-
Name of the "type" property.
- TYPE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the member that indicates the type of this filter condition.
U
- UNDEFINED - Static variable in class org.eclipse.birt.report.model.api.filterExtension.FilterExprDefinition
- UNDEFINED - Static variable in class org.eclipse.birt.report.model.api.oda.AggregationDefn
-
The initial value for max/min arguments.
- UndefinedPropertyInfo - Class in org.eclipse.birt.report.model.api.extension
-
Class that provides the information for undefined properties set in extended items.
- UndefinedPropertyInfo(String, Object, String) - Constructor for class org.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo
-
Constructs the this information with property name, value and extension version.
- undo() - Method in interface org.eclipse.birt.report.model.api.activity.IActivityRecord
-
Undoes the record.
- undo() - Method in interface org.eclipse.birt.report.model.api.CommandStack
-
Undoes a command.
- undo() - Method in class org.eclipse.birt.report.model.api.extension.ElementCommand
- undo() - Method in interface org.eclipse.birt.report.model.api.extension.IElementCommand
-
Undoes the record.
- UNDONE - Static variable in class org.eclipse.birt.report.model.api.activity.ActivityStackEvent
-
The latest record or transaction is undone.
- UnicodeUtil - Class in org.eclipse.birt.report.model.api.util
-
The utility class to handle Unicode encoding and signatures.
- UnicodeUtil() - Constructor for class org.eclipse.birt.report.model.api.util.UnicodeUtil
- unit - Variable in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
Value of the unit.
- UNIT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.TimeInterval
-
Name of the unit member.
- units - Variable in class org.eclipse.birt.report.model.api.metadata.DimensionValue
-
The units part of the dimension.
- UNITS_CM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- UNITS_EM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- UNITS_EX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- UNITS_IN - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- UNITS_MM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- UNITS_PC - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- UNITS_PERCENTAGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- UNITS_PROP - Static variable in interface org.eclipse.birt.report.model.api.core.IModuleModel
-
Name of the default units property.
- UNITS_PT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- UNITS_PX - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- UnsupportedElementValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates whether the element is unsupported in the current release.
- UnsupportedElementValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.UnsupportedElementValidator
- UPDATE - Static variable in class org.eclipse.birt.report.model.api.elements.table.LayoutChangedEvent
-
Identifies a change to existing data.
- UPDATE_AGGREGATION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the member that indicates if the current filter condition need to update aggregation.
- updateAggregation() - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Checks if this filter condition needs to update aggregation.
- updateAggregation() - Method in class org.eclipse.birt.report.model.api.FilterConditionElementHandle
-
Checks if this filter condition needs to update aggregation.
- updateAggregation() - Method in class org.eclipse.birt.report.model.api.FilterConditionHandle
-
Checks if this filter condition needs to update aggregation.
- updateResultSetinCachedMetaData(DataSetHandle, List) - Static method in class org.eclipse.birt.report.model.api.util.CompatibilityUtil
-
Updates CachedMetaData.resultSet property with the given data set and the list of result set columns.
- updateRowExpressions(Map) - Method in interface org.eclipse.birt.report.model.api.extension.ICompatibleReportItem
-
Updates existed expression with the given expressions.
- updateRowExpressions(Map) - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
- updateStyleReference(Map<String, String>) - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
- updateStyleReference(Map<String, String>) - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
- URI_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.Action
-
Property name of the hyperlink.
- URI_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the URI property type.
- URI_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the URI property type.
- URIUtil - Class in org.eclipse.birt.report.model.api.util
-
Utility class to handle URI.
- URIUtil() - Constructor for class org.eclipse.birt.report.model.api.util.URIUtil
- USE_EXTERNAL_CSS - Static variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
-
Name of the external css file member.
- useExternalCss - Variable in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
- useID() - Method in interface org.eclipse.birt.report.model.api.metadata.IMetaDataDictionary
-
Reports whether element IDs are in use.
- USER_PROP_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of UserPropertyEvent.
- USER_PROPERTY - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Type code for a user property.
- UserChoice - Class in org.eclipse.birt.report.model.api.metadata
-
Describes the user defined choices for a user defined property.
- UserChoice(String, String) - Constructor for class org.eclipse.birt.report.model.api.metadata.UserChoice
-
Constructs a new User Choice by the given name and id.
- UserPropertyDefn - Class in org.eclipse.birt.report.model.api.core
-
Represents a user-defined property.
- UserPropertyDefn() - Constructor for class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Default constructor.
- UserPropertyDefnHandle - Class in org.eclipse.birt.report.model.api
-
Represents a top-level user-defined property of an element.
- UserPropertyDefnHandle(DesignElementHandle, String) - Constructor for class org.eclipse.birt.report.model.api.UserPropertyDefnHandle
-
Constructs a handle for the user-defined property with the given element handle and the name of the user-defined property.
- UserPropertyDefnHandle(DesignElementHandle, UserPropertyDefn) - Constructor for class org.eclipse.birt.report.model.api.UserPropertyDefnHandle
-
Constructs a handle for the user-defined property with the given element handle and the user-defined property.
- UserPropertyEvent - Class in org.eclipse.birt.report.model.api.command
-
Indicates a change to a user-defined property.
- UserPropertyEvent(DesignElement, UserPropertyDefn, int) - Constructor for class org.eclipse.birt.report.model.api.command.UserPropertyEvent
-
Constructor.
- UserPropertyException - Exception in org.eclipse.birt.report.model.api.command
-
Reports an error during a user property operation.
- UserPropertyException(DesignElement, String, String) - Constructor for exception org.eclipse.birt.report.model.api.command.UserPropertyException
-
Constructor.
- UserPropertyException(DesignElement, String, String, ModelException, String[]) - Constructor for exception org.eclipse.birt.report.model.api.command.UserPropertyException
-
Constructor.
- UserPropertyException(DesignElement, String, String, MetaDataException) - Constructor for exception org.eclipse.birt.report.model.api.command.UserPropertyException
-
Constructor.
- useSemanticCheck() - Method in class org.eclipse.birt.report.model.api.ModuleOption
-
Determines whether to do some semantic checks when opening a module.
V
- validate() - Method in interface org.eclipse.birt.report.model.api.extension.IReportItem
-
Performs a semantic check on the report item.
- validate() - Method in class org.eclipse.birt.report.model.api.extension.ReportItem
- validate(String, String, String) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Validates a input parameter value with the given data type, format choice string and a default locale defined by the class(Locale.US).
- validate(String, String, String, TimeZone) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Validates a input parameter value with the given data type, format choice string, using the default locale.
- validate(String, String, String, ULocale) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Validates a input parameter value with the given data type, format choice string.
- validate(String, String, String, ULocale, TimeZone) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Validates a input parameter value with the given data type, format choice string.
- validate(String, String, String, Locale) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Validates a input parameter value with the given data type, format choice string.
- validate(String, String, String, Locale, TimeZone) - Static method in class org.eclipse.birt.report.model.api.util.ParameterValidationUtil
-
Validates a input parameter value with the given data type, format choice string.
- validate(ListingHandle) - Method in class org.eclipse.birt.report.model.api.validators.GroupNameValidator
-
Validates whether the given element contains the duplicate group name.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Validates this structure.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.ComputedColumn
-
Validates this structure.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.CustomColor
-
Validates this structure.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.DataSetParameter
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.EmbeddedImage
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Validates this structure.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
Validates this structure.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludedLibrary
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.IncludeScript
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.JoinCondition
-
Validates this structure.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.LevelAttribute
-
Validates this structure.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.ParamBinding
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.PropertyMask
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.ResultSetColumn
-
Validates this structure.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortHint
-
Validates this structure.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.elements.structures.SortKey
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.BookmarkValidator
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.CascadingParameterTypeValidator
-
Validates whether the type of the parameter is valid.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.CellOverlappingValidator
-
Validates whether any cell in the given row overlaps others.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.DataColumnNameValidator
-
Validates whether the page size is invalid.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.DataSetNameRequiredValidatorImpl
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.DataSetRequiredValidator
-
Validates whether the data set of the given listing element is provided.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.DataSetResultSetValidator
-
Deprecated.Validates whether the result set of the given data set has no column defined.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.ElementExtendsValidator
-
Validates the element reference value can refer to an actual element.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.ExtensionValidator
-
Validates whether any cell in the given row overlaps others.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.GroupNameValidator
-
Validates whether the given element contains the duplicate group name.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.ImageDataValidator
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.IncludedCssStyleSheetValidator
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.IncludedLibraryValidator
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.InconsistentColumnsValidator
-
Validates whether the page size is invalid.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.MasterPageContextContainmentValidator
-
Validates whether the given element can recursively resides in the specific slot of specific container type.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.MasterPageMultiColumnValidator
-
Validates whether multiple columns and content width are consistent.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.MasterPageRequiredValidator
-
Validates whether the given report has one master page.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.MasterPageSizeValidator
-
Validates whether the page size is invalid.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.MasterPageTypeValidator
-
Validates whether the page type and size are consistent.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.StyleReferenceValidator
-
Validates the style reference value can refer to an actual style.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.TableHeaderContextContainmentValidator
-
Validates whether the given element can recursively resides in the specific slot of specific container type.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.ThemeReferenceValidator
-
Validates the theme reference value can refer to an actual theme.
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.ThemeStyleNameValidator
- validate(Module, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.UnsupportedElementValidator
- validate(Module, DesignElement, String) - Method in class org.eclipse.birt.report.model.api.validators.ElementReferenceValidator
-
Validates the element reference value can refer to an actual element.
- validate(Module, DesignElement, String) - Method in class org.eclipse.birt.report.model.api.validators.SimpleListValidator
-
Validates whether the list property specified by
propName
is invalid. - validate(Module, DesignElement, String) - Method in class org.eclipse.birt.report.model.api.validators.StructureListValidator
-
Validates whether the list property specified by
propName
is invalid. - validate(Module, DesignElement, String) - Method in class org.eclipse.birt.report.model.api.validators.StructureReferenceValidator
-
Validates the structure reference value can refer to an actual structure.
- validate(Module, DesignElement, String) - Method in class org.eclipse.birt.report.model.api.validators.StructureValidator
- validate(Module, DesignElement, String) - Method in class org.eclipse.birt.report.model.api.validators.ValueRequiredValidator
-
Validates whether value is set for the given required property.
- validateExtendedChoicesByDisplayName(Module, String) - Method in class org.eclipse.birt.report.model.api.core.UserPropertyDefn
-
Checks whether
displayName
matches any items in the choice set for an extended choice property type on a user defined choice set. - validateForAdding(DesignElementHandle, IPropertyDefn, List<Object>, Object) - Method in class org.eclipse.birt.report.model.api.validators.SimpleListValidator
-
Validates whether a new item can be added to the simple value list.
- validateForAdding(DesignElementHandle, IPropertyDefn, List<Object>, IStructure) - Method in class org.eclipse.birt.report.model.api.validators.StructureListValidator
-
Validates whether a new structure can be added to structure list.
- validateForAdding(Module, ContainerContext, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.MasterPageContextContainmentValidator
-
Validates whether the given element can recursively resides in the specific slot of specific container type when trying to add an element.
- validateForAdding(Module, ContainerContext, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.TableHeaderContextContainmentValidator
-
Validates whether the given element can recursively resides in the specific slot of specific container type when trying to add an element.
- validateForAdding(Module, DesignElement, int, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.MasterPageContextContainmentValidator
-
Deprecated.since birt2.2, replaced by
MasterPageContextContainmentValidator.validateForAdding(Module, ContainerContext, DesignElement)
- validateForAdding(Module, DesignElement, int, DesignElement) - Method in class org.eclipse.birt.report.model.api.validators.TableHeaderContextContainmentValidator
-
Deprecated.since birt2.2, replaced by
TableHeaderContextContainmentValidator.validateForAdding(Module, ContainerContext, DesignElement)
- validateForAdding(Module, DesignElement, IElementDefn) - Method in class org.eclipse.birt.report.model.api.validators.MasterPageContextContainmentValidator
-
Validates whether the given element can recursively resides in the specific slot of specific container type when trying to add an element.
- validateForAdding(Module, DesignElement, IElementDefn) - Method in class org.eclipse.birt.report.model.api.validators.TableHeaderContextContainmentValidator
-
Validates whether the given element can recursively resides in the specific slot of specific container type when trying to add an element.
- validateForAddingGroup(ListingHandle, String) - Method in class org.eclipse.birt.report.model.api.validators.GroupNameValidator
-
Validates whether the group with the given name can be added into the given listing element.
- validateForAddingStyle(AbstractThemeHandle, String) - Method in class org.eclipse.birt.report.model.api.validators.ThemeStyleNameValidator
-
Validates whether the style with the given name can be added into the given theme element.
- validateForRenaming(DesignElementHandle, IPropertyDefn, List<Object>, IStructure, IPropertyDefn, String) - Method in class org.eclipse.birt.report.model.api.validators.StructureListValidator
-
Validates whether a structure can be renamed to the given name.
- validateForRenamingGroup(ListingHandle, GroupHandle, String) - Method in class org.eclipse.birt.report.model.api.validators.GroupNameValidator
-
Validates whether the group can be renamed to the given name.
- validateForRenamingStyle(AbstractThemeHandle, StyleHandle, String) - Method in class org.eclipse.birt.report.model.api.validators.ThemeStyleNameValidator
-
Validates whether the style can be renamed to the given name.
- validateProperty(DesignElementHandle, String, Object) - Static method in class org.eclipse.birt.report.model.api.util.PropertyValueValidationUtil
-
Validates a value to be stored for the given property.
- VALIDATION_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of ValidationEvent
- ValidationEvent - Class in org.eclipse.birt.report.model.api.validators
-
Notification event that says that the validation is performed and whether error exists.
- ValidationEvent(DesignElement, String, List) - Constructor for class org.eclipse.birt.report.model.api.validators.ValidationEvent
-
Constructs the validation event.
- ValidationValueException - Exception in org.eclipse.birt.report.model.api.metadata
-
Indicates an invalid validation value.
- ValidationValueException(Object, String, String) - Constructor for exception org.eclipse.birt.report.model.api.metadata.ValidationValueException
-
Constructs an exception given an invalid value, error code and the property type constants.
- validteGroupName(GroupHandle, String) - Static method in class org.eclipse.birt.report.model.api.ModuleUtil
-
Validates the given group name.
- value - Variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Value expression of this property binding.
- value - Variable in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
The value for the choice.
- value - Variable in class org.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo
-
Value of the property.
- value - Variable in class org.eclipse.birt.report.model.api.FactoryPropertyHandle
-
The cached property value.
- value - Variable in class org.eclipse.birt.report.model.api.metadata.UserChoice
-
The user choice's value, it is required.
- VALUE_EXPR_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.HideRule
-
Name of the property that gives the expression for the format member.
- VALUE_FORMAT_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Name of the member that defines the format of value.
- VALUE_FORMAT_TYPE_CUSTOM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Common format type "Custom"
- VALUE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
-
Name of the value member.
- VALUE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.CalculationArgument
-
Name of the value member.
- VALUE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ConfigVariable
-
Name of the config variable value member.
- VALUE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ExtendedProperty
-
The member name of the value of Extended property.
- VALUE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.PropertyBinding
-
Name of the "value" property.
- VALUE_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.SelectionChoice
-
Name of the value member.
- VALUE_PROP - Static variable in class org.eclipse.birt.report.model.api.metadata.UserChoice
-
Name of the choice value property.
- value1 - Variable in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Expression for the first operand.
- VALUE1_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the filter value 1 expression member.
- VALUE1_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Name of the property that gives the expression for the first operator operand.
- value2 - Variable in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Expression for the second operand.
- VALUE2_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.FilterCondition
-
Name of the filter value 2 expression member.
- VALUE2_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.StyleRule
-
Name of the property that gives the expression for the second operator operand.
- ValueAccessControlHandle - Class in org.eclipse.birt.report.model.api
-
Deprecated.
- ValueAccessControlHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.ValueAccessControlHandle
-
Deprecated.Constructs a autotext handle with the given design and the element.
- valueAccessControlsIterator() - Method in class org.eclipse.birt.report.model.api.olap.LevelHandle
-
Returns an iterator for the value access controls.
- ValueHandle - Class in org.eclipse.birt.report.model.api
-
Abstract base class for value-based handles.
- ValueHandle(DesignElementHandle) - Constructor for class org.eclipse.birt.report.model.api.ValueHandle
-
Constructs a value handle with the given element handle.
- ValueRequiredValidator - Class in org.eclipse.birt.report.model.api.validators
-
Validates the property value is required.
- ValueRequiredValidator() - Constructor for class org.eclipse.birt.report.model.api.validators.ValueRequiredValidator
- VARIABLE_TYPE_PAGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- VARIABLE_TYPE_REPORT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- VariableElementHandle - Class in org.eclipse.birt.report.model.api
-
Represents a variable.
- VariableElementHandle(Module, DesignElement) - Constructor for class org.eclipse.birt.report.model.api.VariableElementHandle
-
Constructs a variable handle with the given design and the element.
- VERSION_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.OdaDesignerState
-
Name of the "version" member.
- VERTICAL_ALIGN_BASELINE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.Now Engine is not support it.
- VERTICAL_ALIGN_BOTTOM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- VERTICAL_ALIGN_MIDDLE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- VERTICAL_ALIGN_SUB - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.Now Engine is not support it.
- VERTICAL_ALIGN_SUPER - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.Now Engine is not support it.
- VERTICAL_ALIGN_TEXT_BOTTOM - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.Now Engine is not support it.
- VERTICAL_ALIGN_TEXT_TOP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
-
Deprecated.Now Engine is not support it.
- VERTICAL_ALIGN_TOP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- VIEW_ACTION_ADDED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- VIEW_ACTION_CHANGED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- VIEW_ACTION_DELETED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- VIEW_ACTION_NO_CHANGE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- VIEWS_CONTENT_EVENT - Static variable in class org.eclipse.birt.report.model.api.activity.NotificationEvent
-
The event type of multiple views event.
- ViewsContentEvent - Class in org.eclipse.birt.report.model.api.command
-
Notification event that says that multiple views of a container have changed.
- ViewsContentEvent(ContainerContext, DesignElement, int) - Constructor for class org.eclipse.birt.report.model.api.command.ViewsContentEvent
- visibilityRulesIterator() - Method in class org.eclipse.birt.report.model.api.ColumnHandle
-
Returns visibility rules defined on the table column.
- visibilityRulesIterator() - Method in class org.eclipse.birt.report.model.api.ReportItemHandleImpl
-
Returns visibility rules defined on the report item.
- visibilityRulesIterator() - Method in class org.eclipse.birt.report.model.api.RowHandle
-
Returns visibility rules defined on the table row.
- visibilityRulesIterator() - Method in class org.eclipse.birt.report.model.api.TemplateReportItemHandle
-
Returns visibility rules defined on the template report item.
- visiblePropertyIterator() - Method in class org.eclipse.birt.report.model.api.EmptyGroupElementHandle
- visiblePropertyIterator() - Method in class org.eclipse.birt.report.model.api.GroupElementHandle
-
Returns an iterator over the common properties that are visible.
- visiblePropertyIterator() - Method in class org.eclipse.birt.report.model.api.SimpleGroupElementHandle
W
- WARNING - Static variable in exception org.eclipse.birt.report.model.api.elements.SemanticError
-
The constant for the semantic warning.
- WHITE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color white.
- WHITE_SPACE_NORMAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- WHITE_SPACE_NOWRAP - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- WHITE_SPACE_PRE - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- WIDOWS_INHERIT - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- width - Variable in class org.eclipse.birt.report.model.api.util.Rectangle
-
The width of the rectangle.
- WINDOW_STATUS_MAXIMIZED - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- WINDOW_STATUS_NORMAL - Static variable in interface org.eclipse.birt.report.model.api.elements.DesignChoiceConstants
- WORD_WRAP_MEMBER - Static variable in class org.eclipse.birt.report.model.api.elements.structures.ColumnHint
-
Deprecated.
- wordWrap() - Method in class org.eclipse.birt.report.model.api.ColumnHintHandle
-
Deprecated.
- wrapExtensionElement(ExtendedItemHandle, int) - Method in class org.eclipse.birt.report.model.api.impl.SimpleElementFactory
- wrapExtensionElement(ExtendedItemHandle, int) - Method in interface org.eclipse.birt.report.model.api.simpleapi.ISimpleElementFactory
-
Creates the scriptable object for the corresponding element handles.
- WrongTypeException - Exception in org.eclipse.birt.report.model.api.command
-
An error indicates wrong type while setting the extends property of an element.
- WrongTypeException(DesignElement, String, String) - Constructor for exception org.eclipse.birt.report.model.api.command.WrongTypeException
-
Constructor.
- WrongTypeException(DesignElement, DesignElement, String) - Constructor for exception org.eclipse.birt.report.model.api.command.WrongTypeException
-
Constructor.
X
- x - Variable in class org.eclipse.birt.report.model.api.util.Point
-
The x position or width.
- x - Variable in class org.eclipse.birt.report.model.api.util.Rectangle
-
The left edge.
- XML_TYPE - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Type code for the XML property type.
- XML_TYPE_NAME - Static variable in interface org.eclipse.birt.report.model.api.metadata.IPropertyType
-
Name of the XML property type.
- XPathUtil - Class in org.eclipse.birt.report.model.api.util
-
The XPath string helps user locate this element in design file.
- XPathUtil() - Constructor for class org.eclipse.birt.report.model.api.util.XPathUtil
Y
- y - Variable in class org.eclipse.birt.report.model.api.util.Point
-
The y position or height.
- y - Variable in class org.eclipse.birt.report.model.api.util.Rectangle
-
The top edge.
- YELLOW - Static variable in interface org.eclipse.birt.report.model.api.metadata.IColorConstants
-
The color yellow.
All Classes All Packages