|
||||||||||
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.DockLayout
public class DockLayout
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
DockLayout()
|
Method Summary | |
---|---|
void |
_addAlignedHorizontal(java.lang.Object vAlign,
java.lang.Object vArgs)
|
void |
_addAlignedVertical(java.lang.Object vAlign,
java.lang.Object vArgs)
|
void |
_applyMode(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property mode . |
BoxLayout |
_createLayoutImpl()
This creates an new instance of the layout impl this widget uses |
void |
addBottom(java.lang.Object widget)
Add multiple childrens and make them bottom aligned |
void |
addLeft(java.lang.Object widget)
Add multiple childrens and make them left aligned |
void |
addRight(java.lang.Object widget)
Add multiple childrens and make them right aligned |
void |
addTop(java.lang.Object widget)
Add multiple childrens and make them top aligned |
java.lang.Object |
getMode()
Returns the (computed) value of the property mode . |
void |
initMode(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property mode
with the default value defined by the class developer. |
void |
resetMode()
Resets the user value of the property mode . |
void |
setMode(java.lang.Object arg)
Sets the user value of the property mode . |
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 DockLayout()
Method Detail |
---|
public void _addAlignedHorizontal(java.lang.Object vAlign, java.lang.Object vArgs)
public void _addAlignedVertical(java.lang.Object vAlign, java.lang.Object vArgs)
public void _applyMode(java.lang.Object value, java.lang.Object old)
Applies changes of the property value of the property mode
.
For further details take a look at the property definition: _applyMode(java.lang.Object, java.lang.Object)
.
public BoxLayout _createLayoutImpl()
This creates an new instance of the layout impl this widget uses
_createLayoutImpl
in class Parent
public void addBottom(java.lang.Object widget)
Add multiple childrens and make them bottom aligned
public void addLeft(java.lang.Object widget)
Add multiple childrens and make them left aligned
public void addRight(java.lang.Object widget)
Add multiple childrens and make them right aligned
public void addTop(java.lang.Object widget)
Add multiple childrens and make them top aligned
public java.lang.Object getMode()
Returns the (computed) value of the property mode
.
For further details take a look at the property definition: mode
.
public void initMode(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property mode
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: mode
.
public void resetMode()
Resets the user value of the property mode
.
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: mode
.
public void setMode(java.lang.Object arg)
Sets the user value of the property mode
.
For further details take a look at the property definition: mode
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |