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, unregisterDependencyprotected void setMeasuredSize(com.google.gwt.dom.client.Element element,
MeasuredSize measuredSize)
LayoutManagersetMeasuredSize in class LayoutManagerelement - 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)
LayoutManagergetMeasuredSize in class LayoutManagerelement - The element to get measured size fordefaultSize - The size to return if no measured size could be foundpublic void cleanMeasuredSizes()
LayoutManagercleanMeasuredSizes in class LayoutManagerprotected void performBrowserLayoutHacks()
LayoutManagerperformBrowserLayoutHacks in class LayoutManagerCopyright © 2016 Vaadin Ltd. All rights reserved.