Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.dss.dataView
Interface GridViewAttribute


public interface GridViewAttribute


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

Method Detail

getComponentViewFormat

ViewFormat getComponentViewFormat(ComponentHandle componentHandle)

getComponentViewStyle

ViewStyle getComponentViewStyle(ComponentHandle componentHandle)

applyViewFormat

void applyViewFormat(ComponentHandle componentHandle,
                     ViewFormat viewFormat)

applyViewStyle

void applyViewStyle(ComponentHandle componentHandle,
                    ViewStyle viewStyle)

compareComponentViewFormat

boolean compareComponentViewFormat(ComponentHandle componentHandle,
                                   ViewFormat viewFormat)

compareComponentViewStyle

boolean compareComponentViewStyle(ComponentHandle componentHandle,
                                  ViewStyle viewStyle)

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

Copyright © 1997, 2011, Oracle. All rights reserved.