Class ResponsiveConnector

    • Field Detail

      • widthBreakpoints

        protected com.google.gwt.core.client.JavaScriptObject widthBreakpoints
        All the width breakpoints found for this particular instance
      • heightBreakpoints

        protected com.google.gwt.core.client.JavaScriptObject heightBreakpoints
        All the height breakpoints found for this particular instance
      • widthRangeCache

        protected static com.google.gwt.core.client.JavaScriptObject widthRangeCache
        All width-range breakpoints found from the style sheets on the page. Common for all instances.
      • heightRangeCache

        protected static com.google.gwt.core.client.JavaScriptObject heightRangeCache
        All height-range breakpoints found from the style sheets on the page. Common for all instances.
      • parsedTheme

        protected static String parsedTheme
        The theme that was in use when the width and height range caches were created.
    • Constructor Detail

      • ResponsiveConnector

        public ResponsiveConnector()