@Deprecated
class LayoutImpl
extends java.lang.Object
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.
Modifier and Type | Field and Description |
---|---|
protected DivElement |
relativeRuler
Deprecated.
|
Constructor and Description |
---|
LayoutImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Element |
attachChild(Element parent,
Element child,
Element before)
Deprecated.
|
protected static DivElement |
createRuler(Style.Unit widthUnit,
Style.Unit heightUnit)
Deprecated.
|
void |
fillParent(Element elem)
Deprecated.
|
void |
finalizeLayout(Element parent)
Deprecated.
|
double |
getUnitSizeInPixels(Element parent,
Style.Unit unit,
boolean vertical)
Deprecated.
|
void |
initParent(Element parent)
Deprecated.
|
void |
layout(Layout.Layer layer)
Deprecated.
|
void |
onAttach(Element parent)
Deprecated.
|
void |
onDetach(Element parent)
Deprecated.
|
void |
removeChild(Element container,
Element child)
Deprecated.
|
protected DivElement relativeRuler
protected static DivElement createRuler(Style.Unit widthUnit, Style.Unit heightUnit)
public void fillParent(Element elem)
public void finalizeLayout(Element parent)
parent
- the parent elementpublic double getUnitSizeInPixels(Element parent, Style.Unit unit, boolean vertical)
public void initParent(Element parent)
public void layout(Layout.Layer layer)
public void onAttach(Element parent)
public void onDetach(Element parent)