public class StyleUtil
extends java.lang.Object
Constructor and Description |
---|
StyleUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addExtensionSelectors(ReportDesignHandle designHandle)
Adds selectors for extended elements to the report design.
|
static DesignElementHandle |
copyLocalStyles(DesignElementHandle source,
DesignElementHandle target)
Gets the design element handle with all the style properties are copied
to the returned value.
|
static DesignElementHandle |
copyStyles(DesignElementHandle source,
DesignElementHandle target)
Gets the design element handle with all the style properties are copied
to the returned value.
|
static DesignElementHandle |
copyStyles(DesignElementHandle source,
DesignElementHandle target,
boolean isCascaded)
Gets the design element handle with all the style properties are copied
to the returned value.
|
static boolean |
hasExternalCSSURI(org.eclipse.birt.report.model.core.Module module) |
public static DesignElementHandle copyStyles(DesignElementHandle source, DesignElementHandle target, boolean isCascaded)
isCascaded
is set to TRUE, the
copied style property value will be the cascaded value, otherwise will be
the factory value.source
- isCascaded
- public static DesignElementHandle copyStyles(DesignElementHandle source, DesignElementHandle target)
source
- public static DesignElementHandle copyLocalStyles(DesignElementHandle source, DesignElementHandle target)
isCascaded
is set to TRUE, the
copied style property value will be the cascaded value, otherwise will be
the factory value.source
- isCascaded
- public static void addExtensionSelectors(ReportDesignHandle designHandle)
designHandle
- public static boolean hasExternalCSSURI(org.eclipse.birt.report.model.core.Module module)
Copyright © 2008 Actuate Corp. All rights reserved.