Class WebScrollControlDepictor<GC extends WebDepictContext,​C extends ScrollControl>

    • Constructor Detail

      • WebScrollControlDepictor

        public WebScrollControlDepictor()
        Default constructor using the XHTML <div> element.
    • Method Detail

      • getOuterStyles

        protected java.util.Map<java.lang.String,​java.lang.Object> getOuterStyles()
        Retrieves the styles for the outer element of the component.

        This version returns the style for color.

        This version combines the body styles with the outer styles. This version adds CSS scroll properties.

        Overrides:
        getOuterStyles in class AbstractWebComponentDepictor<C extends ScrollControl>
        Returns:
        The styles for the outer element of the component, mapped to CSS property names.
        See Also:
        AbstractWebComponentDepictor.getBodyStyles()