qx.ui.layout
Class GridLayout

java.lang.Object
  extended by qx.core.Object
      extended by qx.core.Target
          extended by qx.ui.core.Widget
              extended by qx.ui.core.Parent
                  extended by qx.ui.layout.GridLayout
Direct Known Subclasses:
ListViewPane

public class GridLayout
extends Parent


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.ui.core.Parent
_addChildrenToLayoutQueue, _addChildrenToStateQueue, _addChildToChildrenQueue, _afterAppear, _afterDisappear, _afterInsertDom, _afterRemoveDom, _applyActiveChild, _applyFocusedChild, _applyFocusHandler, _beforeAppear, _beforeDisappear, _beforeInsertDom, _beforeRemoveDom, _computePreferredInnerHeight, _computePreferredInnerWidth, _computeVisibleChildren, _flushChildrenQueue, _handleDisplayableCustom, _layoutChild, _layoutPost, _onfocuskeyevent, _recursiveAppearanceThemeUpdate, _removeChildFromChildrenQueue, activateFocusRoot, add, addAfter, addAt, addAtBegin, addAtEnd, addBefore, contains, forEachChild, forEachVisibleChild, getActiveChild, getChildren, getChildrenLength, getFirstActiveChild, getFirstChild, getFirstVisibleChild, getFocusedChild, getFocusHandler, getFocusRoot, getLastActiveChild, getLastChild, getLastVisibleChild, getLayoutImpl, getVisibleChildrenLength, hasChildren, hasVisibleChildren, indexOf, initActiveChild, initFocusedChild, initFocusHandler, isEmpty, isFocusRoot, isVisibleEmpty, recursiveAddToStateQueue, remapChildrenHandlingTo, remove, removeAll, removeAt, resetActiveChild, resetFocusedChild, resetFocusHandler, setActiveChild, setFocusedChild, setFocusHandler
 
