|
||||||||||
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.FlowLayout
public class FlowLayout
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
FlowLayout()
|
Method Summary | |
---|---|
void |
_applyHorizontalChildrenAlign(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property horizontalChildrenAlign . |
void |
_applyHorizontalSpacing(java.lang.Integer value,
java.lang.Integer old)
Applies changes of the property value of the property horizontalSpacing . |
void |
_applyReverseChildrenOrder(boolean value,
boolean old)
Applies changes of the property value of the property reverseChildrenOrder . |
void |
_applyVerticalChildrenAlign(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property verticalChildrenAlign . |
void |
_applyVerticalSpacing(java.lang.Integer value,
java.lang.Integer old)
Applies changes of the property value of the property verticalSpacing . |
void |
_changeInnerWidth(java.lang.Object vNew,
java.lang.Object vOld)
|
BoxLayout |
_createLayoutImpl()
This creates an new instance of the layout impl this widget uses |
java.lang.Object |
getHorizontalChildrenAlign()
Returns the (computed) value of the property horizontalChildrenAlign . |
java.lang.Integer |
getHorizontalSpacing()
Returns the (computed) value of the property horizontalSpacing . |
boolean |
getReverseChildrenOrder()
Returns the (computed) value of the property reverseChildrenOrder . |
java.lang.Object |
getVerticalChildrenAlign()
Returns the (computed) value of the property verticalChildrenAlign . |
java.lang.Integer |
getVerticalSpacing()
Returns the (computed) value of the property verticalSpacing . |
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 |
initHorizontalSpacing(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property horizontalSpacing
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 |
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. |
void |
initVerticalSpacing(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property verticalSpacing
with the default value defined by the class developer. |
boolean |
isReverseChildrenOrder()
Check whether the (computed) value of the boolean property reverseChildrenOrder equals true . |
void |
resetHorizontalChildrenAlign()
Resets the user value of the property horizontalChildrenAlign . |
void |
resetHorizontalSpacing()
Resets the user value of the property horizontalSpacing . |
void |
resetReverseChildrenOrder()
Resets the user value of the property reverseChildrenOrder . |
void |
resetVerticalChildrenAlign()
Resets the user value of the property verticalChildrenAlign . |
void |
resetVerticalSpacing()
Resets the user value of the property verticalSpacing . |
void |
setHorizontalChildrenAlign(java.lang.Object arg)
Sets the user value of the property horizontalChildrenAlign . |
void |
setHorizontalSpacing(java.lang.Integer arg)
Sets the user value of the property horizontalSpacing . |
void |
setReverseChildrenOrder(boolean arg)
Sets the user value of the property reverseChildrenOrder . |
void |
setVerticalChildrenAlign(java.lang.Object arg)
Sets the user value of the property verticalChildrenAlign . |
void |
setVerticalSpacing(java.lang.Integer arg)
Sets the user value of the property verticalSpacing . |
boolean |
toggleReverseChildrenOrder()
Toggles the (computed) value of the boolean property reverseChildrenOrder . |
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 FlowLayout()
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 void _applyHorizontalSpacing(java.lang.Integer value, java.lang.Integer old)
Applies changes of the property value of the property horizontalSpacing
.
For further details take a look at the property definition: _applyHorizontalSpacing(java.lang.Integer, java.lang.Integer)
.
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 _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 void _applyVerticalSpacing(java.lang.Integer value, java.lang.Integer old)
Applies changes of the property value of the property verticalSpacing
.
For further details take a look at the property definition: _applyVerticalSpacing(java.lang.Integer, java.lang.Integer)
.
public void _changeInnerWidth(java.lang.Object vNew, java.lang.Object vOld)
_changeInnerWidth
in class Parent
public BoxLayout _createLayoutImpl()
This creates an new instance of the layout impl this widget uses
_createLayoutImpl
in class Parent
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.Integer getHorizontalSpacing()
Returns the (computed) value of the property horizontalSpacing
.
For further details take a look at the property definition: horizontalSpacing
.
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.Object getVerticalChildrenAlign()
Returns the (computed) value of the property verticalChildrenAlign
.
For further details take a look at the property definition: verticalChildrenAlign
.
public java.lang.Integer getVerticalSpacing()
Returns the (computed) value of the property verticalSpacing
.
For further details take a look at the property definition: verticalSpacing
.
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 initHorizontalSpacing(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property horizontalSpacing
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: horizontalSpacing
.
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 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 void initVerticalSpacing(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property verticalSpacing
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: verticalSpacing
.
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 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 resetHorizontalSpacing()
Resets the user value of the property horizontalSpacing
.
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: horizontalSpacing
.
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 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 resetVerticalSpacing()
Resets the user value of the property verticalSpacing
.
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: verticalSpacing
.
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 setHorizontalSpacing(java.lang.Integer arg)
Sets the user value of the property horizontalSpacing
.
For further details take a look at the property definition: horizontalSpacing
.
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 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 void setVerticalSpacing(java.lang.Integer arg)
Sets the user value of the property verticalSpacing
.
For further details take a look at the property definition: verticalSpacing
.
public boolean toggleReverseChildrenOrder()
Toggles the (computed) value of the boolean property reverseChildrenOrder
.
For further details take a look at the property definition: reverseChildrenOrder
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |