public class LayoutManagerIE8 extends LayoutManager
Constructor and Description |
---|
LayoutManagerIE8() |
Modifier and Type | Method and Description |
---|---|
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 |
performBrowserLayoutHacks()
Called once per iteration in the layout loop before size calculations so
different browsers quirks can be handled.
|
protected void |
setMeasuredSize(com.google.gwt.dom.client.Element element,
MeasuredSize measuredSize)
Assigns a measured size to an element.
|
addElementResizeListener, forceLayout, get, getBorderBottom, getBorderHeight, getBorderLeft, getBorderRight, getBorderTop, getBorderWidth, getConnection, getInnerHeight, getInnerHeightDouble, getInnerWidth, getInnerWidthDouble, getMarginBottom, getMarginHeight, getMarginLeft, getMarginRight, getMarginTop, getMarginWidth, getOuterHeight, getOuterHeightDouble, getOuterWidth, getOuterWidthDouble, getPaddingBottom, getPaddingHeight, getPaddingLeft, getPaddingRight, getPaddingTop, getPaddingWidth, isLayoutNeeded, isLayoutRunning, layoutLater, layoutNow, registerDependency, removeElementResizeListener, reportHeightAssignedToRelative, reportOuterHeight, reportOuterWidth, reportWidthAssignedToRelative, setConnection, setEverythingNeedsMeasure, setNeedsHorizontalLayout, setNeedsLayout, setNeedsMeasure, setNeedsMeasureRecursively, setNeedsVerticalLayout, unregisterDependency
protected void setMeasuredSize(com.google.gwt.dom.client.Element element, MeasuredSize measuredSize)
LayoutManager
setMeasuredSize
in class LayoutManager
element
- the dom element to attach the measured size tomeasuredSize
- the measured size to attach to the element. If
null
, any previous measured size is removed.protected MeasuredSize getMeasuredSize(com.google.gwt.dom.client.Element element, MeasuredSize defaultSize)
LayoutManager
getMeasuredSize
in class LayoutManager
element
- The element to get measured size fordefaultSize
- The size to return if no measured size could be foundpublic void cleanMeasuredSizes()
LayoutManager
cleanMeasuredSizes
in class LayoutManager
protected void performBrowserLayoutHacks()
LayoutManager
performBrowserLayoutHacks
in class LayoutManager
Copyright © 2019 Vaadin Ltd. All rights reserved.