Methods inherited from class qx.ui.core.Widget
_applyAppearance, _applyBackgroundColor, _applyBackgroundImage, _applyBackgroundRepeat, _applyBorder, _applyBottom, _applyCapture, _applyClip, _applyCommand, _applyCursor, _applyDisplay, _applyElement, _applyElementData, _applyEnabled, _applyFocused, _applyFont, _applyHeight, _applyHideFocus, _applyHtmlAttributes, _applyHtmlProperties, _applyLeft, _applyMarginBottom, _applyMarginLeft, _applyMarginRight, _applyMarginTop, _applyMaxHeight, _applyMaxWidth, _applyMinHeight, _applyMinWidth, _applyOpacity, _applyOverflow, _applyPaddingBottom, _applyPaddingLeft, _applyPaddingRight, _applyPaddingTop, _applyParent, _applyRight, _applySelectable, _applyStateStyleFocus, _applyStyleProperties, _applyTabIndex, _applyTextColor, _applyTop, _applyVisibility, _applyWidth, _applyZIndex, _checkParent, _compileClipString, _computeBoxHeight, _computeBoxHeightFallback, _computeBoxWidth, _computeBoxWidthFallback, _computeDisplayable, _computeFrameHeight, _computeFrameWidth, _computeHasAutoX, _computeHasAutoY, _computeHasFlexX, _computeHasFlexY, _computeHasPercentX, _computeHasPercentY, _computeInnerHeight, _computeInnerWidth, _computeOuterHeight, _computeOuterWidth, _computePreferredBoxHeight, _computePreferredBoxWidth, _computeValuePercentX, _computeValuePercentXLimit, _computeValuePercentY, _computeValuePercentYLimit, _computeValuePixel, _computeValuePixelLimit, _createElementImpl, _evalUnitsPixelPercent, _evalUnitsPixelPercentAuto, _evalUnitsPixelPercentAutoFlex, _flushJobQueue, _generateHtmlId, _getTargetNode, _handleDisplayable, _invalidateFrameDimensions, _invalidatePreferredInnerDimensions, _queueBorder, _recomputeFlexX, _recomputeFlexY, _recomputePercentX, _recomputePercentY, _recomputeRangeX, _recomputeRangeY, _recomputeStretchingX, _recomputeStretchingY, _renderAppearance, _renderOverflow, _resetAppearanceThemeWrapper, _styleBackgroundColor, _styleBackgroundImage, _styleFromMap, _unitDetectionPixelPercent, _unitDetectionPixelPercentAuto, _unitDetectionPixelPercentAutoFlex, _unstyleFromArray, _visualizeBlur, _visualizeFocus, _visualPropertyCheck, addState, addToDocument, addToJobQueue, addToLayoutChanges, addToQueue, addToQueueRuntime, addToStateQueue, auto, blur, connect, contains, disconnect, execute, focus, getAllowStretchX, getAllowStretchY, getAnonymous, getAppearance, getBackgroundColor, getBackgroundImage, getBackgroundRepeat, getBorder, getBottom, getBottomValue, getCapture, getClientHeight, getClientWidth, getClipHeight, getClipLeft, getClipTop, getClipWidth, getCommand, getContextMenu, getCursor, getDisplay, getDropDataTypes, getElement, getEnabled, getEnableElementFocus, getFocused, getFont, getHeight, getHeightValue, getHideFocus, getHorizontalAlign, getHtmlAttribute, getHtmlProperty, getLeft, getLeftValue, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaxHeight, getMaxHeightValue, getMaxWidth, getMaxWidthValue, getMinHeight, getMinHeightValue, getMinWidth, getMinWidthValue, getNeededHeight, getNeededWidth, getNextActiveSibling, getNextSibling, getNextVisibleSibling, getOffsetHeight, getOffsetLeft, getOffsetTop, getOffsetWidth, getOpacity, getOverflow, getOverflowX, getOverflowY, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getParent, getPreviousActiveSibling, getPreviousSibling, getPreviousVisibleSibling, getRight, getRightValue, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSelectable, getStyleProperty, getSupportsDropMethod, getTabIndex, getTextColor, getToolTip, getTop, getTopLevelWidget, getTopValue, getVerticalAlign, getVisibility, getVisibleChildren, getWidth, getWidthValue, getZIndex, hasState, hide, indexOf, initAllowStretchX, initAllowStretchY, initAnonymous, initAppearance, initBackgroundColor, initBackgroundImage, initBackgroundRepeat, initBorder, initBottom, initCapture, initClipHeight, initClipLeft, initClipTop, initClipWidth, initCommand, initContextMenu, initCursor, initDisplay, initDropDataTypes, initElement, initEnabled, initEnableElementFocus, initFocused, initFont, initHeight, initHideFocus, initHorizontalAlign, initLeft, initMarginBottom, initMarginLeft, initMarginRight, initMarginTop, initMaxHeight, initMaxWidth, initMinHeight, initMinWidth, initOpacity, initOverflow, initPaddingBottom, initPaddingLeft, initPaddingRight, initPaddingTop, initParent, initRight, initSelectable, initSupportsDropMethod, initTabIndex, initTextColor, initToolTip, initTop, initVerticalAlign, initVisibility, initWidth, initZIndex, isAllowStretchX, isAllowStretchY, isAnonymous, isAppearRelevant, isCapture, isCreated, isDisplay, isDisplayable, isEnabled, isEnableElementFocus, isFirstChild, isFirstVisibleChild, isFocusable, isFocused, isHideFocus, isLastChild, isLastVisibleChild, isMaterialized, isSeeable, isSelectable, isVisibility, moveSelfAfter, moveSelfBefore, moveSelfToBegin, moveSelfToEnd, pack, removeHtmlAttribute, removeHtmlProperty, removeState, removeStyleProperty, renderPadding, resetAlign, resetAllowStretchX, resetAllowStretchY, resetAnonymous, resetAppearance, resetBackgroundColor, resetBackgroundImage, resetBackgroundRepeat, resetBorder, resetBottom, resetCapture, resetClip, resetClipDimension, resetClipHeight, resetClipLeft, resetClipLocation, resetClipTop, resetClipWidth, resetCommand, resetContextMenu, resetCursor, resetDimension, resetDisplay, resetDropDataTypes, resetEdge, resetElement, resetEnabled, resetEnableElementFocus, resetFocused, resetFont, resetHeight, resetHeights, resetHideFocus, resetHorizontalAlign, resetLeft, resetLocation, resetMargin, resetMarginBottom, resetMarginLeft, resetMarginRight, resetMarginTop, resetMaxHeight, resetMaxWidth, resetMinHeight, resetMinWidth, resetOpacity, resetOverflow, resetPadding, resetPaddingBottom, resetPaddingLeft, resetPaddingRight, resetPaddingTop, resetParent, resetRight, resetSelectable, resetSpace, resetSupportsDropMethod, resetTabIndex, resetTextColor, resetToolTip, resetTop, resetVerticalAlign, resetVisibility, resetWidth, resetWidths, resetZIndex, scrollIntoView, scrollIntoViewX, scrollIntoViewY, setAlign, setAllowStretchX, setAllowStretchY, setAnonymous, setAppearance, setBackgroundColor, setBackgroundImage, setBackgroundRepeat, setBorder, setBottom, setCapture, setClip, setClipDimension, setClipHeight, setClipLeft, setClipLocation, setClipTop, setClipWidth, setCommand, setContextMenu, setCursor, setDimension, setDisplay, setDropDataTypes, setEdge, setElement, setEnabled, setEnableElementFocus, setFocused, setFont, setHeight, setHeights, setHideFocus, setHorizontalAlign, setHtmlAttribute, setHtmlProperty, setLeft, setLocation, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setOpacity, setOverflow, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setParent, setRight, setScrollLeft, setScrollTop, setSelectable, setSpace, setStyleProperty, setSupportsDropMethod, setTabIndex, setTextColor, setToolTip, setTop, setVerticalAlign, setVisibility, setWidth, setWidths, setZIndex, show, supportsDrop, toggleAllowStretchX, toggleAllowStretchY, toggleAnonymous, toggleCapture, toggleDisplay, toggleEnabled, toggleEnableElementFocus, toggleFocused, toggleHideFocus, toggleSelectable, toggleVisibility
 
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

