com.vaadin.client.

Class RenderInformation


  • public class RenderInformation
    extends Object

    Contains size information about a rendered container and its content area.

    Author:

    Artur Signell

    • Constructor Detail

      • RenderInformation

        public RenderInformation()
    • Method Detail

      • setContentAreaWidth

        public void setContentAreaWidth(int w)
      • setContentAreaHeight

        public void setContentAreaHeight(int h)
      • getContentAreaSize

        public RenderSpace getContentAreaSize()
      • updateSize

        @Deprecated
        public boolean updateSize(com.google.gwt.user.client.Element element)

        Deprecated. As of 7.2, call and override updateSize(Element) instead

        Update the size of the widget.

        Parameters:

        widget -

        Returns:

        true if the size has changed since last update

      • updateSize

        public boolean updateSize(com.google.gwt.dom.client.Element element)

        Update the size of the widget.

        Parameters:

        widget -

        Returns:

        true if the size has changed since last update

        Since:

        7.2