class LayoutImplIE6 extends LayoutImplIE8
relativeRuler
Constructor and Description |
---|
LayoutImplIE6() |
Modifier and Type | Method and Description |
---|---|
Element |
attachChild(Element parent,
Element child,
Element before) |
void |
fillParent(Element elem) |
void |
finalizeLayout(Element parent) |
void |
initParent(Element parent) |
void |
layout(Layout.Layer layer) |
void |
onAttach(Element parent) |
void |
onDetach(Element parent) |
createRuler, getUnitSizeInPixels, removeChild
public Element attachChild(Element parent, Element child, Element before)
attachChild
in class LayoutImpl
public void fillParent(Element elem)
fillParent
in class LayoutImpl
public void finalizeLayout(Element parent)
finalizeLayout
in class LayoutImpl
parent
- the parent elementpublic void initParent(Element parent)
initParent
in class LayoutImpl
public void layout(Layout.Layer layer)
layout
in class LayoutImplIE8
public void onAttach(Element parent)
onAttach
in class LayoutImpl
public void onDetach(Element parent)
onDetach
in class LayoutImplIE8