GridLayout

public GridLayout()
Method Detail

_applyHorizontalChildrenAlign

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).


_applyHorizontalSpacing

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).


_applyVerticalChildrenAlign

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).


_applyVerticalSpacing

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).


_changeInnerHeight

public void _changeInnerHeight(java.lang.Object vNew,
                               java.lang.Object vOld)
Overrides:
_changeInnerHeight in class Parent

_changeInnerWidth

public void _changeInnerWidth(java.lang.Object vNew,
                              java.lang.Object vOld)
Overrides:
_changeInnerWidth in class Parent

_collidesWithSpans

public void _collidesWithSpans(java.lang.Object vStartCol,
                               java.lang.Object vStartRow,
                               java.lang.Object vEndCol,
                               java.lang.Object vEndRow)

_createLayoutImpl

public BoxLayout _createLayoutImpl()

This creates an new instance of the layout impl this widget uses

Overrides:
_createLayoutImpl in class Parent

_getColumnProperty

public java.lang.Object _getColumnProperty(java.lang.Object vColumnIndex,
                                           java.lang.Object vProperty)

_getRowProperty

public java.lang.Object _getRowProperty(java.lang.Object vRowIndex,
                                        java.lang.Object vProperty)

_invalidateColumnLayout

public void _invalidateColumnLayout()

_invalidateRowLayout

public void _invalidateRowLayout()

_removeColumnProperty

public void _removeColumnProperty(java.lang.Object vColumnIndex,
                                  java.lang.Object vProperty,
                                  java.lang.Object vValue)

_removeRowProperty

public void _removeRowProperty(java.lang.Object vRowIndex,
                               java.lang.Object vProperty,
                               java.lang.Object vValue)

_setupColumnProperty

public void _setupColumnProperty(java.lang.Object vColumnIndex,
                                 java.lang.Object vProperty,
                                 java.lang.Object vValue)

_setupRowProperty

public void _setupRowProperty(java.lang.Object vRowIndex,
                              java.lang.Object vProperty,
                              java.lang.Object vValue)

_syncColumnDataFields

public void _syncColumnDataFields()

_syncDataFields

public void _syncDataFields(java.lang.Object vData,
                            java.lang.Object vOldLength,
                            java.lang.Object vNewLength)

