T - o tipo do valor a ser gerado.public interface ColumnGenerator<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getValueAt(int rowIndex)
Obtém o valor para a linha de um determinado índice da tabela.
|
T getValueAt(int rowIndex)
rowIndex - o índice da linha.Copyright © 2018. All Rights Reserved.