|
||||||||||
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.GridLayoutImpl
public class GridLayoutImpl
Constructor Summary | |
---|---|
GridLayoutImpl()
|
|
GridLayoutImpl(java.lang.Object vWidget)
|
Method Summary | |
---|---|
java.lang.Object |
computeChildBoxHeight(java.lang.Object vChild)
Compute and return the box height of the given child. |
void |
computeChildBoxWidth(java.lang.Object vChild)
Compute and return the box width of the given child. |
java.lang.Object |
computeChildrenNeededHeight()
Compute and return the height needed by all children of this widget which is in a grid layout the height used by all rows. |
java.lang.Object |
computeChildrenNeededWidth()
Compute and return the width needed by all children of this widget which is in a grid layout the width used by all columns. |
void |
layoutChild_locationX(java.lang.Object vChild,
java.lang.Object vJobs)
|
void |
layoutChild_locationY(java.lang.Object vChild,
java.lang.Object vJobs)
|
void |
layoutChild_sizeX(java.lang.Object vChild,
java.lang.Object vJobs)
|
void |
layoutChild_sizeY(java.lang.Object vChild,
java.lang.Object vJobs)
|
void |
layoutChild(java.lang.Object vChild,
java.lang.Object vJobs)
This is called from qx.ui.core.Widget and it’s task is to apply the layout (excluding border and padding) to the child. |
void |
updateChildOnInnerHeightChange(java.lang.Object vChild)
Actions that should be done if the inner height of the widget was changed. |
void |
updateChildOnInnerWidthChange(java.lang.Object vChild)
Actions that should be done if the inner width of the widget was changed. |
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 GridLayoutImpl()
public GridLayoutImpl(java.lang.Object vWidget)
Method Detail |
---|
public java.lang.Object computeChildBoxHeight(java.lang.Object vChild)
Compute and return the box height of the given child.
public void computeChildBoxWidth(java.lang.Object vChild)
Compute and return the box width of the given child.
public java.lang.Object computeChildrenNeededHeight()
Compute and return the height needed by all children of this widget which is in a grid layout the height used by all rows.
public java.lang.Object computeChildrenNeededWidth()
Compute and return the width needed by all children of this widget which is in a grid layout the width used by all columns.
public void layoutChild(java.lang.Object vChild, java.lang.Object vJobs)
This is called from qx.ui.core.Widget and it’s task is to apply the layout (excluding border and padding) to the child.
public void layoutChild_locationX(java.lang.Object vChild, java.lang.Object vJobs)
public void layoutChild_locationY(java.lang.Object vChild, java.lang.Object vJobs)
public void layoutChild_sizeX(java.lang.Object vChild, java.lang.Object vJobs)
public void layoutChild_sizeY(java.lang.Object vChild, java.lang.Object vJobs)
public void updateChildOnInnerHeightChange(java.lang.Object vChild)
Actions that should be done if the inner height of the widget was changed. Normally this includes update to percent values and ranges.
public void updateChildOnInnerWidthChange(java.lang.Object vChild)
Actions that should be done if the inner width of the widget was changed. Normally this includes update to percent values and ranges.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |