|
|||||||||
| Home >> All >> org >> jfor >> jfor >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jfor.jfor.interfaces
Interface ITableColumnsInfo

- public interface ITableColumnsInfo
Used to get information about tables, for example when handling nested tables
| Field Summary | |
static float |
INVALID_COLUM_WIDTH
|
| Method Summary | |
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 |
| Field Detail |
INVALID_COLUM_WIDTH
public static final float INVALID_COLUM_WIDTH
- See Also:
- Constant Field Values
| Method Detail |
selectFirstColumn
public void selectFirstColumn()
- reset the column iteration index, meant to be called when creating a new row
selectNextColumn
public void selectNextColumn()
- increment the column iteration index
getColumnWidth
public float getColumnWidth()
- get current column width according to column iteration index
getColumnIndex
public int getColumnIndex()
- return current column iteration index
getNumberOfColumns
public int getNumberOfColumns()
- return number of columns
|
|||||||||
| Home >> All >> org >> jfor >> jfor >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC