|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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.GridLayout
public class GridLayout
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
GridLayout()
|
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 |
_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 |
_changeInnerHeight(java.lang.Object vNew,
java.lang.Object vOld)
|
void |
_changeInnerWidth(java.lang.Object vNew,
java.lang.Object vOld)
|
void |
_collidesWithSpans(java.lang.Object vStartCol,
java.lang.Object vStartRow,
java.lang.Object vEndCol,
java.lang.Object vEndRow)
|
BoxLayout |
_createLayoutImpl()
This creates an new instance of the layout impl this widget uses |
java.lang.Object |
_getColumnProperty(java.lang.Object vColumnIndex,
java.lang.Object vProperty)
|
java.lang.Object |
_getRowProperty(java.lang.Object vRowIndex,
java.lang.Object vProperty)
|
void |
_invalidateColumnLayout()
|
void |
_invalidateRowLayout()
|
void |
_removeColumnProperty(java.lang.Object vColumnIndex,
java.lang.Object vProperty,
java.lang.Object vValue)
|
void |
_removeRowProperty(java.lang.Object vRowIndex,
java.lang.Object vProperty,
java.lang.Object vValue)
|
void |
_setupColumnProperty(java.lang.Object vColumnIndex,
java.lang.Object vProperty,
java.lang.Object vValue)
|
void |
_setupRowProperty(java.lang.Object vRowIndex,
java.lang.Object vProperty,
java.lang.Object vValue)
|
void |
_syncColumnDataFields()
|
void |
_syncDataFields(java.lang.Object vData,
java.lang.Object vOldLength,
java.lang.Object vNewLength)
|
void |
_syncRowDataFields()
|
void |
add(java.lang.Object vChild,
java.lang.Object vCol,
java.lang.Object vRow)
|
void |
addColumn()
|
void |
addRow()
|
java.lang.Integer |
getCellPaddingBottom()
Returns the (computed) value of the property cellPaddingBottom . |
java.lang.Integer |
getCellPaddingLeft()
Returns the (computed) value of the property cellPaddingLeft . |
java.lang.Integer |
getCellPaddingRight()
Returns the (computed) value of the property cellPaddingRight . |
java.lang.Integer |
getCellPaddingTop()
Returns the (computed) value of the property cellPaddingTop . |
java.lang.Object |
getColumnBoxWidth(java.lang.Object vIndex)
|
java.lang.Object |
getColumnCount()
|
java.lang.Object |
getColumnHorizontalAlignment(java.lang.Object vIndex)
|
java.lang.Object |
getColumnInnerWidth(java.lang.Object vCol,
java.lang.Object vRow)
|
java.lang.Object |
getColumnPaddingBottom(java.lang.Object vIndex)
|
java.lang.Object |
getColumnPaddingLeft(java.lang.Object vIndex)
|
java.lang.Object |
getColumnPaddingRight(java.lang.Object vIndex)
|
java.lang.Object |
getColumnPaddingTop(java.lang.Object vIndex)
|
java.lang.Object |
getColumnVerticalAlignment(java.lang.Object vIndex)
|
java.lang.Object |
getComputedCellPaddingBottom(java.lang.Object vCol,
java.lang.Object vRow)
|
java.lang.Object |
getComputedCellPaddingLeft(java.lang.Object vCol,
java.lang.Object vRow)
|
java.lang.Object |
getComputedCellPaddingRight(java.lang.Object vCol,
java.lang.Object vRow)
|
java.lang.Object |
getComputedCellPaddingTop(java.lang.Object vCol,
java.lang.Object vRow)
|
java.lang.Object |
getHorizontalChildrenAlign()
Returns the (computed) value of the property horizontalChildrenAlign . |
java.lang.Integer |
getHorizontalSpacing()
Returns the (computed) value of the property horizontalSpacing . |
java.lang.Object |
getInnerHeightForChild(java.lang.Object vChild)
|
java.lang.Object |
getInnerWidthForChild(java.lang.Object vChild)
|
java.lang.Object |
getRowBoxHeight(java.lang.Object vIndex)
|
java.lang.Object |
getRowCount()
|
java.lang.Object |
getRowHorizontalAlignment(java.lang.Object vIndex)
|
java.lang.Object |
getRowInnerHeight(java.lang.Object vCol,
java.lang.Object vRow)
|
java.lang.Object |
getRowPaddingBottom(java.lang.Object vIndex)
|
java.lang.Object |
getRowPaddingLeft(java.lang.Object vIndex)
|
java.lang.Object |
getRowPaddingRight(java.lang.Object vIndex)
|
java.lang.Object |
getRowPaddingTop(java.lang.Object vIndex)
|
java.lang.Object |
getRowVerticalAlignment(java.lang.Object vIndex)
|
java.lang.Object |
getSpanEntry(java.lang.Object vCol,
java.lang.Object vRow)
|
java.lang.Object |
getVerticalChildrenAlign()
Returns the (computed) value of the property verticalChildrenAlign . |
java.lang.Integer |
getVerticalSpacing()
Returns the (computed) value of the property verticalSpacing . |
java.lang.Object |
hasSpans()
|
void |
initCellPaddingBottom(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property cellPaddingBottom
with the default value defined by the class developer. |
void |
initCellPaddingLeft(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property cellPaddingLeft
with the default value defined by the class developer. |
void |
initCellPaddingRight(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property cellPaddingRight
with the default value defined by the class developer. |
void |
initCellPaddingTop(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property cellPaddingTop
with the default value defined by the class developer. |
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 |
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. |
void |
isFillCell(java.lang.Object vCol,
java.lang.Object vRow)
|
void |
isSpanCell(java.lang.Object vCol,
java.lang.Object vRow)
|
void |
isSpanStart(java.lang.Object vCol,
java.lang.Object vRow)
|
void |
mergeCells(java.lang.Object vStartCol,
java.lang.Object vStartRow,
java.lang.Object vColLength,
java.lang.Object vRowLength)
|
void |
removeColumn()
|
void |
removeRow()
|
void |
resetCellPaddingBottom()
Resets the user value of the property cellPaddingBottom . |
void |
resetCellPaddingLeft()
Resets the user value of the property cellPaddingLeft . |
void |
resetCellPaddingRight()
Resets the user value of the property cellPaddingRight . |
void |
resetCellPaddingTop()
Resets the user value of the property cellPaddingTop . |
void |
resetHorizontalChildrenAlign()
Resets the user value of the property horizontalChildrenAlign . |
void |
resetHorizontalSpacing()
Resets the user value of the property horizontalSpacing . |
void |
resetVerticalChildrenAlign()
Resets the user value of the property verticalChildrenAlign . |
void |
resetVerticalSpacing()
Resets the user value of the property verticalSpacing . |
void |
setCellPaddingBottom(java.lang.Integer arg)
Sets the user value of the property cellPaddingBottom . |
void |
setCellPaddingLeft(java.lang.Integer arg)
Sets the user value of the property cellPaddingLeft . |
void |
setCellPaddingRight(java.lang.Integer arg)
Sets the user value of the property cellPaddingRight . |
void |
setCellPaddingTop(java.lang.Integer arg)
Sets the user value of the property cellPaddingTop . |
void |
setColumnCount(java.lang.Object vCount)
|
void |
setColumnHorizontalAlignment(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setColumnPaddingBottom(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setColumnPaddingLeft(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setColumnPaddingRight(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setColumnPaddingTop(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setColumnVerticalAlignment(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setColumnWidth(java.lang.Object vIndex,
java.lang.Object vValue)
|
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 |
setRowCount(java.lang.Object vCount)
|
void |
setRowHeight(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setRowHorizontalAlignment(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setRowPaddingBottom(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setRowPaddingLeft(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setRowPaddingRight(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setRowPaddingTop(java.lang.Object vIndex,
java.lang.Object vValue)
|
void |
setRowVerticalAlignment(java.lang.Object vIndex,
java.lang.Object vValue)
|
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 . |
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 GridLayout()
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 _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 _changeInnerHeight(java.lang.Object vNew, java.lang.Object vOld)
_changeInnerHeight
in class Parent
public void _changeInnerWidth(java.lang.Object vNew, java.lang.Object vOld)
_changeInnerWidth
in class Parent
public void _collidesWithSpans(java.lang.Object vStartCol, java.lang.Object vStartRow, java.lang.Object vEndCol, java.lang.Object vEndRow)
public BoxLayout _createLayoutImpl()
This creates an new instance of the layout impl this widget uses
_createLayoutImpl
in class Parent
public java.lang.Object _getColumnProperty(java.lang.Object vColumnIndex, java.lang.Object vProperty)
public java.lang.Object _getRowProperty(java.lang.Object vRowIndex, java.lang.Object vProperty)
public void _invalidateColumnLayout()
public void _invalidateRowLayout()
public void _removeColumnProperty(java.lang.Object vColumnIndex, java.lang.Object vProperty, java.lang.Object vValue)
public void _removeRowProperty(java.lang.Object vRowIndex, java.lang.Object vProperty, java.lang.Object vValue)
public void _setupColumnProperty(java.lang.Object vColumnIndex, java.lang.Object vProperty, java.lang.Object vValue)
public void _setupRowProperty(java.lang.Object vRowIndex, java.lang.Object vProperty, java.lang.Object vValue)
public void _syncColumnDataFields()
public void _syncDataFields(java.lang.Object vData, java.lang.Object vOldLength, java.lang.Object vNewLength)
public void _syncRowDataFields()
public void add(java.lang.Object vChild, java.lang.Object vCol, java.lang.Object vRow)
public void addColumn()
public void addRow()
public java.lang.Integer getCellPaddingBottom()
Returns the (computed) value of the property cellPaddingBottom
.
For further details take a look at the property definition: cellPaddingBottom
.
public java.lang.Integer getCellPaddingLeft()
Returns the (computed) value of the property cellPaddingLeft
.
For further details take a look at the property definition: cellPaddingLeft
.
public java.lang.Integer getCellPaddingRight()
Returns the (computed) value of the property cellPaddingRight
.
For further details take a look at the property definition: cellPaddingRight
.
public java.lang.Integer getCellPaddingTop()
Returns the (computed) value of the property cellPaddingTop
.
For further details take a look at the property definition: cellPaddingTop
.
public java.lang.Object getColumnBoxWidth(java.lang.Object vIndex)
public java.lang.Object getColumnCount()
public java.lang.Object getColumnHorizontalAlignment(java.lang.Object vIndex)
public java.lang.Object getColumnInnerWidth(java.lang.Object vCol, java.lang.Object vRow)
public java.lang.Object getColumnPaddingBottom(java.lang.Object vIndex)
public java.lang.Object getColumnPaddingLeft(java.lang.Object vIndex)
public java.lang.Object getColumnPaddingRight(java.lang.Object vIndex)
public java.lang.Object getColumnPaddingTop(java.lang.Object vIndex)
public java.lang.Object getColumnVerticalAlignment(java.lang.Object vIndex)
public java.lang.Object getComputedCellPaddingBottom(java.lang.Object vCol, java.lang.Object vRow)
public java.lang.Object getComputedCellPaddingLeft(java.lang.Object vCol, java.lang.Object vRow)
public java.lang.Object getComputedCellPaddingRight(java.lang.Object vCol, java.lang.Object vRow)
public java.lang.Object getComputedCellPaddingTop(java.lang.Object vCol, java.lang.Object vRow)
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 java.lang.Object getInnerHeightForChild(java.lang.Object vChild)
getInnerHeightForChild
in class Parent
public java.lang.Object getInnerWidthForChild(java.lang.Object vChild)
getInnerWidthForChild
in class Parent
public java.lang.Object getRowBoxHeight(java.lang.Object vIndex)
public java.lang.Object getRowCount()
public java.lang.Object getRowHorizontalAlignment(java.lang.Object vIndex)
public java.lang.Object getRowInnerHeight(java.lang.Object vCol, java.lang.Object vRow)
public java.lang.Object getRowPaddingBottom(java.lang.Object vIndex)
public java.lang.Object getRowPaddingLeft(java.lang.Object vIndex)
public java.lang.Object getRowPaddingRight(java.lang.Object vIndex)
public java.lang.Object getRowPaddingTop(java.lang.Object vIndex)
public java.lang.Object getRowVerticalAlignment(java.lang.Object vIndex)
public java.lang.Object getSpanEntry(java.lang.Object vCol, java.lang.Object vRow)
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 java.lang.Object hasSpans()
public void initCellPaddingBottom(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property cellPaddingBottom
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: cellPaddingBottom
.
public void initCellPaddingLeft(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property cellPaddingLeft
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: cellPaddingLeft
.
public void initCellPaddingRight(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property cellPaddingRight
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: cellPaddingRight
.
public void initCellPaddingTop(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property cellPaddingTop
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: cellPaddingTop
.
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 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 void isFillCell(java.lang.Object vCol, java.lang.Object vRow)
public void isSpanCell(java.lang.Object vCol, java.lang.Object vRow)
public void isSpanStart(java.lang.Object vCol, java.lang.Object vRow)
public void mergeCells(java.lang.Object vStartCol, java.lang.Object vStartRow, java.lang.Object vColLength, java.lang.Object vRowLength)
public void removeColumn()
public void removeRow()
public void resetCellPaddingBottom()
Resets the user value of the property cellPaddingBottom
.
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: cellPaddingBottom
.
public void resetCellPaddingLeft()
Resets the user value of the property cellPaddingLeft
.
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: cellPaddingLeft
.
public void resetCellPaddingRight()
Resets the user value of the property cellPaddingRight
.
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: cellPaddingRight
.
public void resetCellPaddingTop()
Resets the user value of the property cellPaddingTop
.
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: cellPaddingTop
.
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 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 setCellPaddingBottom(java.lang.Integer arg)
Sets the user value of the property cellPaddingBottom
.
For further details take a look at the property definition: cellPaddingBottom
.
public void setCellPaddingLeft(java.lang.Integer arg)
Sets the user value of the property cellPaddingLeft
.
For further details take a look at the property definition: cellPaddingLeft
.
public void setCellPaddingRight(java.lang.Integer arg)
Sets the user value of the property cellPaddingRight
.
For further details take a look at the property definition: cellPaddingRight
.
public void setCellPaddingTop(java.lang.Integer arg)
Sets the user value of the property cellPaddingTop
.
For further details take a look at the property definition: cellPaddingTop
.
public void setColumnCount(java.lang.Object vCount)
public void setColumnHorizontalAlignment(java.lang.Object vIndex, java.lang.Object vValue)
public void setColumnPaddingBottom(java.lang.Object vIndex, java.lang.Object vValue)
public void setColumnPaddingLeft(java.lang.Object vIndex, java.lang.Object vValue)
public void setColumnPaddingRight(java.lang.Object vIndex, java.lang.Object vValue)
public void setColumnPaddingTop(java.lang.Object vIndex, java.lang.Object vValue)
public void setColumnVerticalAlignment(java.lang.Object vIndex, java.lang.Object vValue)
public void setColumnWidth(java.lang.Object vIndex, java.lang.Object vValue)
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 setRowCount(java.lang.Object vCount)
public void setRowHeight(java.lang.Object vIndex, java.lang.Object vValue)
public void setRowHorizontalAlignment(java.lang.Object vIndex, java.lang.Object vValue)
public void setRowPaddingBottom(java.lang.Object vIndex, java.lang.Object vValue)
public void setRowPaddingLeft(java.lang.Object vIndex, java.lang.Object vValue)
public void setRowPaddingRight(java.lang.Object vIndex, java.lang.Object vValue)
public void setRowPaddingTop(java.lang.Object vIndex, java.lang.Object vValue)
public void setRowVerticalAlignment(java.lang.Object vIndex, java.lang.Object vValue)
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |