|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Methods that are common to Java-client GridView objects and HTML-client GridView objects.
| Field Summary | |
static int |
ABSOLUTE_COLUMN_SIZINGHTML column sizing: Use absolute sizing. |
static int |
COLUMN_BANDINGBanding: Highlight every other column in thin tables and crosstab. |
static int |
NO_BANDINGBanding: Do not use any banding in thin tables and crosstabs. |
static int |
NO_COLUMN_SIZINGHTML column sizing: Use no special sizing. |
static int |
RELATIVE_COLUMN_SIZINGHTML column sizing: Use relative sizing. |
static int |
ROW_BANDINGBanding: Highlight every other row in thin tables and crosstab. |
| Method Summary | |
int |
getBanding()Retrieves the banding option for this GridViewCommon. |
int |
getCellMaxHeight()Retrieves the maximum height for cells in this GridViewCommon, in pixels. |
int |
getCellMaxWidth()Retrieves the maximum width for cells in this GridViewCommon, in pixels. |
int |
getCellMinHeight()Retrieves the minimum height for cells in this GridViewCommon, in pixels. |
int |
getCellMinWidth()Retrieves the minimum width for cells in this GridViewCommon, in pixels. |
int |
getHTMLColumnSizing()Retrieves the HTML column sizing option. |
int |
getHTMLRowBlockSize()Retrieves the number of rows that appear on each page of a printed thin table or crosstab. |
java.lang.Integer |
getHTMLTableCellPadding()Retrieves the cell padding for thin tables and crosstab. |
java.lang.String |
getHTMLTableWidth()Retrieves the width of the HTML table in a thin table or crosstab. |
int |
getHTMLTextInputSize()Retrieves the number of characters that are displayed in editable cells. |
void |
setBanding(int banding)Specifies the banding option for this ThinGridView. |
void |
setDefaultCornerComponentColor(java.awt.Color c)Specifies a default background color for the corner component. |
void |
setHTMLColumnSizing(int htmlColumnSizing)Specifies the HTML column sizing option. |
void |
setHTMLRowBlockSize(int size)Specifies the number of rows that appear on each page of a printed thin table or crosstab. |
void |
setHTMLTableCellPadding(java.lang.Integer padding)Retrieves the cell padding for thin tables and crosstab. |
void |
setHTMLTableWidth(java.lang.String width)Retrieves the width of the HTML table in a thin table or crosstab. |
void |
setHTMLTextInputSize(int size)Specifies the number of characters to display in editable cells. |
| Methods inherited from interface oracle.dss.dataView.DataviewCommon |
getDataSource, getErrorHandler, getHTMLPagingControlWidth, getLocale, getModel, isHTMLPagingControlAutosubmit, setDataSource, setHTMLPagingControlAutosubmit, setHTMLPagingControlWidth |
| Methods inherited from interface oracle.dss.rules.ComponentTypeConverter |
convertComponentTypeToInteger, convertComponentTypeToString |
| Field Detail |
public static final int NO_COLUMN_SIZING
public static final int ABSOLUTE_COLUMN_SIZING
public static final int RELATIVE_COLUMN_SIZING
public static final int NO_BANDING
public static final int ROW_BANDING
public static final int COLUMN_BANDING
| Method Detail |
public int getCellMaxHeight()
GridViewCommon, in pixels.GridViewCommon.public int getCellMinHeight()
GridViewCommon, in pixels.GridViewCommon.public int getCellMaxWidth()
GridViewCommon, in pixels.GridViewCommon.public int getCellMinWidth()
GridViewCommon, in pixels.GridViewCommon.public void setDefaultCornerComponentColor(java.awt.Color c)
GridViewCommon generates XML of the changed property values, it will not contain the color component property.c - The default background color to use for the corner component.public void setBanding(int banding)
ThinGridView. This property is currently only used for the thin beans.
Banding can highlight every other row or every other column.
banding - A constant that identifies the kind of banding to use. Valid constants are listed in the See Also section.ROW_BANDING, COLUMN_BANDING, NO_BANDINGpublic int getBanding()
GridViewCommon. This property is currently only used for the thin beans.GridViewCommon uses. Valid constants are listed in the See Also section.ROW_BANDING, COLUMN_BANDING, NO_BANDINGpublic void setHTMLColumnSizing(int htmlColumnSizing)
By default, column sizes are determined only by the size of the contents of each column (NO_COLUMN_SIZING).
Note: If this setting causes text to be truncated, most browsers ignore this setting.
htmlColumnSizing - A constant that specifies the kind of column-sizing to use in thin tables and crosstabs. Valid values are listed in the See Also section.NO_COLUMN_SIZING, ABSOLUTE_COLUMN_SIZING, RELATIVE_COLUMN_SIZINGpublic int getHTMLColumnSizing()
Note: If this setting causes text to be truncated, most browsers ignore this setting.
GridViewCommon uses.NO_COLUMN_SIZING, ABSOLUTE_COLUMN_SIZING, RELATIVE_COLUMN_SIZINGpublic void setHTMLRowBlockSize(int size)
size - The number of rows to print on a page of a thin table or crosstab.public int getHTMLRowBlockSize()
public java.lang.Integer getHTMLTableCellPadding()
public void setHTMLTableCellPadding(java.lang.Integer padding)
padding - The number of pixels that you want between the text and the borders of the cell.public java.lang.String getHTMLTableWidth()
Note: If this setting causes text to be truncated, most browsers ignore this setting.
public void setHTMLTableWidth(java.lang.String width)
Note: If this setting causes text to be truncated, most browsers ignore this setting.
width - The width of the HTML table, in pixels.public void setHTMLTextInputSize(int size)
size - The number of characters to display in editable cells.public int getHTMLTextInputSize()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||