public static class ProductSearchProductDetailRenderer.NullTableModel extends AbstractTableModel
listeners| Constructor and Description |
|---|
NullTableModel() |
| Modifier and Type | Method and Description |
|---|---|
UIEditor |
getCellEditor(int colIndex,
int rowIndex)
Returns the editor associated with the cell at position (
colIndex, rowIndex). |
CellRenderer |
getCellRenderer(int columnIndex) |
ColumnModel |
getColumnComponentModel()
Returns this table model's column model.
|
ListComponentModel |
getListComponentModel()
Returns this table model's list model.
|
CellRenderer |
getNewInlineItemRenderer(int columnIndex)
Gets the new inline item renderer.
|
Object |
getValueAt(int colIndex,
int rowIndex)
Returns the value of the cell at position (
colIndex, rowIndex). |
boolean |
isCellEditable(int colIndex,
int rowIndex)
Returns whether the cell at position (
colIndex, rowIndex) can be edited or not. |
boolean |
isCellSelectable(int colIndex,
int rowIndex)
Returns whether the cell at position (
colIndex, rowIndex) can be selected or not. |
boolean |
isCellSelected(int colIndex,
int rowIndex)
Returns whether the cell at position (
colIndex, rowIndex) is selected or not. |
addTableModelListener, fireCellChanged, fireEvent, fireSelectionChanged, getUIAccessRightService, removeTableModelListenerpublic ListComponentModel getListComponentModel()
TableModelListComponentModelpublic ColumnModel getColumnComponentModel()
TableModelColumnModelpublic Object getValueAt(int colIndex, int rowIndex)
TableModelcolIndex, rowIndex).colIndex - zero based column position indexrowIndex - zero based row position indexpublic boolean isCellSelected(int colIndex,
int rowIndex)
TableModelcolIndex, rowIndex) is selected or not.colIndex - zero based column position indexrowIndex - zero based row position indextrue if a cell exists at the specified position and is selected, false otherwisepublic boolean isCellEditable(int colIndex,
int rowIndex)
TableModelcolIndex, rowIndex) can be edited or not.colIndex - zero based column position indexrowIndex - zero based row position indextrue if a cell exists at the specified position and is editable, false otherwisepublic boolean isCellSelectable(int colIndex,
int rowIndex)
TableModelcolIndex, rowIndex) can be selected or not.colIndex - zero based column position indexrowIndex - zero based row position indextrue if a cell exists at the specified position and is selectable, false
otherwisepublic UIEditor getCellEditor(int colIndex, int rowIndex)
TableModelcolIndex, rowIndex).colIndex - zero based column position indexrowIndex - zero based row position indexUIEditorpublic CellRenderer getCellRenderer(int columnIndex)
public CellRenderer getNewInlineItemRenderer(int columnIndex)
TableModelcolumnIndex - the column indexCopyright © 2017 SAP SE. All Rights Reserved.