|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dss.util.PagingControlAttributesAdapter | +--oracle.dss.dataView.UIDataviewAdapter | +--oracle.dss.gridView.UIGridViewAdapter | +--oracle.dss.table.UITableAdapter
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.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.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 |
public UITableAdapter()
public UITableAdapter(UITable table)
Method Detail |
public int getViewType()
getViewType
in interface UIDataview
getViewType
in class UIDataviewAdapter
Dataview.VIEW_TYPE_TABLE
public void applyToTable(UITable table)
UITable
. This method calls the superclass applyToGridView method.table
- the view to which properties of this adapter will be appliedpublic void initFromTable(UITable table)
UITable
. This method calls the superclass initFromGridView method.table
- the UITable used to initialize this adapter
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |