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


oracle.dss.gridView
Interface CrosstabAttribute

All Known Subinterfaces:
UICrosstab

public interface CrosstabAttribute

Method Summary
 boolean isOutline()
          Indicates whether the row header is displayed in outline form.
 void setOutline(boolean b)
          Specifies whether the row header is displayed in outline form.

 

Method Detail

setOutline

public void setOutline(boolean b)
Specifies whether the row header is displayed in outline form. In outline form, the row labels appear in one column. Labels for different levels in a hierarchy are indented.

When the row header is not in outline form, each dimension, and each level in a dimension, appears in a different column.

Parameters:
b - true to use outline form for the row header, false to use multiple columns.

isOutline

public boolean isOutline()
Indicates whether the row header is displayed in outline form. In outline form, the row labels appear in one column. Labels for different levels in a hierarchy are indented.

When the row header is not in outline form, each dimension, and each level in a dimension, appears in a different column.

Returns:
true if the row header appears in outline form, false if the row header uses multiple columns for labels.

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


Copyright © 2003, Oracle. All Rights Reserved.