public interface ITable extends IControl, ITableCommon, IListSelectionVetoObservable
| Modifier and Type | Method and Description |
|---|---|
int |
convertColumnIndexToModel(int viewIndex) |
int |
convertColumnIndexToView(int modelIndex) |
int |
getColumnCount() |
int |
getRowCount() |
void |
moveColumn(int oldViewIndex,
int newViewIndex) |
void |
pack() |
void |
pack(int columnIndex) |
void |
resetColumnPermutation() |
void |
scrollToEnd()
Scrolls the viewport to the last row.
|
void |
scrollToSelection()
Scrolls the viewport to the first selected row.
|
getDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSizecreatePopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreendispose, isDisposedaddDisposeListener, removeDisposeListeneraddShowingStateListener, removeShowingStateListeneraddParentListener, removeParentListenercancelEditing, editCell, getCellPosition, getCellSize, getColumnPermutation, getSelection, getVisibleRows, isColumnPopupDetectionSupported, isEditing, pack, pack, resetFromModel, scrollToRow, setColumnPermutation, setEditable, setRowHeight, setSelection, stopEditingaddTableSelectionListener, removeTableSelectionListeneraddTableCellListener, removeTableCellListeneraddTableCellPopupDetectionListener, removeTableCellPopupDetectionListeneraddTableColumnListener, removeTableColumnListeneraddTableColumnPopupDetectionListener, removeTableColumnPopupDetectionListenergetLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipTextgetBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListeneraddSelectionVetoListener, removeSelectionVetoListenervoid pack()
void pack(int columnIndex)
int getRowCount()
int getColumnCount()
int convertColumnIndexToView(int modelIndex)
int convertColumnIndexToModel(int viewIndex)
void moveColumn(int oldViewIndex,
int newViewIndex)
void scrollToSelection()
ITableCommon.scrollToRow(int)void scrollToEnd()
ITableCommon.scrollToRow(int)void resetColumnPermutation()
Siehe auch Jowidgets Nutzerhandbuch