Package com.google.gwt.layout.client
Class LayoutImpl
java.lang.Object
com.google.gwt.layout.client.LayoutImpl
Deprecated.
Default implementation, which works with all browsers except for IE6. It uses
only the "top", "left", "bottom", "right", "width", and "height" CSS
properties.
Note: This implementation class has state, so
Layout must create a
new instance for each layout-parent.
Deprecated, as this is the only implementation, it may be removed in a future release.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachChild(Element parent, Element child, Element before) Deprecated.protected static DivElementcreateRuler(Style.Unit widthUnit, Style.Unit heightUnit) Deprecated.voidfillParent(Element elem) Deprecated.voidfinalizeLayout(Element parent) Deprecated.doublegetUnitSizeInPixels(Element parent, Style.Unit unit, boolean vertical) Deprecated.voidinitParent(Element parent) Deprecated.voidlayout(Layout.Layer layer) Deprecated.voidDeprecated.voidDeprecated.voidremoveChild(Element container, Element child) Deprecated.
-
Field Details
-
relativeRuler
Deprecated.
-
-
Constructor Details
-
LayoutImpl
LayoutImpl()Deprecated.
-
-
Method Details
-
createRuler
Deprecated. -
attachChild
Deprecated. -
fillParent
Deprecated. -
finalizeLayout
Deprecated.- Parameters:
parent- the parent element
-
getUnitSizeInPixels
Deprecated. -
initParent
Deprecated. -
layout
Deprecated. -
onAttach
Deprecated. -
onDetach
Deprecated. -
removeChild
Deprecated.
-