|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.core.Parent
qx.ui.layout.BoxLayout
qx.ui.layout.VerticalBoxLayout
qx.ui.table.Table
public class Table
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.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Table()
public Table(ITableModel tableModel)
public Table(ITableModel tableModel, java.lang.Object custom)
Method Detail |
---|
public void _afterAppear()
_afterAppear
in class Parent
public void _applyColumnVisibilityButtonVisible(java.lang.Object value, java.lang.Object old)
public void _applyFocusCellOnMouseMove(java.lang.Object value, java.lang.Object old)
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.
public void _applyKeepFirstVisibleRowComplete(java.lang.Object value, java.lang.Object old)
public void _applyMetaColumnCounts(java.lang.Object value, java.lang.Object old)
public void _applySelectionModel(java.lang.Object value, java.lang.Object old)
public void _applyShowCellFocusIndicator(java.lang.Object value, java.lang.Object old)
public void _applyStatusBarVisible(java.lang.Object value, java.lang.Object old)
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)
.
public void _applyTableModel(java.lang.Object value, java.lang.Object old)
public void _changeInnerHeight(java.lang.Object vNew, java.lang.Object vOld)
_changeInnerHeight
in class Parent
public void _changeInnerWidth(java.lang.Object vNew, java.lang.Object vOld)
_changeInnerWidth
in class Parent
public void _cleanupColumnVisibilityMenu()
Cleans up the column visibility menu.
public void _cleanUpMetaColumns(java.lang.Integer fromMetaColumn)
Cleans up the meta columns.
public java.lang.Object _createColumnVisibilityCheckBoxHandler(java.lang.Integer col)
Creates a handler for a check box of the column visibility menu.
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.
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.
public Scroller _getPaneScrollerArr()
Returns an array containing all TablePaneScrollers in this table.
public Manager _getSelectionManager()
Returns the selection manager.
public void _onChangeLocale(Event evt)
Event handler. Called when the locale has changed.
public void _onColOrderChanged(java.lang.Object evt)
Event handler. Called when the column order has changed.
public void _onColumnVisibilityBtExecuted()
Event handler. Called when the column visibiliy button was executed.
public void _onColVisibilityChanged(java.lang.Object evt)
Event handler. Called when the visibility of a column has changed.
public void _onColWidthChanged(java.lang.Object evt)
Event handler. Called when the width of a column has changed.
public void _onFocusChanged(java.lang.Object evt)
Event handler. Called when the table gets the focus.
public void _onkeydown(java.lang.Object evt)
Event handler. Called when a key was pressed.
public void _onkeypress(KeyEvent evt)
Event handler. Called when a key was pressed.
public void _onScrollY(java.lang.Object evt)
Event handler. Called when a TablePaneScroller has been scrolled vertically.
public void _onSelectionChanged(java.lang.Object evt)
Event handler. Called when the selection has changed.
public void _onTableModelDataChanged(java.lang.Object evt)
Event handler. Called when the table model data has changed.
public void _onTableModelMetaDataChanged(java.lang.Object evt)
Event handler. Called when the table model meta data has changed.
public void _toggleColumnVisibilityMenu()
Toggels the visibility of the menu used to change the visibility of columns.
public void _updateScrollBarVisibility()
Updates the visibility of the scrollbars in the meta columns.
public void _updateScrollerWidths()
Updates the widths of all scrollers.
public void _updateStatusBar()
Updates the text shown in the status bar.
public void addEventListener(java.lang.Object type, java.lang.Object func, java.lang.Object obj)
Add event listener to an object.
public void cancelEditing()
Stops editing without writing the editor’s value to the model.
public boolean getAlwaysUpdateCells()
Returns the (computed) value of the property alwaysUpdateCells
.
For further details take a look at the property definition: alwaysUpdateCells
.
public boolean getColumnVisibilityButtonVisible()
Returns the (computed) value of the property columnVisibilityButtonVisible
.
For further details take a look at the property definition: columnVisibilityButtonVisible
.
public IRowRenderer getDataRowRenderer()
Returns the (computed) value of the property dataRowRenderer
.
For further details take a look at the property definition: dataRowRenderer
.
public boolean getFocusCellOnMouseMove()
Returns the (computed) value of the property focusCellOnMouseMove
.
For further details take a look at the property definition: focusCellOnMouseMove
.
public java.lang.Integer getFocusedColumn()
Returns the column of the currently focused cell.
public java.lang.Integer getFocusedRow()
Returns the row of the currently focused cell.
public java.lang.Integer getHeaderCellHeight()
Returns the (computed) value of the property headerCellHeight
.
For further details take a look at the property definition: headerCellHeight
.
public boolean getKeepFirstVisibleRowComplete()
Returns the (computed) value of the property keepFirstVisibleRowComplete
.
For further details take a look at the property definition: keepFirstVisibleRowComplete
.
public java.lang.Object getMetaColumnCounts()
Returns the (computed) value of the property metaColumnCounts
.
For further details take a look at the property definition: metaColumnCounts
.
public java.lang.Object getModalCellEditorPreOpenFunction()
Returns the (computed) value of the property modalCellEditorPreOpenFunction
.
For further details take a look at the property definition: modalCellEditorPreOpenFunction
.
public java.lang.Object getNewSelectionManager()
Returns the (computed) value of the property newSelectionManager
.
For further details take a look at the property definition: newSelectionManager
.
public java.lang.Object getNewSelectionModel()
Returns the (computed) value of the property newSelectionModel
.
For further details take a look at the property definition: newSelectionModel
.
public java.lang.Object getNewTableColumnModel()
Returns the (computed) value of the property newTableColumnModel
.
For further details take a look at the property definition: newTableColumnModel
.
public java.lang.Object getNewTablePane()
Returns the (computed) value of the property newTablePane
.
For further details take a look at the property definition: newTablePane
.
public java.lang.Object getNewTablePaneHeader()
Returns the (computed) value of the property newTablePaneHeader
.
For further details take a look at the property definition: newTablePaneHeader
.
public java.lang.Object getNewTablePaneModel()
Returns the (computed) value of the property newTablePaneModel
.
For further details take a look at the property definition: newTablePaneModel
.
public java.lang.Object getNewTablePaneScroller()
Returns the (computed) value of the property newTablePaneScroller
.
For further details take a look at the property definition: newTablePaneScroller
.
public Scroller getPaneScroller(java.lang.Integer metaColumn)
Returns a TablePaneScroller of this table.
public int getRowHeight()
Returns the (computed) value of the property rowHeight
.
For further details take a look at the property definition: rowHeight
.
public Model getSelectionModel()
Returns the (computed) value of the property selectionModel
.
For further details take a look at the property definition: selectionModel
.
public boolean getShowCellFocusIndicator()
Returns the (computed) value of the property showCellFocusIndicator
.
For further details take a look at the property definition: showCellFocusIndicator
.
public boolean getStatusBarVisible()
Returns the (computed) value of the property statusBarVisible
.
For further details take a look at the property definition: statusBarVisible
.
public Basic getTableColumnModel()
Returns the (computed) value of the property tableColumnModel
.
For further details take a look at the property definition: tableColumnModel
.
public ITableModel getTableModel()
Returns the (computed) value of the property tableModel
.
For further details take a look at the property definition: tableModel
.
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.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
public java.lang.Object isEditing()
Returns whether currently a cell is editing.
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
.
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
.
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
.
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
.
public void moveFocusedCell(java.lang.Integer deltaX, java.lang.Integer deltaY)
Moves the focus.
public void postponedUpdateContent()
Does a postponed update of the table content.
public void removeEventListener(java.lang.Object type, java.lang.Object func, java.lang.Object obj)
Remove event listener from object
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
public void scrollCellVisible(java.lang.Integer col, java.lang.Integer row)
Scrolls a cell visible.
public void setAlwaysUpdateCells(boolean arg)
Sets the user value of the property alwaysUpdateCells
.
For further details take a look at the property definition: alwaysUpdateCells
.
public void setColumnVisibilityButtonVisible(boolean arg)
Sets the user value of the property columnVisibilityButtonVisible
.
For further details take a look at the property definition: columnVisibilityButtonVisible
.
public void setColumnWidth(java.lang.Integer col, java.lang.Integer width)
Sets the width of a column.
public void setDataRowRenderer(IRowRenderer arg)
Sets the user value of the property dataRowRenderer
.
For further details take a look at the property definition: dataRowRenderer
.
public void setFocusCellOnMouseMove(boolean arg)
Sets the user value of the property focusCellOnMouseMove
.
For further details take a look at the property definition: focusCellOnMouseMove
.
public void setFocusedCell(java.lang.Integer col, java.lang.Integer row, boolean scrollVisible)
Sets the currently focused cell.
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
.
public void setKeepFirstVisibleRowComplete(boolean arg)
Sets the user value of the property keepFirstVisibleRowComplete
.
For further details take a look at the property definition: keepFirstVisibleRowComplete
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
public void setRowHeight(int arg)
Sets the user value of the property rowHeight
.
For further details take a look at the property definition: rowHeight
.
public void setSelectionModel(Model arg)
Sets the user value of the property selectionModel
.
For further details take a look at the property definition: selectionModel
.
public void setShowCellFocusIndicator(boolean arg)
Sets the user value of the property showCellFocusIndicator
.
For further details take a look at the property definition: showCellFocusIndicator
.
public void setStatusBarVisible(boolean arg)
Sets the user value of the property statusBarVisible
.
For further details take a look at the property definition: statusBarVisible
.
public void setTableColumnModel(Basic arg)
Sets the user value of the property tableColumnModel
.
For further details take a look at the property definition: tableColumnModel
.
public void setTableModel(ITableModel arg)
Sets the user value of the property tableModel
.
For further details take a look at the property definition: tableModel
.
public boolean startEditing()
Starts editing the currently focused cell. Does nothing if already editing or if the column is not editable.
public void stopEditing()
Stops editing and writes the editor’s value to the model.
public boolean toggleAlwaysUpdateCells()
Toggles the (computed) value of the boolean property alwaysUpdateCells
.
For further details take a look at the property definition: alwaysUpdateCells
.
public boolean toggleColumnVisibilityButtonVisible()
Toggles the (computed) value of the boolean property columnVisibilityButtonVisible
.
For further details take a look at the property definition: columnVisibilityButtonVisible
.
public boolean toggleFocusCellOnMouseMove()
Toggles the (computed) value of the boolean property focusCellOnMouseMove
.
For further details take a look at the property definition: focusCellOnMouseMove
.
public boolean toggleKeepFirstVisibleRowComplete()
Toggles the (computed) value of the boolean property keepFirstVisibleRowComplete
.
For further details take a look at the property definition: keepFirstVisibleRowComplete
.
public boolean toggleShowCellFocusIndicator()
Toggles the (computed) value of the boolean property showCellFocusIndicator
.
For further details take a look at the property definition: showCellFocusIndicator
.
public boolean toggleStatusBarVisible()
Toggles the (computed) value of the boolean property statusBarVisible
.
For further details take a look at the property definition: statusBarVisible
.
public void updateContent()
Update the table content of every attached table pane.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |