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


oracle.dss.dataView
Interface GridViewAttribute

All Known Subinterfaces:
UICrosstab, UIGridView, UITable
All Known Implementing Classes:
Crosstab, Table

public interface GridViewAttribute

Method Summary
 void applyViewFormat(ComponentHandle componentHandle, ViewFormat viewFormat)
           
 void applyViewStyle(ComponentHandle componentHandle, ViewStyle viewStyle)
           
 ViewFormat getComponentViewFormat(ComponentHandle componentHandle)
           
 ViewStyle getComponentViewStyle(ComponentHandle componentHandle)
           

 

Method Detail

getComponentViewFormat

public ViewFormat getComponentViewFormat(ComponentHandle componentHandle)

getComponentViewStyle

public ViewStyle getComponentViewStyle(ComponentHandle componentHandle)

applyViewFormat

public void applyViewFormat(ComponentHandle componentHandle,
ViewFormat viewFormat)

applyViewStyle

public void applyViewStyle(ComponentHandle componentHandle,
ViewStyle viewStyle)

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


Copyright © 2003, Oracle. All Rights Reserved.