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


oracle.dss.table
Class UITableAdapter

java.lang.Object
  |
  +--oracle.dss.util.PagingControlAttributesAdapter
        |
        +--oracle.dss.dataView.UIDataviewAdapter
              |
              +--oracle.dss.gridView.UIGridViewAdapter
                    |
                    +--oracle.dss.table.UITableAdapter
All Implemented Interfaces:
ComponentTypeConverter, DataviewCommon, GridViewAttribute, GridViewCommon, PagingControlAttributes, UIDataview, UIGridView, UITable

public class UITableAdapter
extends UIGridViewAdapter
implements UITable

UI adapter class for a Table.


Fields inherited from interface oracle.dss.gridView.GridViewCommon
ABSOLUTE_COLUMN_SIZING, COLUMN_BANDING, NO_BANDING, NO_COLUMN_SIZING, RELATIVE_COLUMN_SIZING, ROW_BANDING

 

Constructor Summary
UITableAdapter()
          Constructor
UITableAdapter(UITable table)
          Constructor

 

Method Summary
 void applyToTable(UITable table)
          Apply properties of this adapter to a UITable.
 int getViewType()
          Get the specific type of this view.
 void initFromTable(UITable table)
          Initialize the properties of this adapter from a UITable.

 

Methods inherited from class oracle.dss.gridView.UIGridViewAdapter
applyToGridView, dataAndMetadataStyleChanged, getAutoFitScope, getBackgroundImage, getColumnHeader, getComponentFromID, getDatabody, getGridColor, getGridViewDatabodyStyleManager, getGridViewFormatManager, getGridViewHeaderStyleManager, getHGridColor, getModel, getPagingControl, getRowHeader, getToolbarUIFormatCount, getUIFormatCount, getUIFormats, getVGridColor, initFromGridView, isColumnHeaderVisible, isGrid3D, isHGridVisible, isRowHeaderVisible, isVGridVisible, setAutoFitScope, setBackgroundImage, setColumnHeaderVisible, setDefaultCornerComponentColor, setGrid3D, setGridColor, setHGridColor, setHGridVisible, setLocale, setRowHeaderVisible, setToolbarUIFormatCount, setUIFormatCount, setUIFormats, setVGridColor, setVGridVisible

 

Methods inherited from class oracle.dss.dataView.UIDataviewAdapter
addControllerListener, applyToDataview, convertComponentTypeToInteger, convertComponentTypeToString, getDataSource, getDataviewFootnote, getDataviewSubtitle, getDataviewTitle, getLocale, getSelectedObject, getTokenSubstitution, getZoomFactor, initFromDataview, removeControllerListener, selectObject, setDataSource, setTokenSubstitution

 

Methods inherited from class oracle.dss.util.PagingControlAttributesAdapter
applyToPagingControlAttributes, initFromPagingControlAttributes, isPagingControlVisible, setPagingControlVisible

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.dss.gridView.UIGridView
dataAndMetadataStyleChanged, getAutoFitScope, getBackgroundImage, getColumnHeader, getDatabody, getGridColor, getGridViewDatabodyStyleManager, getGridViewFormatManager, getGridViewHeaderStyleManager, getHGridColor, getLocale, getModel, getPagingControl, getRowHeader, getToolbarUIFormatCount, getUIFormatCount, getUIFormats, getVGridColor, isColumnHeaderVisible, isGrid3D, isHGridVisible, isRowHeaderVisible, isVGridVisible, setAutoFitScope, setBackgroundImage, setColumnHeaderVisible, setGrid3D, setGridColor, setHGridColor, setHGridVisible, setRowHeaderVisible, setToolbarUIFormatCount, setUIFormatCount, setUIFormats, setVGridColor, setVGridVisible

 

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, removeControllerListener, setTokenSubstitution

 

Methods inherited from interface oracle.dss.util.PagingControlAttributes
isPagingControlVisible, setPagingControlVisible

 

Constructor Detail

UITableAdapter

public UITableAdapter()
Constructor

UITableAdapter

public UITableAdapter(UITable table)
Constructor
Method Detail

getViewType

public int getViewType()
Get the specific type of this view. This method returns Dataview.VIEW_TYPE_TABLE.
Specified by:
getViewType in interface UIDataview
Overrides:
getViewType in class UIDataviewAdapter
Returns:
the constant Dataview.VIEW_TYPE_TABLE
See Also:
Dataview.VIEW_TYPE_TABLE

applyToTable

public void applyToTable(UITable table)
Apply properties of this adapter to a UITable. This method calls the superclass applyToGridView method.
Parameters:
table - the view to which properties of this adapter will be applied

initFromTable

public void initFromTable(UITable table)
Initialize the properties of this adapter from a UITable. This method calls the superclass initFromGridView method.
Parameters:
table - the UITable used to initialize this adapter

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


Copyright © 2003, Oracle. All Rights Reserved.