public interface CellDataProviderI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCellRenderedValueAt(int rowIndex,
int columnIndex)
Returns the rendered string from the column and row with the given indexes.
|
java.lang.Object |
getCellValueAt(int rowIndex,
int columnIndex)
Returns the object from the column and row with the given indexes.
|
float |
getCharacterUnitWidth()
Returns the character unit width.
|
L10nDateFormat |
getColumnDisplayFormatAsL10nDateFormat(int columnIndex)
Returns the localized date format for the column with the given index if it contains a Date type.
|
L10nDecimalFormat |
getColumnDisplayFormatAsL10nDecimalFormat(int columnIndex)
Returns the localized decimal format for the column with the given index if it contains a Number type.
|
java.lang.String |
getColumnTitle(int columnIndex)
Returns the title of the column with the given index.
|
java.lang.Integer |
getColumnWidth(int columnIndex)
Returns the width of the column with the given index.
|
int[] |
getSelectedColumns()
Returns an int array with the indexes of the selected columns.
|
int[] |
getSelectedRows()
Returns an int array with the indexes of the selected rows.
|
static final java.lang.String $0
int[] getSelectedColumns()
int[] getSelectedRows()
java.lang.String getColumnTitle(int columnIndex)
columnIndex
- the index of the columnjava.lang.Integer getColumnWidth(int columnIndex)
columnIndex
- the index of the columnfloat getCharacterUnitWidth()
SwingTools#getCharacterUnitWidth
L10nDateFormat getColumnDisplayFormatAsL10nDateFormat(int columnIndex)
columnIndex
- the index of the columnL10nDateFormat
L10nDecimalFormat getColumnDisplayFormatAsL10nDecimalFormat(int columnIndex)
columnIndex
- the index of the columnL10nDecimalFormat
java.lang.Object getCellValueAt(int rowIndex, int columnIndex)
rowIndex
- the index of the rowcolumnIndex
- the index of the columnjava.lang.String getCellRenderedValueAt(int rowIndex, int columnIndex)
rowIndex
- the index of the rowcolumnIndex
- the index of the columnCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.