|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.core.Parent
qx.ui.layout.BoxLayout
public class BoxLayout
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
BoxLayout()
|
|
BoxLayout(java.lang.String orientation)
|
Method Summary | |
---|---|
void |
_applyHorizontalChildrenAlign(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property horizontalChildrenAlign . |
java.lang.Object |
_applyOrientation(java.lang.Object value,
java.lang.Object old)
|
void |
_applyReverseChildrenOrder(boolean value,
boolean old)
Applies changes of the property value of the property reverseChildrenOrder . |
void |
_applySpacing(java.lang.Integer value,
java.lang.Integer old)
Applies changes of the property value of the property spacing . |
void |
_applyStretchChildrenOrthogonalAxis(boolean value,
boolean old)
Applies changes of the property value of the property stretchChildrenOrthogonalAxis . |
void |
_applyUseAdvancedFlexAllocation(boolean value,
boolean old)
Applies changes of the property value of the property useAdvancedFlexAllocation . |
void |
_applyVerticalChildrenAlign(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property verticalChildrenAlign . |
java.lang.String |
_computeAccumulatedChildrenOuterHeight()
|
java.lang.String |
_computeAccumulatedChildrenOuterWidth()
|
BoxLayout |
_createLayoutImpl()
This creates an new instance of the layout impl this widget uses |
void |
_doLayout()
|
java.lang.Object |
_doLayoutOrder()
|
void |
_invalidateLayoutMode()
|
void |
_recomputeChildrenStretchingX()
|
void |
_recomputeChildrenStretchingY()
|
void |
_updateLayoutMode()
|
java.lang.Object |
getHorizontalChildrenAlign()
Returns the (computed) value of the property horizontalChildrenAlign . |
java.lang.Object |
getLayoutMode()
|
java.lang.Object |
getOrientation()
Returns the (computed) value of the property orientation . |
boolean |
getReverseChildrenOrder()
Returns the (computed) value of the property reverseChildrenOrder . |
java.lang.Integer |
getSpacing()
Returns the (computed) value of the property spacing . |
boolean |
getStretchChildrenOrthogonalAxis()
Returns the (computed) value of the property stretchChildrenOrthogonalAxis . |
boolean |
getUseAdvancedFlexAllocation()
Returns the (computed) value of the property useAdvancedFlexAllocation . |
java.lang.Object |
getVerticalChildrenAlign()
Returns the (computed) value of the property verticalChildrenAlign . |
void |
initHorizontalChildrenAlign(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property horizontalChildrenAlign
with the default value defined by the class developer. |
void |
initOrientation(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property orientation
with the default value defined by the class developer. |
void |
initReverseChildrenOrder(boolean arg)
Calls the apply method and dispatches the change event of the property reverseChildrenOrder
with the default value defined by the class developer. |
void |
initSpacing(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property spacing
with the default value defined by the class developer. |
void |
initStretchChildrenOrthogonalAxis(boolean arg)
Calls the apply method and dispatches the change event of the property stretchChildrenOrthogonalAxis
with the default value defined by the class developer. |
void |
initUseAdvancedFlexAllocation(boolean arg)
Calls the apply method and dispatches the change event of the property useAdvancedFlexAllocation
with the default value defined by the class developer. |
void |
initVerticalChildrenAlign(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property verticalChildrenAlign
with the default value defined by the class developer. |
java.lang.Object |
isHorizontal()
|
boolean |
isReverseChildrenOrder()
Check whether the (computed) value of the boolean property reverseChildrenOrder equals true . |
boolean |
isStretchChildrenOrthogonalAxis()
Check whether the (computed) value of the boolean property stretchChildrenOrthogonalAxis equals true . |
boolean |
isUseAdvancedFlexAllocation()
Check whether the (computed) value of the boolean property useAdvancedFlexAllocation equals true . |
java.lang.Object |
isVertical()
|
void |
resetHorizontalChildrenAlign()
Resets the user value of the property horizontalChildrenAlign . |
void |
resetOrientation()
Resets the user value of the property orientation . |
void |
resetReverseChildrenOrder()
Resets the user value of the property reverseChildrenOrder . |
void |
resetSpacing()
Resets the user value of the property spacing . |
void |
resetStretchChildrenOrthogonalAxis()
Resets the user value of the property stretchChildrenOrthogonalAxis . |
void |
resetUseAdvancedFlexAllocation()
Resets the user value of the property useAdvancedFlexAllocation . |
void |
resetVerticalChildrenAlign()
Resets the user value of the property verticalChildrenAlign . |
void |
setHorizontalChildrenAlign(java.lang.Object arg)
Sets the user value of the property horizontalChildrenAlign . |
void |
setOrientation(java.lang.Object arg)
Sets the user value of the property orientation . |
void |
setReverseChildrenOrder(boolean arg)
Sets the user value of the property reverseChildrenOrder . |
void |
setSpacing(java.lang.Integer arg)
Sets the user value of the property spacing . |
void |
setStretchChildrenOrthogonalAxis(boolean arg)
Sets the user value of the property stretchChildrenOrthogonalAxis . |
void |
setUseAdvancedFlexAllocation(boolean arg)
Sets the user value of the property useAdvancedFlexAllocation . |
void |
setVerticalChildrenAlign(java.lang.Object arg)
Sets the user value of the property verticalChildrenAlign . |
boolean |
toggleReverseChildrenOrder()
Toggles the (computed) value of the boolean property reverseChildrenOrder . |
boolean |
toggleStretchChildrenOrthogonalAxis()
Toggles the (computed) value of the boolean property stretchChildrenOrthogonalAxis . |
boolean |
toggleUseAdvancedFlexAllocation()
Toggles the (computed) value of the boolean property useAdvancedFlexAllocation . |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
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 BoxLayout()
public BoxLayout(java.lang.String orientation)
Method Detail |
---|
public void _applyHorizontalChildrenAlign(java.lang.Object value, java.lang.Object old)
Applies changes of the property value of the property horizontalChildrenAlign
.
For further details take a look at the property definition: _applyHorizontalChildrenAlign(java.lang.Object, java.lang.Object)
.
public java.lang.Object _applyOrientation(java.lang.Object value, java.lang.Object old)
public void _applyReverseChildrenOrder(boolean value, boolean old)
Applies changes of the property value of the property reverseChildrenOrder
.
For further details take a look at the property definition: _applyReverseChildrenOrder(boolean, boolean)
.
public void _applySpacing(java.lang.Integer value, java.lang.Integer old)
Applies changes of the property value of the property spacing
.
For further details take a look at the property definition: _applySpacing(java.lang.Integer, java.lang.Integer)
.
public void _applyStretchChildrenOrthogonalAxis(boolean value, boolean old)
Applies changes of the property value of the property stretchChildrenOrthogonalAxis
.
For further details take a look at the property definition: _applyStretchChildrenOrthogonalAxis(boolean, boolean)
.
public void _applyUseAdvancedFlexAllocation(boolean value, boolean old)
Applies changes of the property value of the property useAdvancedFlexAllocation
.
For further details take a look at the property definition: _applyUseAdvancedFlexAllocation(boolean, boolean)
.
public void _applyVerticalChildrenAlign(java.lang.Object value, java.lang.Object old)
Applies changes of the property value of the property verticalChildrenAlign
.
For further details take a look at the property definition: _applyVerticalChildrenAlign(java.lang.Object, java.lang.Object)
.
public java.lang.String _computeAccumulatedChildrenOuterHeight()
public java.lang.String _computeAccumulatedChildrenOuterWidth()
public BoxLayout _createLayoutImpl()
This creates an new instance of the layout impl this widget uses
_createLayoutImpl
in class Parent
public void _doLayout()
public java.lang.Object _doLayoutOrder()
public void _invalidateLayoutMode()
public void _recomputeChildrenStretchingX()
public void _recomputeChildrenStretchingY()
public void _updateLayoutMode()
public java.lang.Object getHorizontalChildrenAlign()
Returns the (computed) value of the property horizontalChildrenAlign
.
For further details take a look at the property definition: horizontalChildrenAlign
.
public java.lang.Object getLayoutMode()
public java.lang.Object getOrientation()
Returns the (computed) value of the property orientation
.
For further details take a look at the property definition: orientation
.
public boolean getReverseChildrenOrder()
Returns the (computed) value of the property reverseChildrenOrder
.
For further details take a look at the property definition: reverseChildrenOrder
.
public java.lang.Integer getSpacing()
Returns the (computed) value of the property spacing
.
For further details take a look at the property definition: spacing
.
public boolean getStretchChildrenOrthogonalAxis()
Returns the (computed) value of the property stretchChildrenOrthogonalAxis
.
For further details take a look at the property definition: stretchChildrenOrthogonalAxis
.
public boolean getUseAdvancedFlexAllocation()
Returns the (computed) value of the property useAdvancedFlexAllocation
.
For further details take a look at the property definition: useAdvancedFlexAllocation
.
public java.lang.Object getVerticalChildrenAlign()
Returns the (computed) value of the property verticalChildrenAlign
.
For further details take a look at the property definition: verticalChildrenAlign
.
public void initHorizontalChildrenAlign(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property horizontalChildrenAlign
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: horizontalChildrenAlign
.
public void initOrientation(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property orientation
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: orientation
.
public void initReverseChildrenOrder(boolean arg)
Calls the apply method and dispatches the change event of the property reverseChildrenOrder
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: reverseChildrenOrder
.
public void initSpacing(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property spacing
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: spacing
.
public void initStretchChildrenOrthogonalAxis(boolean arg)
Calls the apply method and dispatches the change event of the property stretchChildrenOrthogonalAxis
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: stretchChildrenOrthogonalAxis
.
public void initUseAdvancedFlexAllocation(boolean arg)
Calls the apply method and dispatches the change event of the property useAdvancedFlexAllocation
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: useAdvancedFlexAllocation
.
public void initVerticalChildrenAlign(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property verticalChildrenAlign
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: verticalChildrenAlign
.
public java.lang.Object isHorizontal()
public boolean isReverseChildrenOrder()
Check whether the (computed) value of the boolean property reverseChildrenOrder
equals true
.
For further details take a look at the property definition: reverseChildrenOrder
.
public boolean isStretchChildrenOrthogonalAxis()
Check whether the (computed) value of the boolean property stretchChildrenOrthogonalAxis
equals true
.
For further details take a look at the property definition: stretchChildrenOrthogonalAxis
.
public boolean isUseAdvancedFlexAllocation()
Check whether the (computed) value of the boolean property useAdvancedFlexAllocation
equals true
.
For further details take a look at the property definition: useAdvancedFlexAllocation
.
public java.lang.Object isVertical()
public void resetHorizontalChildrenAlign()
Resets the user value of the property horizontalChildrenAlign
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: horizontalChildrenAlign
.
public void resetOrientation()
Resets the user value of the property orientation
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: orientation
.
public void resetReverseChildrenOrder()
Resets the user value of the property reverseChildrenOrder
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: reverseChildrenOrder
.
public void resetSpacing()
Resets the user value of the property spacing
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: spacing
.
public void resetStretchChildrenOrthogonalAxis()
Resets the user value of the property stretchChildrenOrthogonalAxis
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: stretchChildrenOrthogonalAxis
.
public void resetUseAdvancedFlexAllocation()
Resets the user value of the property useAdvancedFlexAllocation
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: useAdvancedFlexAllocation
.
public void resetVerticalChildrenAlign()
Resets the user value of the property verticalChildrenAlign
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: verticalChildrenAlign
.
public void setHorizontalChildrenAlign(java.lang.Object arg)
Sets the user value of the property horizontalChildrenAlign
.
For further details take a look at the property definition: horizontalChildrenAlign
.
public void setOrientation(java.lang.Object arg)
Sets the user value of the property orientation
.
For further details take a look at the property definition: orientation
.
public void setReverseChildrenOrder(boolean arg)
Sets the user value of the property reverseChildrenOrder
.
For further details take a look at the property definition: reverseChildrenOrder
.
public void setSpacing(java.lang.Integer arg)
Sets the user value of the property spacing
.
For further details take a look at the property definition: spacing
.
public void setStretchChildrenOrthogonalAxis(boolean arg)
Sets the user value of the property stretchChildrenOrthogonalAxis
.
For further details take a look at the property definition: stretchChildrenOrthogonalAxis
.
public void setUseAdvancedFlexAllocation(boolean arg)
Sets the user value of the property useAdvancedFlexAllocation
.
For further details take a look at the property definition: useAdvancedFlexAllocation
.
public void setVerticalChildrenAlign(java.lang.Object arg)
Sets the user value of the property verticalChildrenAlign
.
For further details take a look at the property definition: verticalChildrenAlign
.
public boolean toggleReverseChildrenOrder()
Toggles the (computed) value of the boolean property reverseChildrenOrder
.
For further details take a look at the property definition: reverseChildrenOrder
.
public boolean toggleStretchChildrenOrthogonalAxis()
Toggles the (computed) value of the boolean property stretchChildrenOrthogonalAxis
.
For further details take a look at the property definition: stretchChildrenOrthogonalAxis
.
public boolean toggleUseAdvancedFlexAllocation()
Toggles the (computed) value of the boolean property useAdvancedFlexAllocation
.
For further details take a look at the property definition: useAdvancedFlexAllocation
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |