com.sas.actionprovider.util.olap
Interface AxisAreaInterface

All Known Subinterfaces:
HeaderAreaInterface, TitleAreaInterface
All Known Implementing Classes:
HeaderArea, TitleArea

@SASScope(value="ALL")
public interface AxisAreaInterface

Interface for specifying the axis number of a cell in an olap tableview component.

A basic understanding of the ActionProvider Framework, of which this class is a part, is recommended before attempting to use this class.



Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .

Since:
3.1.4

Method Summary
abstract  int getAxisNumber()
          Returns the axis number for the cell.
abstract  void setAxisNumber(int axisNumber)
          Sets the axis number for the cell.
 

Method Detail

setAxisNumber

void setAxisNumber(int axisNumber)
Sets the axis number for the cell.

Parameters:
axisNumber - the axis number for the cell.

getAxisNumber

int getAxisNumber()
Returns the axis number for the cell.

Returns:
the axis number for the cell.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.