|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Specifies the range of rows to consider in the calculation of automatic sizes for cells. Implement this callback in your application if you want finer control over the range of rows that the view uses than is possible through the AutoFitRowCount property. If no callback is registered with the GridView, then view uses the value of AutoFitRowCount to determine the number of rows it considers in calculating sizes.
GridView.setAutoFitRowRangeCallback(oracle.dss.gridView.AutoFitRowRangeCallback), GridView.setAutoFitRowCount(int), GridView.setAutoFitScope(int)| Method Summary | |
void |
endAutoFit()The GridView calls this method after it has finished calculating the automatic sizes. |
Range |
startAutoFit(int row)Specifies the range of rows to consider when calculating sizes of cells in a GridView. |
| Method Detail |
public Range startAutoFit(int row)
GridView. The GridView calls this at the start of an autofit operation.
Gridview uses row zero as the first row in the range.GridView uses the last row in the data access as the last row in the range.null range, then the view uses the value of the AutoFitRowCount to determine the range of rows to consider.row - The first visible row of the GridView. If the GridView is not visible, then the GridView passes the the first row of the DataSource, which is row zero.public void endAutoFit()
GridView calls this method after it has finished calculating the automatic sizes.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||