Uses of Class
org.eclipse.birt.report.model.api.StyleHandle
Packages that use StyleHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Defines the structure types in Model system.
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
Report element representations in the BIRT simple API environment.
Utility classes.
Provides the validation classes for semantic check on multiple properties.
-
Uses of StyleHandle in org.eclipse.birt.report.model.api
Subclasses of StyleHandle in org.eclipse.birt.report.model.apiModifier and TypeClassDescriptionclass
Css shared style handle.class
Represents the "private style" for an element.class
Represents a named, shared style.Methods in org.eclipse.birt.report.model.api that return StyleHandleModifier and TypeMethodDescriptionfinal StyleHandle
Returns the style with the given name.final StyleHandle
ContentElementHandle.getPrivateStyle()
DesignElementHandle.getPrivateStyle()
Returns a handle to work with the style properties of this element.HighlightRuleHandle.getStyle()
Returns the style that the highlight rule links with.Methods in org.eclipse.birt.report.model.api that return types with arguments of type StyleHandleModifier and TypeMethodDescriptionFactoryElementHandle.getAllFactoryStyles()
Gets all the factory style handle.Methods in org.eclipse.birt.report.model.api with parameters of type StyleHandleModifier and TypeMethodDescriptionvoid
HighlightRuleHandle.setStyle
(StyleHandle style) Sets the style property. -
Uses of StyleHandle in org.eclipse.birt.report.model.api.elements.structures
Methods in org.eclipse.birt.report.model.api.elements.structures that return StyleHandleModifier and TypeMethodDescriptionHighlightRule.getStyle()
Returns the style that the highlight rule links with.Methods in org.eclipse.birt.report.model.api.elements.structures with parameters of type StyleHandleModifier and TypeMethodDescriptionvoid
HighlightRule.setStyle
(StyleHandle styleElement) Sets the style property. -
Uses of StyleHandle in org.eclipse.birt.report.model.api.extension
Methods in org.eclipse.birt.report.model.api.extension that return StyleHandleModifier and TypeMethodDescriptionIReportItem.getReferencedStyle()
ReportItem.getReferencedStyle()
-
Uses of StyleHandle in org.eclipse.birt.report.model.api.impl
Methods in org.eclipse.birt.report.model.api.impl with parameters of type StyleHandle -
Uses of StyleHandle in org.eclipse.birt.report.model.api.simpleapi
Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type StyleHandleModifier and TypeMethodDescriptionISimpleElementFactory.createStyle
(StyleHandle style) CreateIStyle
instance -
Uses of StyleHandle in org.eclipse.birt.report.model.api.util
Methods in org.eclipse.birt.report.model.api.util with parameters of type StyleHandleModifier and TypeMethodDescriptionstatic boolean
ElementExportUtilImpl.canExport
(StyleHandle styleHandle, ThemeHandle themeHandle, boolean canOverride) Checks whether the given element can be exported into the selected theme.static void
ElementExportUtilImpl.exportStyle
(StyleHandle styleToExport, ThemeHandle themeHandle, boolean canOverride) Exports the given style into selected theme. -
Uses of StyleHandle in org.eclipse.birt.report.model.api.validators
Methods in org.eclipse.birt.report.model.api.validators with parameters of type StyleHandleModifier and TypeMethodDescriptionThemeStyleNameValidator.validateForRenamingStyle
(AbstractThemeHandle theme, StyleHandle style, String styleName) Validates whether the style can be renamed to the given name.