|
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 describes the API to which a class implementing data and object selection for view beans must adhere.
| Method Summary | |
boolean |
canEditCell(int row, int column)Can this cell be edited? If false, it won't be editable as selected. |
boolean |
canSelectCell(int row, int column)Can this cell be selected? If false, it won't be shown as selected. |
boolean |
canSelectColumn(int column)Can this column be selected? If false, it won't be shown as selected. |
boolean |
canSelectRow(int row)Can this row be selected? If false, it won't be shown as selected. |
| Methods inherited from interface oracle.dss.dataView.SelectionManager |
canSelectComponent, canSelectComponents, componentSelected |
| Methods inherited from interface oracle.dss.dataView.Manager |
dataSourceChanged |
| Method Detail |
public boolean canSelectCell(int row,
int column)
row - the row of the cell to checkcolumn - the column of the cell to checktrue if the cell can be selectedpublic boolean canSelectColumn(int column)
column - the column to checktrue if the column can be selectedpublic boolean canSelectRow(int row)
row - the row to checktrue if the row can be selected
public boolean canEditCell(int row,
int column)
row - the row of the cell to checkcolumn - the column of the cell to checktrue if the cell can be edited
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||