Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected void | doSelect(final double x, final double y, final MouseButton button, final int clickCount, final boolean shiftDown, final boolean shortcutDown)
Overrides com. * Private implementation * * |
protected abstract void | |
private int | |
protected abstract TablePositionBase | |
protected abstract TableFocusModel | getFocusModel()
Implements abstract com.
|
protected abstract int | |
protected abstract TableSelectionModel | getSelectionModel()
Implements abstract com.
|
protected abstract TableColumnBase | |
protected abstract int | getVisibleLeafIndex(TableColumnBase<S, T> tc)
Returns the position of the given table column in the visible leaf columns list of the underlying control. |
protected boolean | |
protected abstract boolean | |
protected void | simpleSelect(MouseButton button, int clickCount, boolean shortcutDown)
Overrides com.
|
TableCellBehaviorBase | back to summary |
---|---|
public TableCellBehaviorBase(C control) * Constructors * * |
doSelect | back to summary |
---|---|
protected void doSelect(final double x, final double y, final MouseButton button, final int clickCount, final boolean shiftDown, final boolean shortcutDown) Overrides com. * Private implementation * *
|
focus | back to summary |
---|---|
protected abstract void focus(int row, TableColumnBase<S, T> tc) |
getColumn | back to summary |
---|---|
private int getColumn() |
getFocusedCell | back to summary |
---|---|
protected abstract TablePositionBase |
getFocusModel | back to summary |
---|---|
protected abstract TableFocusModel Implements abstract com.
|
getItemCount | back to summary |
---|---|
protected abstract int getItemCount() |
getSelectionModel | back to summary |
---|---|
protected abstract TableSelectionModel Implements abstract com.
|
getTableColumn | back to summary |
---|---|
protected abstract TableColumnBase * Abstract API * * |
getVisibleLeafIndex | back to summary |
---|---|
protected abstract int getVisibleLeafIndex(TableColumnBase<S, T> tc) Returns the position of the given table column in the visible leaf columns list of the underlying control. |
isSelected | back to summary |
---|---|
protected boolean isSelected() Overrides com.
|
isTableRowSelected | back to summary |
---|---|
protected abstract boolean isTableRowSelected() |
simpleSelect | back to summary |
---|---|
protected void simpleSelect(MouseButton button, int clickCount, boolean shortcutDown) Overrides com.
|