|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.util.StyleUtil
public class StyleUtil
Utility class to provide some methods about the style element, styled element and style properties.
Constructor Summary | |
---|---|
StyleUtil()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StyleUtil()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |