|
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.crosstab.UICrosstabAdapter
Adapter class to initialize ui panels without creating a crosstab view
| 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 | |
UICrosstabAdapter()Constructor | |
UICrosstabAdapter(UICrosstab crosstab)Initialize adapter from a UICrosstab | |
| Method Summary | |
void |
applyToCrosstab(UICrosstab crosstab)Apply properties of this adapter to a UICrosstab. |
int |
getViewType()Get the specific type of this view. |
void |
initFromCrosstab(UICrosstab crosstab)Initialize the properties of this adapter from a UICrosstab. |
boolean |
isOutline()return if row header is outline |
void |
setOutline(boolean b)set outline |
| 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 UICrosstabAdapter()
public UICrosstabAdapter(UICrosstab crosstab)
| Method Detail |
public void setOutline(boolean b)
setOutline in interface CrosstabAttributeoracle.dss.gridView.CrosstabAttributeb - true to use outline form for the row header, false to use multiple columns.public boolean isOutline()
isOutline in interface CrosstabAttributeoracle.dss.gridView.CrosstabAttributetrue if the row header appears in outline form, false if the row header uses multiple columns for labels.public int getViewType()
getViewType in interface UIDataviewgetViewType in class UIDataviewAdapterDataview.VIEW_TYPE_CROSSTABpublic void applyToCrosstab(UICrosstab crosstab)
UICrosstab. This method calls the superclass applyToGridView method.crosstab - the view to which properties of this adapter will be appliedpublic void initFromCrosstab(UICrosstab crosstab)
UICrosstab. This method calls the superclass initFromGridView method.crosstab - the UICrosstab 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 | ||||||||