_syncRowDataFields

public void _syncRowDataFields()

add

public void add(java.lang.Object vChild,
                java.lang.Object vCol,
                java.lang.Object vRow)

addColumn

public void addColumn()

addRow

public void addRow()

getCellPaddingBottom

public java.lang.Integer getCellPaddingBottom()

Returns the (computed) value of the property cellPaddingBottom.

For further details take a look at the property definition: cellPaddingBottom.


getCellPaddingLeft

public java.lang.Integer getCellPaddingLeft()

Returns the (computed) value of the property cellPaddingLeft.

For further details take a look at the property definition: cellPaddingLeft.


getCellPaddingRight

public java.lang.Integer getCellPaddingRight()

Returns the (computed) value of the property cellPaddingRight.

For further details take a look at the property definition: cellPaddingRight.


getCellPaddingTop

public java.lang.Integer getCellPaddingTop()

Returns the (computed) value of the property cellPaddingTop.

For further details take a look at the property definition: cellPaddingTop.


getColumnBoxWidth

public java.lang.Object getColumnBoxWidth(java.lang.Object vIndex)

getColumnCount

public java.lang.Object getColumnCount()

getColumnHorizontalAlignment

public java.lang.Object getColumnHorizontalAlignment(java.lang.Object vIndex)

getColumnInnerWidth

public java.lang.Object getColumnInnerWidth(java.lang.Object vCol,
                                            java.lang.Object vRow)

getColumnPaddingBottom

public java.lang.Object getColumnPaddingBottom(java.lang.Object vIndex)

getColumnPaddingLeft

public java.lang.Object getColumnPaddingLeft(java.lang.Object vIndex)

getColumnPaddingRight

public java.lang.Object getColumnPaddingRight(java.lang.Object vIndex)

getColumnPaddingTop

public java.lang.Object getColumnPaddingTop(java.lang.Object vIndex)

getColumnVerticalAlignment

public java.lang.Object getColumnVerticalAlignment(java.lang.Object vIndex)

getComputedCellPaddingBottom

public java.lang.Object getComputedCellPaddingBottom(java.lang.Object vCol,
                                                     java.lang.Object vRow)

getComputedCellPaddingLeft

public java.lang.Object getComputedCellPaddingLeft(java.lang.Object vCol,
                                                   java.lang.Object vRow)

getComputedCellPaddingRight

public java.lang.Object getComputedCellPaddingRight(java.lang.Object vCol,
                                                    java.lang.Object vRow)

getComputedCellPaddingTop

public java.lang.Object getComputedCellPaddingTop(java.lang.Object vCol,
                                                  java.lang.Object vRow)

getHorizontalChildrenAlign

public java.lang.Object getHorizontalChildrenAlign()

Returns the (computed) value of the property horizontalChildrenAlign.

For further details take a look at the property definition: horizontalChildrenAlign.


getHorizontalSpacing

public java.lang.Integer getHorizontalSpacing()

Returns the (computed) value of the property horizontalSpacing.

For further details take a look at the property definition: horizontalSpacing.


getInnerHeightForChild

public java.lang.Object getInnerHeightForChild(java.lang.Object vChild)
Overrides:
getInnerHeightForChild in class Parent

getInnerWidthForChild

public java.lang.Object getInnerWidthForChild(java.lang.Object vChild)
Overrides:
getInnerWidthForChild in class Parent

getRowBoxHeight

public java.lang.Object getRowBoxHeight(java.lang.Object vIndex)

getRowCount

public java.lang.Object getRowCount()

getRowHorizontalAlignment

public java.lang.Object getRowHorizontalAlignment(java.lang.Object vIndex)

getRowInnerHeight

public java.lang.Object getRowInnerHeight(java.lang.Object vCol,
                                          java.lang.Object vRow)

getRowPaddingBottom

public java.lang.Object getRowPaddingBottom(java.lang.Object vIndex)

getRowPaddingLeft

public java.lang.Object getRowPaddingLeft(java.lang.Object vIndex)

getRowPaddingRight

public java.lang.Object getRowPaddingRight(java.lang.Object vIndex)

getRowPaddingTop

public java.lang.Object getRowPaddingTop(java.lang.Object vIndex)

