qx.ui.table
Class Table

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.BoxLayout
                      extended by qx.ui.layout.VerticalBoxLayout
                          extended by qx.ui.table.Table
Direct Known Subclasses:
TreeVirtual

public class Table
extends VerticalBoxLayout

A table.


Field Summary
 
Fields inherited from class qx.ui.core.Widget
AUTO
 
Constructor Summary
Table()
           
Table(ITableModel tableModel)
           
Table(ITableModel tableModel, java.lang.Object custom)
           
 
Method Summary
 void _afterAppear()
           
 void _applyColumnVisibilityButtonVisible(java.lang.Object value, java.lang.Object old)
           
 void _applyFocusCellOnMouseMove(java.lang.Object value, java.lang.Object old)
           
 void _applyHeaderCellHeight(java.lang.Object value, java.lang.Object old)
          Property modifier called when the headerCellHeight property value is changed.
 void _applyKeepFirstVisibleRowComplete(java.lang.Object value, java.lang.Object old)
           
 void _applyMetaColumnCounts(java.lang.Object value, java.lang.Object old)
           
 void _applySelectionModel(java.lang.Object value, java.lang.Object old)
           
 void _applyShowCellFocusIndicator(java.lang.Object value, java.lang.Object old)
           
 void _applyStatusBarVisible(java.lang.Object value, java.lang.Object old)
           
 void _applyTableColumnModel(Basic value, Basic old)
          Applies changes of the property value of the property tableColumnModel.
 void _applyTableModel(java.lang.Object value, java.lang.Object old)
           
 void _changeInnerHeight(java.lang.Object vNew, java.lang.Object vOld)
           
 void _changeInnerWidth(java.lang.Object vNew, java.lang.Object vOld)
           
 void _cleanupColumnVisibilityMenu()
          Cleans up the column visibility menu.
 void _cleanUpMetaColumns(java.lang.Integer fromMetaColumn)
          Cleans up the meta columns.
 java.lang.Object _createColumnVisibilityCheckBoxHandler(java.lang.Integer col)
          Creates a handler for a check box of the column visibility menu.
 java.lang.Integer _getMetaColumnAtColumnX(java.lang.Integer visXPos)
          Returns the meta column a column is shown in.
 java.lang.Integer _getMetaColumnAtPageX(java.lang.Integer pageX)
          Gets the meta column at a certain x position in the page.
 Scroller _getPaneScrollerArr()
          Returns an array containing all TablePaneScrollers in this table.
 Manager _getSelectionManager()
          Returns the selection manager.
 void _onChangeLocale(Event evt)
          Event handler.
 void _onColOrderChanged(java.lang.Object evt)
          Event handler.
 void _onColumnVisibilityBtExecuted()
          Event handler.
 void _onColVisibilityChanged(java.lang.Object evt)
          Event handler.
 void _onColWidthChanged(java.lang.Object evt)
          Event handler.
 void _onFocusChanged(java.lang.Object evt)
          Event handler.
 void _onkeydown(java.lang.Object evt)
          Event handler.
 void _onkeypress(KeyEvent evt)
          Event handler.
 void _onScrollY(java.lang.Object evt)
          Event handler.
 void _onSelectionChanged(java.lang.Object evt)
          Event handler.
 void _onTableModelDataChanged(java.lang.Object evt)
          Event handler.
 void _onTableModelMetaDataChanged(java.lang.Object evt)
          Event handler.
 void _toggleColumnVisibilityMenu()
          Toggels the visibility of the menu used to change the visibility of columns.
 void _updateScrollBarVisibility()
          Updates the visibility of the scrollbars in the meta columns.
 void _updateScrollerWidths()
          Updates the widths of all scrollers.
 void _updateStatusBar()
          Updates the text shown in the status bar.
 void addEventListener(java.lang.Object type, java.lang.Object func, java.lang.Object obj)
          Add event listener to an object.
 void cancelEditing()
          Stops editing without writing the editor’s value to the model.
 boolean getAlwaysUpdateCells()
          Returns the (computed) value of the property alwaysUpdateCells.
 boolean getColumnVisibilityButtonVisible()
          Returns the (computed) value of the property columnVisibilityButtonVisible.
 IRowRenderer getDataRowRenderer()
          Returns the (computed) value of the property dataRowRenderer.
 boolean getFocusCellOnMouseMove()
          Returns the (computed) value of the property focusCellOnMouseMove.
 java.lang.Integer getFocusedColumn()
          Returns the column of the currently focused cell.
 java.lang.Integer getFocusedRow()
          Returns the row of the currently focused cell.
 java.lang.Integer getHeaderCellHeight()
          Returns the (computed) value of the property headerCellHeight.
 boolean getKeepFirstVisibleRowComplete()
          Returns the (computed) value of the property keepFirstVisibleRowComplete.
 java.lang.Object getMetaColumnCounts()
          Returns the (computed) value of the property metaColumnCounts.
 java.lang.Object getModalCellEditorPreOpenFunction()
          Returns the (computed) value of the property modalCellEditorPreOpenFunction.
 java.lang.Object getNewSelectionManager()
          Returns the (computed) value of the property newSelectionManager.
 java.lang.Object getNewSelectionModel()
          Returns the (computed) value of the property newSelectionModel.
 java.lang.Object getNewTableColumnModel()
          Returns the (computed) value of the property newTableColumnModel.
 java.lang.Object getNewTablePane()
          Returns the (computed) value of the property newTablePane.
 java.lang.Object getNewTablePaneHeader()
          Returns the (computed) value of the property newTablePaneHeader.
 java.lang.Object getNewTablePaneModel()
          Returns the (computed) value of the property newTablePaneModel.
 java.lang.Object getNewTablePaneScroller()
          Returns the (computed) value of the property newTablePaneScroller.
 Scroller getPaneScroller(java.lang.Integer metaColumn)
          Returns a TablePaneScroller of this table.
 int getRowHeight()
          Returns the (computed) value of the property rowHeight.
 Model getSelectionModel()
          Returns the (computed) value of the property selectionModel.
 boolean getShowCellFocusIndicator()
          Returns the (computed) value of the property showCellFocusIndicator.
 boolean getStatusBarVisible()
          Returns the (computed) value of the property statusBarVisible.
 Basic getTableColumnModel()
          Returns the (computed) value of the property tableColumnModel.
 ITableModel getTableModel()
          Returns the (computed) value of the property tableModel.
 Scroller getTablePaneScrollerAtPageX(java.lang.Integer pageX)
          Gets the TablePaneScroller at a certain x position in the page.
 void initAlwaysUpdateCells(boolean arg)
          Calls the apply method and dispatches the change event of the property alwaysUpdateCells with the default value defined by the class developer.
 void initColumnVisibilityButtonVisible(boolean arg)
          Calls the apply method and dispatches the change event of the property columnVisibilityButtonVisible with the default value defined by the class developer.
 void initDataRowRenderer(IRowRenderer arg)
          Calls the apply method and dispatches the change event of the property dataRowRenderer with the default value defined by the class developer.
 void initFocusCellOnMouseMove(boolean arg)
          Calls the apply method and dispatches the change event of the property focusCellOnMouseMove with the default value defined by the class developer.
 void initHeaderCellHeight(java.lang.Integer arg)
          Calls the apply method and dispatches the change event of the property headerCellHeight with the default value defined by the class developer.
 void initKeepFirstVisibleRowComplete(boolean arg)
          Calls the apply method and dispatches the change event of the property keepFirstVisibleRowComplete with the default value defined by the class developer.
 void initMetaColumnCounts(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property metaColumnCounts with the default value defined by the class developer.
 void initModalCellEditorPreOpenFunction(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property modalCellEditorPreOpenFunction with the default value defined by the class developer.
 void initNewSelectionManager(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property newSelectionManager with the default value defined by the class developer.
 void initNewSelectionModel(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property newSelectionModel with the default value defined by the class developer.
 void initNewTableColumnModel(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property newTableColumnModel with the default value defined by the class developer.
 void initNewTablePane(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property newTablePane with the default value defined by the class developer.
 void initNewTablePaneHeader(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property newTablePaneHeader with the default value defined by the class developer.
 void initNewTablePaneModel(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property newTablePaneModel with the default value defined by the class developer.
 void initNewTablePaneScroller(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property newTablePaneScroller with the default value defined by the class developer.
 void initRowHeight(int arg)
          Calls the apply method and dispatches the change event of the property rowHeight with the default value defined by the class developer.
 void initSelectionModel(Model arg)
          Calls the apply method and dispatches the change event of the property selectionModel with the default value defined by the class developer.
 void initShowCellFocusIndicator(boolean arg)
          Calls the apply method and dispatches the change event of the property showCellFocusIndicator with the default value defined by the class developer.
 void initStatusBarVisible(boolean arg)
          Calls the apply method and dispatches the change event of the property statusBarVisible with the default value defined by the class developer.
 void initTableColumnModel(Basic arg)
          Calls the apply method and dispatches the change event of the property tableColumnModel with the default value defined by the class developer.
 void initTableModel(ITableModel arg)
          Calls the apply method and dispatches the change event of the property tableModel with the default value defined by the class developer.
 boolean isAlwaysUpdateCells()
          Check whether the (computed) value of the boolean property alwaysUpdateCells equals true.
 boolean isColumnVisibilityButtonVisible()
          Check whether the (computed) value of the boolean property columnVisibilityButtonVisible equals true.
 java.lang.Object isEditing()
          Returns whether currently a cell is editing.
 boolean isFocusCellOnMouseMove()
          Check whether the (computed) value of the boolean property focusCellOnMouseMove equals true.
 boolean isKeepFirstVisibleRowComplete()
          Check whether the (computed) value of the boolean property keepFirstVisibleRowComplete equals true.
 boolean isShowCellFocusIndicator()
          Check whether the (computed) value of the boolean property showCellFocusIndicator equals true.
 boolean isStatusBarVisible()
          Check whether the (computed) value of the boolean property statusBarVisible equals true.
 void moveFocusedCell(java.lang.Integer deltaX, java.lang.Integer deltaY)
          Moves the focus.
 void postponedUpdateContent()
          Does a postponed update of the table content.
 void removeEventListener(java.lang.Object type, java.lang.Object func, java.lang.Object obj)
          Remove event listener from object
 void resetAlwaysUpdateCells()
          Resets the user value of the property alwaysUpdateCells.
 void resetColumnVisibilityButtonVisible()
          Resets the user value of the property columnVisibilityButtonVisible.
 void resetDataRowRenderer()
          Resets the user value of the property dataRowRenderer.
 void resetFocusCellOnMouseMove()
          Resets the user value of the property focusCellOnMouseMove.
 void resetHeaderCellHeight()
          Resets the user value of the property headerCellHeight.
 void resetKeepFirstVisibleRowComplete()
          Resets the user value of the property keepFirstVisibleRowComplete.
 void resetMetaColumnCounts()
          Resets the user value of the property metaColumnCounts.
 void resetModalCellEditorPreOpenFunction()
          Resets the user value of the property modalCellEditorPreOpenFunction.
 void resetNewSelectionManager()
          Resets the user value of the property newSelectionManager.
 void resetNewSelectionModel()
          Resets the user value of the property newSelectionModel.
 void resetNewTableColumnModel()
          Resets the user value of the property newTableColumnModel.
 void resetNewTablePane()
          Resets the user value of the property newTablePane.
 void resetNewTablePaneHeader()
          Resets the user value of the property newTablePaneHeader.
 void resetNewTablePaneModel()
          Resets the user value of the property newTablePaneModel.
 void resetNewTablePaneScroller()
          Resets the user value of the property newTablePaneScroller.
 void resetRowHeight()
          Resets the user value of the property rowHeight.
 void resetSelectionModel()
          Resets the user value of the property selectionModel.
 void resetShowCellFocusIndicator()
          Resets the user value of the property showCellFocusIndicator.
 void resetStatusBarVisible()
          Resets the user value of the property statusBarVisible.
 void resetTableColumnModel()
          Resets the user value of the property tableColumnModel.
 void resetTableModel()
          Resets the user value of the property tableModel.
 void scrollCellVisible(java.lang.Integer col, java.lang.Integer row)
          Scrolls a cell visible.
 void setAlwaysUpdateCells(boolean arg)
          Sets the user value of the property alwaysUpdateCells.
 void setColumnVisibilityButtonVisible(boolean arg)
          Sets the user value of the property columnVisibilityButtonVisible.
 void setColumnWidth(java.lang.Integer col, java.lang.Integer width)
          Sets the width of a column.
 void setDataRowRenderer(IRowRenderer arg)
          Sets the user value of the property dataRowRenderer.
 void setFocusCellOnMouseMove(boolean arg)
          Sets the user value of the property focusCellOnMouseMove.
 void setFocusedCell(java.lang.Integer col, java.lang.Integer row, boolean scrollVisible)
          Sets the currently focused cell.
 void setHeaderCellHeight(java.lang.Integer arg)
          Sets the user value of the property headerCellHeight.
 void setKeepFirstVisibleRowComplete(boolean arg)
          Sets the user value of the property keepFirstVisibleRowComplete.
 void setMetaColumnCounts(java.lang.Object arg)
          Sets the user value of the property metaColumnCounts.
 void setModalCellEditorPreOpenFunction(java.lang.Object arg)
          Sets the user value of the property modalCellEditorPreOpenFunction.
 void setNewSelectionManager(java.lang.Object arg)
          Sets the user value of the property newSelectionManager.
 void setNewSelectionModel(java.lang.Object arg)
          Sets the user value of the property newSelectionModel.
 void setNewTableColumnModel(java.lang.Object arg)
          Sets the user value of the property newTableColumnModel.
 void setNewTablePane(java.lang.Object arg)
          Sets the user value of the property newTablePane.
 void setNewTablePaneHeader(java.lang.Object arg)
          Sets the user value of the property newTablePaneHeader.
 void setNewTablePaneModel(java.lang.Object arg)
          Sets the user value of the property newTablePaneModel.
 void setNewTablePaneScroller(java.lang.Object arg)
          Sets the user value of the property newTablePaneScroller.
 void setRowHeight(int arg)
          Sets the user value of the property rowHeight.
 void setSelectionModel(Model arg)
          Sets the user value of the property selectionModel.
 void setShowCellFocusIndicator(boolean arg)
          Sets the user value of the property showCellFocusIndicator.
 void setStatusBarVisible(boolean arg)
          Sets the user value of the property statusBarVisible.
 void setTableColumnModel(Basic arg)
          Sets the user value of the property tableColumnModel.
 void setTableModel(ITableModel arg)
          Sets the user value of the property tableModel.
 boolean startEditing()
          Starts editing the currently focused cell.
 void stopEditing()
          Stops editing and writes the editor’s value to the model.
 boolean toggleAlwaysUpdateCells()
          Toggles the (computed) value of the boolean property alwaysUpdateCells.
 boolean toggleColumnVisibilityButtonVisible()
          Toggles the (computed) value of the boolean property columnVisibilityButtonVisible.
 boolean toggleFocusCellOnMouseMove()
          Toggles the (computed) value of the boolean property focusCellOnMouseMove.
 boolean toggleKeepFirstVisibleRowComplete()
          Toggles the (computed) value of the boolean property keepFirstVisibleRowComplete.
 boolean toggleShowCellFocusIndicator()
          Toggles the (computed) value of the boolean property showCellFocusIndicator.
 boolean toggleStatusBarVisible()
          Toggles the (computed) value of the boolean property statusBarVisible.
 void updateContent()
          Update the table content of every attached table pane.
 
Methods inherited from class qx.ui.layout.BoxLayout
_applyHorizontalChildrenAlign, _applyOrientation, _applyReverseChildrenOrder, _applySpacing, _applyStretchChildrenOrthogonalAxis, _applyUseAdvancedFlexAllocation, _applyVerticalChildrenAlign, _computeAccumulatedChildrenOuterHeight, _computeAccumulatedChildrenOuterWidth, _createLayoutImpl, _doLayout, _doLayoutOrder, _invalidateLayoutMode, _recomputeChildrenStretchingX, _recomputeChildrenStretchingY, _updateLayoutMode, getHorizontalChildrenAlign, getLayoutMode, getOrientation, getReverseChildrenOrder, getSpacing, getStretchChildrenOrthogonalAxis, getUseAdvancedFlexAllocation, getVerticalChildrenAlign, initHorizontalChildrenAlign, initOrientation, initReverseChildrenOrder, initSpacing, initStretchChildrenOrthogonalAxis, initUseAdvancedFlexAllocation, initVerticalChildrenAlign, isHorizontal, isReverseChildrenOrder, isStretchChildrenOrthogonalAxis, isUseAdvancedFlexAllocation, isVertical, resetHorizontalChildrenAlign, resetOrientation, resetReverseChildrenOrder, resetSpacing, resetStretchChildrenOrthogonalAxis, resetUseAdvancedFlexAllocation, resetVerticalChildrenAlign, setHorizontalChildrenAlign, setOrientation, setReverseChildrenOrder, setSpacing, setStretchChildrenOrthogonalAxis, setUseAdvancedFlexAllocation, setVerticalChildrenAlign, toggleReverseChildrenOrder, toggleStretchChildrenOrthogonalAxis, toggleUseAdvancedFlexAllocation
 
Methods inherited from class qx.ui.core.Parent
_addChildrenToLayoutQueue, _addChildrenToStateQueue, _addChildToChildrenQueue, _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, getInnerHeightForChild, getInnerWidthForChild, 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

Table

public Table()

Table

public Table(ITableModel tableModel)

Table

public Table(ITableModel tableModel,
             java.lang.Object custom)
Method Detail

_afterAppear

public void _afterAppear()
Overrides:
_afterAppear in class Parent

_applyColumnVisibilityButtonVisible

public void _applyColumnVisibilityButtonVisible(java.lang.Object value,
                                                java.lang.Object old)

_applyFocusCellOnMouseMove

public void _applyFocusCellOnMouseMove(java.lang.Object value,
                                       java.lang.Object old)

_applyHeaderCellHeight

public void _applyHeaderCellHeight(java.lang.Object value,
                                   java.lang.Object old)

Property modifier called when the headerCellHeight property value is changed. We loop through each scroller and set its height to the newly-requested value.


_applyKeepFirstVisibleRowComplete

public void _applyKeepFirstVisibleRowComplete(java.lang.Object value,
                                              java.lang.Object old)

_applyMetaColumnCounts

public void _applyMetaColumnCounts(java.lang.Object value,
                                   java.lang.Object old)

_applySelectionModel

public void _applySelectionModel(java.lang.Object value,
                                 java.lang.Object old)

_applyShowCellFocusIndicator

public void _applyShowCellFocusIndicator(java.lang.Object value,
                                         java.lang.Object old)

_applyStatusBarVisible

public void _applyStatusBarVisible(java.lang.Object value,
                                   java.lang.Object old)

_applyTableColumnModel

public void _applyTableColumnModel(Basic value,
                                   Basic old)

Applies changes of the property value of the property tableColumnModel.

For further details take a look at the property definition: _applyTableColumnModel(qx.ui.table.columnmodel.Basic, qx.ui.table.columnmodel.Basic).


_applyTableModel

public void _applyTableModel(java.lang.Object value,
                             java.lang.Object old)

_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

_cleanupColumnVisibilityMenu

public void _cleanupColumnVisibilityMenu()

Cleans up the column visibility menu.


_cleanUpMetaColumns

public void _cleanUpMetaColumns(java.lang.Integer fromMetaColumn)

Cleans up the meta columns.


_createColumnVisibilityCheckBoxHandler

public java.lang.Object _createColumnVisibilityCheckBoxHandler(java.lang.Integer col)

Creates a handler for a check box of the column visibility menu.


_getMetaColumnAtColumnX

public java.lang.Integer _getMetaColumnAtColumnX(java.lang.Integer visXPos)

Returns the meta column a column is shown in. If the column is not shown at all, -1 is returned.


_getMetaColumnAtPageX

public java.lang.Integer _getMetaColumnAtPageX(java.lang.Integer pageX)

Gets the meta column at a certain x position in the page. If there is no meta column at this postion, -1 is returned.


_getPaneScrollerArr

public Scroller _getPaneScrollerArr()

Returns an array containing all TablePaneScrollers in this table.


_getSelectionManager

public Manager _getSelectionManager()

Returns the selection manager.


_onChangeLocale

public void _onChangeLocale(Event evt)

Event handler. Called when the locale has changed.


_onColOrderChanged

public void _onColOrderChanged(java.lang.Object evt)

Event handler. Called when the column order has changed.


_onColumnVisibilityBtExecuted

public void _onColumnVisibilityBtExecuted()

Event handler. Called when the column visibiliy button was executed.


_onColVisibilityChanged

public void _onColVisibilityChanged(java.lang.Object evt)

Event handler. Called when the visibility of a column has changed.


_onColWidthChanged

public void _onColWidthChanged(java.lang.Object evt)

Event handler. Called when the width of a column has changed.


_onFocusChanged

public void _onFocusChanged(java.lang.Object evt)

Event handler. Called when the table gets the focus.


_onkeydown

public void _onkeydown(java.lang.Object evt)

Event handler. Called when a key was pressed.


_onkeypress

public void _onkeypress(KeyEvent evt)

Event handler. Called when a key was pressed.


_onScrollY

public void _onScrollY(java.lang.Object evt)

Event handler. Called when a TablePaneScroller has been scrolled vertically.


_onSelectionChanged

public void _onSelectionChanged(java.lang.Object evt)

Event handler. Called when the selection has changed.


_onTableModelDataChanged

public void _onTableModelDataChanged(java.lang.Object evt)

Event handler. Called when the table model data has changed.


_onTableModelMetaDataChanged

public void _onTableModelMetaDataChanged(java.lang.Object evt)

Event handler. Called when the table model meta data has changed.


_toggleColumnVisibilityMenu

public void _toggleColumnVisibilityMenu()

Toggels the visibility of the menu used to change the visibility of columns.


_updateScrollBarVisibility

public void _updateScrollBarVisibility()

Updates the visibility of the scrollbars in the meta columns.


_updateScrollerWidths

public void _updateScrollerWidths()

Updates the widths of all scrollers.


_updateStatusBar

public void _updateStatusBar()

Updates the text shown in the status bar.


addEventListener

public void addEventListener(java.lang.Object type,
                             java.lang.Object func,
                             java.lang.Object obj)

Add event listener to an object.


cancelEditing

public void cancelEditing()

Stops editing without writing the editor’s value to the model.


getAlwaysUpdateCells

public boolean getAlwaysUpdateCells()

Returns the (computed) value of the property alwaysUpdateCells.

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


getColumnVisibilityButtonVisible

public boolean getColumnVisibilityButtonVisible()

Returns the (computed) value of the property columnVisibilityButtonVisible.

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


getDataRowRenderer

public IRowRenderer getDataRowRenderer()

Returns the (computed) value of the property dataRowRenderer.

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


getFocusCellOnMouseMove

public boolean getFocusCellOnMouseMove()

Returns the (computed) value of the property focusCellOnMouseMove.

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


getFocusedColumn

public java.lang.Integer getFocusedColumn()

Returns the column of the currently focused cell.


getFocusedRow

public java.lang.Integer getFocusedRow()

Returns the row of the currently focused cell.


getHeaderCellHeight

public java.lang.Integer getHeaderCellHeight()

Returns the (computed) value of the property headerCellHeight.

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


getKeepFirstVisibleRowComplete

public boolean getKeepFirstVisibleRowComplete()

Returns the (computed) value of the property keepFirstVisibleRowComplete.

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


getMetaColumnCounts

public java.lang.Object getMetaColumnCounts()

Returns the (computed) value of the property metaColumnCounts.

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


getModalCellEditorPreOpenFunction

public java.lang.Object getModalCellEditorPreOpenFunction()

Returns the (computed) value of the property modalCellEditorPreOpenFunction.

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


getNewSelectionManager

public java.lang.Object getNewSelectionManager()

Returns the (computed) value of the property newSelectionManager.

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


getNewSelectionModel

public java.lang.Object getNewSelectionModel()

Returns the (computed) value of the property newSelectionModel.

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


getNewTableColumnModel

public java.lang.Object getNewTableColumnModel()

Returns the (computed) value of the property newTableColumnModel.

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


getNewTablePane

public java.lang.Object getNewTablePane()

Returns the (computed) value of the property newTablePane.

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


getNewTablePaneHeader

public java.lang.Object getNewTablePaneHeader()

Returns the (computed) value of the property newTablePaneHeader.

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


getNewTablePaneModel

public java.lang.Object getNewTablePaneModel()

Returns the (computed) value of the property newTablePaneModel.

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


getNewTablePaneScroller

public java.lang.Object getNewTablePaneScroller()

Returns the (computed) value of the property newTablePaneScroller.

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


getPaneScroller

public Scroller getPaneScroller(java.lang.Integer metaColumn)

Returns a TablePaneScroller of this table.


getRowHeight

public int getRowHeight()

Returns the (computed) value of the property rowHeight.

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


getSelectionModel

public Model getSelectionModel()

Returns the (computed) value of the property selectionModel.

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


getShowCellFocusIndicator

public boolean getShowCellFocusIndicator()

Returns the (computed) value of the property showCellFocusIndicator.

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


getStatusBarVisible

public boolean getStatusBarVisible()

Returns the (computed) value of the property statusBarVisible.

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


getTableColumnModel

public Basic getTableColumnModel()

Returns the (computed) value of the property tableColumnModel.

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


getTableModel

public ITableModel getTableModel()

Returns the (computed) value of the property tableModel.

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


getTablePaneScrollerAtPageX

public Scroller getTablePaneScrollerAtPageX(java.lang.Integer pageX)

Gets the TablePaneScroller at a certain x position in the page. If there is no TablePaneScroller at this postion, null is returned.


initAlwaysUpdateCells

public void initAlwaysUpdateCells(boolean arg)

Calls the apply method and dispatches the change event of the property alwaysUpdateCells 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: alwaysUpdateCells.


initColumnVisibilityButtonVisible

public void initColumnVisibilityButtonVisible(boolean arg)

Calls the apply method and dispatches the change event of the property columnVisibilityButtonVisible 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: columnVisibilityButtonVisible.


initDataRowRenderer

public void initDataRowRenderer(IRowRenderer arg)

Calls the apply method and dispatches the change event of the property dataRowRenderer 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: dataRowRenderer.


initFocusCellOnMouseMove

public void initFocusCellOnMouseMove(boolean arg)

Calls the apply method and dispatches the change event of the property focusCellOnMouseMove 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: focusCellOnMouseMove.


initHeaderCellHeight

public void initHeaderCellHeight(java.lang.Integer arg)

Calls the apply method and dispatches the change event of the property headerCellHeight 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: headerCellHeight.


initKeepFirstVisibleRowComplete

public void initKeepFirstVisibleRowComplete(boolean arg)

Calls the apply method and dispatches the change event of the property keepFirstVisibleRowComplete 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: keepFirstVisibleRowComplete.


initMetaColumnCounts

public void initMetaColumnCounts(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property metaColumnCounts 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: metaColumnCounts.


initModalCellEditorPreOpenFunction

public void initModalCellEditorPreOpenFunction(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property modalCellEditorPreOpenFunction 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: modalCellEditorPreOpenFunction.


initNewSelectionManager

public void initNewSelectionManager(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property newSelectionManager 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: newSelectionManager.


initNewSelectionModel

public void initNewSelectionModel(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property newSelectionModel 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: newSelectionModel.


initNewTableColumnModel

public void initNewTableColumnModel(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property newTableColumnModel 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: newTableColumnModel.


initNewTablePane

public void initNewTablePane(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property newTablePane 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: newTablePane.


initNewTablePaneHeader

public void initNewTablePaneHeader(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property newTablePaneHeader 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: newTablePaneHeader.


initNewTablePaneModel

public void initNewTablePaneModel(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property newTablePaneModel 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: newTablePaneModel.


initNewTablePaneScroller

public void initNewTablePaneScroller(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property newTablePaneScroller 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: newTablePaneScroller.


initRowHeight

public void initRowHeight(int arg)

Calls the apply method and dispatches the change event of the property rowHeight 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: rowHeight.


initSelectionModel

public void initSelectionModel(Model arg)

Calls the apply method and dispatches the change event of the property selectionModel 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: selectionModel.


initShowCellFocusIndicator

public void initShowCellFocusIndicator(boolean arg)

Calls the apply method and dispatches the change event of the property showCellFocusIndicator 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: showCellFocusIndicator.


initStatusBarVisible

public void initStatusBarVisible(boolean arg)

Calls the apply method and dispatches the change event of the property statusBarVisible 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: statusBarVisible.


initTableColumnModel

public void initTableColumnModel(Basic arg)

Calls the apply method and dispatches the change event of the property tableColumnModel 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: tableColumnModel.


initTableModel

public void initTableModel(ITableModel arg)

Calls the apply method and dispatches the change event of the property tableModel 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: tableModel.


isAlwaysUpdateCells

public boolean isAlwaysUpdateCells()

Check whether the (computed) value of the boolean property alwaysUpdateCells equals true.

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


isColumnVisibilityButtonVisible

public boolean isColumnVisibilityButtonVisible()

Check whether the (computed) value of the boolean property columnVisibilityButtonVisible equals true.

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


isEditing

public java.lang.Object isEditing()

Returns whether currently a cell is editing.


isFocusCellOnMouseMove

public boolean isFocusCellOnMouseMove()

Check whether the (computed) value of the boolean property focusCellOnMouseMove equals true.

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


isKeepFirstVisibleRowComplete

public boolean isKeepFirstVisibleRowComplete()

Check whether the (computed) value of the boolean property keepFirstVisibleRowComplete equals true.

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


isShowCellFocusIndicator

public boolean isShowCellFocusIndicator()

Check whether the (computed) value of the boolean property showCellFocusIndicator equals true.

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


isStatusBarVisible

public boolean isStatusBarVisible()

Check whether the (computed) value of the boolean property statusBarVisible equals true.

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


moveFocusedCell

public void moveFocusedCell(java.lang.Integer deltaX,
                            java.lang.Integer deltaY)

Moves the focus.


postponedUpdateContent

public void postponedUpdateContent()

Does a postponed update of the table content.


removeEventListener

public void removeEventListener(java.lang.Object type,
                                java.lang.Object func,
                                java.lang.Object obj)

Remove event listener from object


resetAlwaysUpdateCells

public void resetAlwaysUpdateCells()

Resets the user value of the property alwaysUpdateCells.

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: alwaysUpdateCells.


resetColumnVisibilityButtonVisible

public void resetColumnVisibilityButtonVisible()

Resets the user value of the property columnVisibilityButtonVisible.

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: columnVisibilityButtonVisible.


resetDataRowRenderer

public void resetDataRowRenderer()

Resets the user value of the property dataRowRenderer.

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: dataRowRenderer.


resetFocusCellOnMouseMove

public void resetFocusCellOnMouseMove()

Resets the user value of the property focusCellOnMouseMove.

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: focusCellOnMouseMove.


resetHeaderCellHeight

public void resetHeaderCellHeight()

Resets the user value of the property headerCellHeight.

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: headerCellHeight.


resetKeepFirstVisibleRowComplete

public void resetKeepFirstVisibleRowComplete()

Resets the user value of the property keepFirstVisibleRowComplete.

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: keepFirstVisibleRowComplete.


resetMetaColumnCounts

public void resetMetaColumnCounts()

Resets the user value of the property metaColumnCounts.

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: metaColumnCounts.


resetModalCellEditorPreOpenFunction

public void resetModalCellEditorPreOpenFunction()

Resets the user value of the property modalCellEditorPreOpenFunction.

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: modalCellEditorPreOpenFunction.


resetNewSelectionManager

public void resetNewSelectionManager()

Resets the user value of the property newSelectionManager.

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: newSelectionManager.


resetNewSelectionModel

public void resetNewSelectionModel()

Resets the user value of the property newSelectionModel.

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: newSelectionModel.


resetNewTableColumnModel

public void resetNewTableColumnModel()

Resets the user value of the property newTableColumnModel.

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: newTableColumnModel.


resetNewTablePane

public void resetNewTablePane()

Resets the user value of the property newTablePane.

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: newTablePane.


resetNewTablePaneHeader

public void resetNewTablePaneHeader()

Resets the user value of the property newTablePaneHeader.

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: newTablePaneHeader.


resetNewTablePaneModel

public void resetNewTablePaneModel()

Resets the user value of the property newTablePaneModel.

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: newTablePaneModel.


resetNewTablePaneScroller

public void resetNewTablePaneScroller()

Resets the user value of the property newTablePaneScroller.

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: newTablePaneScroller.


resetRowHeight

public void resetRowHeight()

Resets the user value of the property rowHeight.

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: rowHeight.


resetSelectionModel

public void resetSelectionModel()

Resets the user value of the property selectionModel.

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: selectionModel.


resetShowCellFocusIndicator

public void resetShowCellFocusIndicator()

Resets the user value of the property showCellFocusIndicator.

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: showCellFocusIndicator.


resetStatusBarVisible

public void resetStatusBarVisible()

Resets the user value of the property statusBarVisible.

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: statusBarVisible.


resetTableColumnModel

public void resetTableColumnModel()

Resets the user value of the property tableColumnModel.

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: tableColumnModel.


resetTableModel

public void resetTableModel()

Resets the user value of the property tableModel.

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: tableModel.


scrollCellVisible

public void scrollCellVisible(java.lang.Integer col,
                              java.lang.Integer row)

Scrolls a cell visible.


setAlwaysUpdateCells

public void setAlwaysUpdateCells(boolean arg)

Sets the user value of the property alwaysUpdateCells.

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


setColumnVisibilityButtonVisible

public void setColumnVisibilityButtonVisible(boolean arg)

Sets the user value of the property columnVisibilityButtonVisible.

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


setColumnWidth

public void setColumnWidth(java.lang.Integer col,
                           java.lang.Integer width)

Sets the width of a column.


setDataRowRenderer

public void setDataRowRenderer(IRowRenderer arg)

Sets the user value of the property dataRowRenderer.

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


setFocusCellOnMouseMove

public void setFocusCellOnMouseMove(boolean arg)

Sets the user value of the property focusCellOnMouseMove.

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


setFocusedCell

public void setFocusedCell(java.lang.Integer col,
                           java.lang.Integer row,
                           boolean scrollVisible)

Sets the currently focused cell.


setHeaderCellHeight

public void setHeaderCellHeight(java.lang.Integer arg)

Sets the user value of the property headerCellHeight.

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


setKeepFirstVisibleRowComplete

public void setKeepFirstVisibleRowComplete(boolean arg)

Sets the user value of the property keepFirstVisibleRowComplete.

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


setMetaColumnCounts

public void setMetaColumnCounts(java.lang.Object arg)

Sets the user value of the property metaColumnCounts.

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


setModalCellEditorPreOpenFunction

public void setModalCellEditorPreOpenFunction(java.lang.Object arg)

Sets the user value of the property modalCellEditorPreOpenFunction.

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


setNewSelectionManager

public void setNewSelectionManager(java.lang.Object arg)

Sets the user value of the property newSelectionManager.

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


setNewSelectionModel

public void setNewSelectionModel(java.lang.Object arg)

Sets the user value of the property newSelectionModel.

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


setNewTableColumnModel

public void setNewTableColumnModel(java.lang.Object arg)

Sets the user value of the property newTableColumnModel.

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


setNewTablePane

public void setNewTablePane(java.lang.Object arg)

Sets the user value of the property newTablePane.

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


setNewTablePaneHeader

public void setNewTablePaneHeader(java.lang.Object arg)

Sets the user value of the property newTablePaneHeader.

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


setNewTablePaneModel

public void setNewTablePaneModel(java.lang.Object arg)

Sets the user value of the property newTablePaneModel.

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


setNewTablePaneScroller

public void setNewTablePaneScroller(java.lang.Object arg)

Sets the user value of the property newTablePaneScroller.

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


setRowHeight

public void setRowHeight(int arg)

Sets the user value of the property rowHeight.

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


setSelectionModel

public void setSelectionModel(Model arg)

Sets the user value of the property selectionModel.

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


setShowCellFocusIndicator

public void setShowCellFocusIndicator(boolean arg)

Sets the user value of the property showCellFocusIndicator.

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


setStatusBarVisible

public void setStatusBarVisible(boolean arg)

Sets the user value of the property statusBarVisible.

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


setTableColumnModel

public void setTableColumnModel(Basic arg)

Sets the user value of the property tableColumnModel.

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


setTableModel

public void setTableModel(ITableModel arg)

Sets the user value of the property tableModel.

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


startEditing

public boolean startEditing()

Starts editing the currently focused cell. Does nothing if already editing or if the column is not editable.


stopEditing

public void stopEditing()

Stops editing and writes the editor’s value to the model.


toggleAlwaysUpdateCells

public boolean toggleAlwaysUpdateCells()

Toggles the (computed) value of the boolean property alwaysUpdateCells.

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


toggleColumnVisibilityButtonVisible

public boolean toggleColumnVisibilityButtonVisible()

Toggles the (computed) value of the boolean property columnVisibilityButtonVisible.

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


toggleFocusCellOnMouseMove

public boolean toggleFocusCellOnMouseMove()

Toggles the (computed) value of the boolean property focusCellOnMouseMove.

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


toggleKeepFirstVisibleRowComplete

public boolean toggleKeepFirstVisibleRowComplete()

Toggles the (computed) value of the boolean property keepFirstVisibleRowComplete.

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


toggleShowCellFocusIndicator

public boolean toggleShowCellFocusIndicator()

Toggles the (computed) value of the boolean property showCellFocusIndicator.

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


toggleStatusBarVisible

public boolean toggleStatusBarVisible()

Toggles the (computed) value of the boolean property statusBarVisible.

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


updateContent

public void updateContent()

Update the table content of every attached table pane.



Copyright © 2008 1&1. All Rights Reserved.