|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface defines the API to which a class implementing custom data sizing for a GridView must adhere.
| Field Summary | |
static int |
NO_SIZEIndicates that there is no particular size to be applied based on this request to the manager. |
| Method Summary | |
void |
clearCalculatedSizes()Clear all calculated sizes. |
void |
clearPreferredSizes()Clear all preferred sizes. |
int |
getCalculatedColumnWidth(int column)Get the calculated width for a column. |
int |
getCalculatedRowHeight(int row)Get the calculated height for a row. |
int |
getColumnWidth(int column)Get the width of a column in the GridView. |
int |
getDefaultColumnHeaderRowHeight()Get the default height for the column header row(s). |
int |
getDefaultColumnWidth()Get the default width for all databody columns. |
int |
getDefaultRowHeaderColumnWidth()Get the default width for the row header column(s). |
int |
getDefaultRowHeight()Get the default height for all databody rows. |
int |
getPreferredColumnWidth(int column)Get the preferred width for a column. |
int |
getPreferredRowHeight(int row)Get the preferred height for a row. |
int |
getRowHeight(int row)Get the height of a row in the GridView. |
void |
reset()Reset the manager back to its initial state. |
void |
setCalculatedColumnWidth(int column, int width)Set the calculated width for a column. |
void |
setCalculatedRowHeight(int row, int height)Set the calculated height for a row. |
void |
setDefaultColumnHeaderRowHeight(int height)Set the default height for the column header row(s). |
void |
setDefaultColumnWidth(int width)Set the default width for all databody columns. |
void |
setDefaultRowHeaderColumnWidth(int width)Set the default width for the row header column(s). |
void |
setDefaultRowHeight(int height)Set the default height for all databody rows. |
void |
setPreferredColumnWidth(int column, int width)Set the preferred width for a column. |
void |
setPreferredRowHeight(int row, int height)Set the preferred height for a row. |
| Methods inherited from interface oracle.dss.dataView.Manager |
dataSourceChanged |
| Field Detail |
public static final int NO_SIZE
| Method Detail |
public void setDefaultRowHeight(int height)
height - the new default height for all databody rows, in pixelspublic int getDefaultRowHeight()
public void setDefaultColumnWidth(int width)
width - the new default width for all databody columns, in pixelspublic int getDefaultColumnWidth()
public void setCalculatedRowHeight(int row,
int height)
row - the row whose height will be setheight - the new calculated height for the row, in pixels; can be NO_SIZE in order to clear a previously set valuepublic int getCalculatedRowHeight(int row)
row - the row in question
public void setCalculatedColumnWidth(int column,
int width)
column - the column whose width will be setwidth - the new calculated width for the column, in pixels; can be NO_SIZE in order to clear a previously set valuepublic int getCalculatedColumnWidth(int column)
column - the column in question
public void setPreferredRowHeight(int row,
int height)
row - row whose height changed.height - new height, in pixels; can be NO_SIZE in order to clear a previously set valuepublic int getPreferredRowHeight(int row)
row - the row in question
public void setPreferredColumnWidth(int column,
int width)
column - column whose width changed.height - new width, in pixels; can be NO_SIZE in order to clear a previously set valuepublic int getPreferredColumnWidth(int column)
column - the column in questionpublic int getRowHeight(int row)
row - row whose height to returnpublic int getColumnWidth(int column)
column - column whose width to returnpublic void setDefaultColumnHeaderRowHeight(int height)
height - the new default height for the column header row(s), in pixelspublic int getDefaultColumnHeaderRowHeight()
public void setDefaultRowHeaderColumnWidth(int width)
width - the new default width for the row header column(s), in pixelspublic int getDefaultRowHeaderColumnWidth()
public void clearCalculatedSizes()
public void clearPreferredSizes()
public void reset()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||