|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface for a GridView. The user interface panels for the crosstab and table call the methods in this interface as it interacts with the view. Implement this interface if you provide a proxy so that the UI panels can be displayed before a view is constructed. This interface is implemented internally and is used by the BI Beans user interface panels. Application developers should not implement this interface.
| Fields inherited from interface oracle.dss.gridView.GridViewCommon |
ABSOLUTE_COLUMN_SIZING, COLUMN_BANDING, NO_BANDING, NO_COLUMN_SIZING, RELATIVE_COLUMN_SIZING, ROW_BANDING |
| Method Summary | |
void |
dataAndMetadataStyleChanged()Notifies the view that its data and metadata styles have changed. |
int |
getAutoFitScope()Retrieves the scope for which autofitting will calculate sizes. |
java.awt.Image |
getBackgroundImage()Retrieves the background Image for the databody of this GridView. |
GridViewHeader |
getColumnHeader()Retrieves the column header for this GridView. |
GridViewDatabody |
getDatabody()Retrieves the databody for this GridView. |
java.awt.Color |
getGridColor()Retrieves the color of the gridlines in this GridView. |
GridViewDatabodyStyleManager |
getGridViewDatabodyStyleManager()Retrieves the style manager that this GridView uses. |
GridViewFormatManager |
getGridViewFormatManager()Retrieves the format manager that this GridView uses. |
GridViewHeaderStyleManager |
getGridViewHeaderStyleManager()Retrieves the style manager that this GridView uses. |
java.awt.Color |
getHGridColor()Retrieves the color of the horizontal gridlines in this GridView. |
java.util.Locale |
getLocale()Retrieves the Locale that this UIDataview uses. |
Model |
getModel()Get the model for the common view. |
PagingControl |
getPagingControl()Retrieves the paging control for this GridView. |
GridViewHeader |
getRowHeader()Retrieves the row header for this GridView. |
int |
getToolbarUIFormatCount()Retrieves the count of UI defined formats |
int |
getUIFormatCount()Retrieves the count of UI defined formats |
java.util.Vector |
getUIFormats()Retrieves the format bundle of UI panel defined formats |
java.awt.Color |
getVGridColor()Retrieves the color of the vertical gridlines in this GridView. |
boolean |
isColumnHeaderVisible()Return if column header is visible |
boolean |
isGrid3D()Indicates whether the gridlines in this GridView have a three-dimensional appearance. |
boolean |
isHGridVisible()Indicates whether horizontal gridlines are visible in this GridView. |
boolean |
isRowHeaderVisible()Return if row header is visible |
boolean |
isVGridVisible()Specifies whether vertical gridlines are visible in this GridView. |
void |
setAutoFitScope(int scope)Specifies what to automatically set cell sizes for. |
void |
setBackgroundImage(java.awt.Image image)Specifies an image to display in the databody for this GridView. |
void |
setColumnHeaderVisible(boolean visible)Set column header visible |
void |
setGrid3D(boolean b)Specifies whether the gridlines in this GridView appear to be three-dimensional. |
void |
setGridColor(java.awt.Color color)Specifies the color of the gridlines in this GridView. |
void |
setHGridColor(java.awt.Color color)Specifies the color of the horizonal gridlines in this GridView. |
void |
setHGridVisible(boolean b)Specifies whether horizontal gridlines appear in this GridView. |
void |
setRowHeaderVisible(boolean visible)Set row header visible |
void |
setToolbarUIFormatCount(int count)Set count of Toolbar defined formats |
void |
setUIFormatCount(int count)Set count of UI defined formats |
void |
setUIFormats(java.util.Vector formats)Set format bundle of UI panel defined formats |
void |
setVGridColor(java.awt.Color color)Specifies the color of the vertical gridlines in this GridView. |
void |
setVGridVisible(boolean b)Indicates whether vertical gridlines appear in this GridView. |
| Methods inherited from interface oracle.dss.gridView.GridViewCommon |
getBanding, getCellMaxHeight, getCellMaxWidth, getCellMinHeight, getCellMinWidth, getHTMLColumnSizing, getHTMLRowBlockSize, getHTMLTableCellPadding, getHTMLTableWidth, getHTMLTextInputSize, setBanding, setDefaultCornerComponentColor, setHTMLColumnSizing, setHTMLRowBlockSize, setHTMLTableCellPadding, setHTMLTableWidth, setHTMLTextInputSize |
| Methods inherited from interface oracle.dss.dataView.DataviewCommon |
getDataSource, getErrorHandler, getHTMLPagingControlWidth, isHTMLPagingControlAutosubmit, setDataSource, setHTMLPagingControlAutosubmit, setHTMLPagingControlWidth |
| Methods inherited from interface oracle.dss.rules.ComponentTypeConverter |
convertComponentTypeToInteger, convertComponentTypeToString |
| Methods inherited from interface oracle.dss.dataView.GridViewAttribute |
applyViewFormat, applyViewStyle, getComponentViewFormat, getComponentViewStyle |
| Methods inherited from interface oracle.dss.dataView.UIDataview |
addControllerListener, getDataviewFootnote, getDataviewSubtitle, getDataviewTitle, getSelectedObject, getTokenSubstitution, getViewType, removeControllerListener, setTokenSubstitution |
| Methods inherited from interface oracle.dss.util.PagingControlAttributes |
isPagingControlVisible, setPagingControlVisible |
| Method Detail |
public java.util.Locale getLocale()
Locale that this UIDataview uses.getLocale in interface DataviewCommonLocale for this UIDataview.public void setAutoFitScope(int scope)
public int getAutoFitScope()
public void dataAndMetadataStyleChanged()
public void setBackgroundImage(java.awt.Image image)
GridView. The image is tiled. It appears in transparent cells, that is, on cells whose Background attribute is null. To make all the cells in the databody transparent, set the Background attribute in the ViewStyle for the databody. To make individual cells transparent, create rules and set them in the style manager for this GridView.image - The background image.getGridViewHeaderStyleManager(), getGridViewDatabodyStyleManager(), ViewStyle, DiscriminatorRulepublic java.awt.Image getBackgroundImage()
GridView. The image is tiled. It appears in transparent cells, that is, on cells whose Background attribute is null. To make all the cells in the databody transparent, set the Background attribute in the ViewStyle for the databody. To make individual cells transparent, create rules and set them in the style manager for this GridView.GridView. If no background image has been set for this GridView, then this method returns null.public void setGrid3D(boolean b)
GridView appear to be three-dimensional.b - true to make gridlines appear to be three-dimensional, false to make them appear to be flat.public boolean isGrid3D()
GridView have a three-dimensional appearance.true if gridlines appear to be three-dimensional, false if they appear to be flat.public void setGridColor(java.awt.Color color)
GridView.color - The Color for the gridlines in this GridView.public java.awt.Color getGridColor()
GridView.GridView.public void setVGridColor(java.awt.Color color)
GridView.color - The Color for the gridlines in this GridView.public void setHGridColor(java.awt.Color color)
GridView.color - The Color for the gridlines in this GridView.public java.awt.Color getVGridColor()
GridView.GridView.public java.awt.Color getHGridColor()
GridView.GridView.public void setHGridVisible(boolean b)
GridView.b - true to display horizontal gridlines, false to hide them.public boolean isHGridVisible()
GridView.true horizontal gridlines are visible, false if they are not visible.public void setVGridVisible(boolean b)
GridView.b - true if vertical gridlines are visible, false if they are not.public boolean isVGridVisible()
GridView.true if vertical gridlines are visible, false if they are not visible.public GridViewDatabody getDatabody()
GridView.GridView.public GridViewHeader getColumnHeader()
GridView.GridView.public GridViewHeader getRowHeader()
GridView.GridView.public PagingControl getPagingControl()
GridView.GridView.public void setColumnHeaderVisible(boolean visible)
public boolean isColumnHeaderVisible()
public void setRowHeaderVisible(boolean visible)
public boolean isRowHeaderVisible()
public GridViewHeaderStyleManager getGridViewHeaderStyleManager()
GridView uses. The style manager is responsible for the formatting of the cells in this GridView. For example, the ViewStyle object from the style manager determines the background color of a cell.GridViewStyleManager that this GridView uses. If this GridView does not have a controller, then this method returns null.ViewStylepublic GridViewDatabodyStyleManager getGridViewDatabodyStyleManager()
GridView uses. The style manager is responsible for the formatting of the cells in this GridView. For example, the ViewStyle object from the style manager determines the background color of a cell.GridViewStyleManager that this GridView uses. If this GridView does not have a controller, then this method returns null.ViewStylepublic GridViewFormatManager getGridViewFormatManager()
GridView uses. The format manager is responsible for the format of the numbers that are displayed in the GridView. For example, the ViewFormat object from the format manager determines whether a number appears as a plain number or as currency.GridViewFormatManager that this GridView uses. If this GridView does not have a controller, then this method returns null.ViewFormatpublic Model getModel()
getModel in interface DataviewCommonpublic int getUIFormatCount()
UIFormat defined.public void setUIFormatCount(int count)
the - number of UIFormat defined.public int getToolbarUIFormatCount()
UIFormat defined.public void setToolbarUIFormatCount(int count)
the - number of UIFormat defined.public void setUIFormats(java.util.Vector formats)
Vector - of UIFormatpublic java.util.Vector getUIFormats()
UIFormat defined.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||