com.vaadin.terminal.gwt.client
Class LayoutManagerIE8

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.LayoutManager
      extended by com.vaadin.terminal.gwt.client.LayoutManagerIE8

public class LayoutManagerIE8
extends LayoutManager


Constructor Summary
LayoutManagerIE8()
           
 
Method Summary
protected  void cleanMeasuredSizes()
          Clean measured sizes which are no longer needed.
protected  MeasuredSize getMeasuredSize(com.google.gwt.dom.client.Element element, MeasuredSize defaultSize)
          Gets the measured size for an element.
protected  void setMeasuredSize(com.google.gwt.dom.client.Element element, MeasuredSize measuredSize)
          Assigns a measured size to an element.
 
Methods inherited from class com.vaadin.terminal.gwt.client.LayoutManager
addElementResizeListener, forceLayout, get, getBorderHeight, getBorderWidth, getInnerHeight, getInnerWidth, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getOuterHeight, getOuterWidth, getPaddingBottom, getPaddingHeight, getPaddingLeft, getPaddingRight, getPaddingTop, getPaddingWidth, isLayoutRunning, layoutNow, registerDependency, removeElementResizeListener, reportHeightAssignedToRelative, reportOuterHeight, reportOuterWidth, reportWidthAssignedToRelative, setConnection, setEverythingNeedsMeasure, setNeedsHorizontalLayout, setNeedsLayout, setNeedsMeasure, setNeedsVerticalLayout, unregisterDependency
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutManagerIE8

public LayoutManagerIE8()
Method Detail

setMeasuredSize

protected void setMeasuredSize(com.google.gwt.dom.client.Element element,
                               MeasuredSize measuredSize)
Description copied from class: LayoutManager
Assigns a measured size to an element. Method defined as protected to allow separate implementation for IE8.

Overrides:
setMeasuredSize in class LayoutManager
Parameters:
element - the dom element to attach the measured size to
measuredSize - the measured size to attach to the element. If null, any previous measured size is removed.

getMeasuredSize

protected MeasuredSize getMeasuredSize(com.google.gwt.dom.client.Element element,
                                       MeasuredSize defaultSize)
Description copied from class: LayoutManager
Gets the measured size for an element. Method defined as protected to allow separate implementation for IE8.

Overrides:
getMeasuredSize in class LayoutManager
Parameters:
element - The element to get measured size for
defaultSize - The size to return if no measured size could be found
Returns:
The measured size for the element or defaultSize

cleanMeasuredSizes

protected void cleanMeasuredSizes()
Description copied from class: LayoutManager
Clean measured sizes which are no longer needed. Only for IE8.

Overrides:
cleanMeasuredSizes in class LayoutManager


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.