Class CssSharedStyleHandle

  • All Implemented Interfaces:
    org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel, org.eclipse.birt.report.model.elements.interfaces.IStyleModel

    public class CssSharedStyleHandle
    extends SharedStyleHandle
    Css shared style handle.
    • Constructor Detail

      • CssSharedStyleHandle

        public CssSharedStyleHandle​(org.eclipse.birt.report.model.core.Module module,
                                    org.eclipse.birt.report.model.core.DesignElement element)
        Constructor
        Parameters:
        module -
        element -
      • CssSharedStyleHandle

        public CssSharedStyleHandle​(org.eclipse.birt.report.model.core.Module module,
                                    org.eclipse.birt.report.model.core.DesignElement element,
                                    org.eclipse.birt.report.model.css.CssStyleSheet cssSheet)
        Constructor
        Parameters:
        module -
        element -
        cssSheet -
    • Method Detail

      • getContainerSlotHandle

        public SlotHandle getContainerSlotHandle()
        Description copied from class: DesignElementHandle
        Returns the a handle the the container's slot that holds this element.
        Overrides:
        getContainerSlotHandle in class DesignElementHandle
        Returns:
        the slot handle in which this element resides, null if this element has no container.
      • getCssStyleSheetHandle

        public CssStyleSheetHandle getCssStyleSheetHandle()
        Gets css style sheet handle.
        Returns:
        the css style sheet handle.