public interface ITableColumnsInfo
Modifier and Type | Field and Description |
---|---|
static float |
INVALID_COLUM_WIDTH |
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
return current column iteration index
|
float |
getColumnWidth()
get current column width according to column iteration index
|
int |
getNumberOfColumns()
return number of columns
|
void |
selectFirstColumn()
reset the column iteration index, meant to be called when creating a new row
|
void |
selectNextColumn()
increment the column iteration index
|
static final float INVALID_COLUM_WIDTH
void selectFirstColumn()
void selectNextColumn()
float getColumnWidth()
int getColumnIndex()
int getNumberOfColumns()