Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView.managers
Interface Styleable

All Known Subinterfaces:
GridViewDatabody, GridViewDatabody, GridViewHeader, GridViewHeader
All Known Implementing Classes:
PagingControl, ViewStyleHandle, PagingControl

public interface Styleable

Mthods that allow you to apply a ViewStyle to an object. ViewStyle objects allow you to affect background color, text, and borders.


Method Summary
 ViewStyle getViewStyle()
          Retrieves a ViewStyle for this object.
 void setViewStyle(ViewStyle vs)
          Specifies a ViewStyle for this object.

 

Method Detail

getViewStyle

public ViewStyle getViewStyle()
Retrieves a ViewStyle for this object.
Returns:
A ViewStyle for this object, or null if no ViewStyle has been explicitly set for this object.

setViewStyle

public void setViewStyle(ViewStyle vs)
Specifies a ViewStyle for this object.
Parameters:
vs - A ViewStyle for this object, or null if no ViewStyle has been explicitly set for this object.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.