getRowVerticalAlignment

public java.lang.Object getRowVerticalAlignment(java.lang.Object vIndex)

getSpanEntry

public java.lang.Object getSpanEntry(java.lang.Object vCol,
                                     java.lang.Object vRow)

getVerticalChildrenAlign

public java.lang.Object getVerticalChildrenAlign()

Returns the (computed) value of the property verticalChildrenAlign.

For further details take a look at the property definition: verticalChildrenAlign.


getVerticalSpacing

public java.lang.Integer getVerticalSpacing()

Returns the (computed) value of the property verticalSpacing.

For further details take a look at the property definition: verticalSpacing.


hasSpans

public java.lang.Object hasSpans()

initCellPaddingBottom

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.


initCellPaddingLeft

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.


initCellPaddingRight

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.


initCellPaddingTop

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.


initHorizontalChildrenAlign

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.


initHorizontalSpacing

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.


initVerticalChildrenAlign

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.


initVerticalSpacing

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.


isFillCell

public void isFillCell(java.lang.Object vCol,
                       java.lang.Object vRow)

isSpanCell

public void isSpanCell(java.lang.Object vCol,
                       java.lang.Object vRow)

isSpanStart

public void isSpanStart(java.lang.Object vCol,
                        java.lang.Object vRow)

mergeCells

public void mergeCells(java.lang.Object vStartCol,
                       java.lang.Object vStartRow,
                       java.lang.Object vColLength,
                       java.lang.Object vRowLength)

removeColumn

public void removeColumn()

removeRow

public void removeRow()

resetCellPaddingBottom

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.


resetCellPaddingLeft

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.


resetCellPaddingRight

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.


resetCellPaddingTop

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.


resetHorizontalChildrenAlign

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.


resetHorizontalSpacing

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.


resetVerticalChildrenAlign

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.


resetVerticalSpacing

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.


setCellPaddingBottom

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.


setCellPaddingLeft

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.


setCellPaddingRight

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.


setCellPaddingTop

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.


setColumnCount

public void setColumnCount(java.lang.Object vCount)

setColumnHorizontalAlignment

public void setColumnHorizontalAlignment(java.lang.Object vIndex,
                                         java.lang.Object vValue)

setColumnPaddingBottom

public void setColumnPaddingBottom(java.lang.Object vIndex,
                                   java.lang.Object vValue)

setColumnPaddingLeft

public void setColumnPaddingLeft(java.lang.Object vIndex,
                                 java.lang.Object vValue)

setColumnPaddingRight

public void setColumnPaddingRight(java.lang.Object vIndex,
                                  java.lang.Object vValue)

setColumnPaddingTop

public void setColumnPaddingTop(java.lang.Object vIndex,
                                java.lang.Object vValue)

setColumnVerticalAlignment

public void setColumnVerticalAlignment(java.lang.Object vIndex,
                                       java.lang.Object vValue)

setColumnWidth

public void setColumnWidth(java.lang.Object vIndex,
                           java.lang.Object vValue)

setHorizontalChildrenAlign

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.


setHorizontalSpacing

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.


setRowCount

public void setRowCount(java.lang.Object vCount)

setRowHeight

public void setRowHeight(java.lang.Object vIndex,
                         java.lang.Object vValue)

setRowHorizontalAlignment

public void setRowHorizontalAlignment(java.lang.Object vIndex,
                                      java.lang.Object vValue)

setRowPaddingBottom

public void setRowPaddingBottom(java.lang.Object vIndex,
                                java.lang.Object vValue)

setRowPaddingLeft

public void setRowPaddingLeft(java.lang.Object vIndex,
                              java.lang.Object vValue)

setRowPaddingRight

public void setRowPaddingRight(java.lang.Object vIndex,
                               java.lang.Object vValue)

setRowPaddingTop

public void setRowPaddingTop(java.lang.Object vIndex,
                             java.lang.Object vValue)

setRowVerticalAlignment

public void setRowVerticalAlignment(java.lang.Object vIndex,
                                    java.lang.Object vValue)

setVerticalChildrenAlign

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.


setVerticalSpacing

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.



Copyright © 2008 1&1. All Rights Reserved.