|
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 the Table bean must adhere.
| Fields inherited from interface oracle.dss.gridView.GridViewSizingManager |
NO_SIZE |
| Method Summary | |
int |
getCalculatedColumnHeaderRowHeight()Get the calculated height for the column header row. |
int |
getCalculatedRowHeaderColumnWidth()Get the calculated width for the row header column. |
int |
getColumnHeaderRowHeight()Get the height of the column header row in the Table. |
int |
getPreferredColumnHeaderRowHeight()Get the preferred height for the column header row. |
int |
getPreferredRowHeaderColumnWidth()Get the preferred width for the row header column. |
int |
getRowHeaderColumnWidth()Get the width of the row header column in the Table. |
void |
setCalculatedColumnHeaderRowHeight(int height)Set the calculated height for the column header row. |
void |
setCalculatedRowHeaderColumnWidth(int width)Set the calculated width for the row header column. |
void |
setPreferredColumnHeaderRowHeight(int height)Set the preferred height for the column header row. |
void |
setPreferredRowHeaderColumnWidth(int width)Set the preferred width for the row header column. |
| Methods inherited from interface oracle.dss.dataView.Manager |
dataSourceChanged |
| Method Detail |
public void setCalculatedColumnHeaderRowHeight(int height)
height - the new calculated height for the row, in pixels; can be NO_SIZE in order to clear a previously set valuepublic int getCalculatedColumnHeaderRowHeight()
public void setCalculatedRowHeaderColumnWidth(int width)
width - the new calculated width for the column, in pixels; can be NO_SIZE in order to clear a previously set valuepublic int getCalculatedRowHeaderColumnWidth()
public void setPreferredColumnHeaderRowHeight(int height)
height - new height, in pixels; can be NO_SIZE in order to clear a previously set valuepublic int getPreferredColumnHeaderRowHeight()
public void setPreferredRowHeaderColumnWidth(int width)
width - new width, in pixels; can be NO_SIZE in order to clear a previously set valuepublic int getPreferredRowHeaderColumnWidth()
public int getRowHeaderColumnWidth()
public int getColumnHeaderRowHeight()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||