|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.ui.layout.impl.LayoutImpl
qx.ui.layout.impl.HorizontalBoxLayoutImpl
qx.ui.menu.ButtonLayoutImpl
public class ButtonLayoutImpl
Constructor Summary | |
---|---|
ButtonLayoutImpl()
|
|
ButtonLayoutImpl(java.lang.Object vWidget)
|
Method Summary | |
---|---|
java.lang.Integer |
computeChildrenNeededWidth()
Compute and return the width needed by all children of this widget |
void |
layoutChild_locationX(java.lang.Object vChild,
java.lang.Object vJobs)
|
void |
updateSelfOnChildOuterWidthChange(java.lang.Object vChild)
Things to do and layout when any of the childs changes its outer width. |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ButtonLayoutImpl()
public ButtonLayoutImpl(java.lang.Object vWidget)
Method Detail |
---|
public java.lang.Integer computeChildrenNeededWidth()
Compute and return the width needed by all children of this widget
computeChildrenNeededWidth
in class HorizontalBoxLayoutImpl
public void layoutChild_locationX(java.lang.Object vChild, java.lang.Object vJobs)
layoutChild_locationX
in class HorizontalBoxLayoutImpl
public void updateSelfOnChildOuterWidthChange(java.lang.Object vChild)
Things to do and layout when any of the childs changes its outer width. Needed by layouts where the children depends on each-other, like flow- or box-layouts.
updateSelfOnChildOuterWidthChange
in class HorizontalBoxLayoutImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |