com.sas.actionprovider.util.olap
Interface HeaderAreaInterface

All Superinterfaces:
AxisAreaInterface
All Known Implementing Classes:
HeaderArea

public interface HeaderAreaInterface
extends AxisAreaInterface

Interface for specifying the attributes required for identifying a header 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

Field Summary
static int UNSET
           
 
Method Summary
 int getAxisNumber()
          Returns the axis number for the header cell.
 java.lang.String getDimension()
          Returns the name of the dimension for the header cell.
 java.lang.String getHierarchy()
          Returns the name of the hierarachy for the header cell.
 java.lang.String getLevel()
          Returns the name of the level for the header cell.
 java.lang.String getMember()
          Returns the name of the member for the header cell.
 void setAxisNumber(int axisNumber)
          Sets the axis number for the header cell.
 void setDimension(java.lang.String dimension)
          Sets the name of the dimension for the header cell.
 void setHierarchy(java.lang.String hierarachy)
          Sets the name of the hierarachy for the header cell.
 void setLevel(java.lang.String level)
          Sets the name of the level for the header cell.
 void setMember(java.lang.String member)
          Sets the name of the member for the header cell.
 

Field Detail

UNSET

static final int UNSET
See Also:
Constant Field Values
Method Detail

setAxisNumber

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

Specified by:
setAxisNumber in interface AxisAreaInterface
Parameters:
axisNumber - the axis number for the header cell.

getAxisNumber

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

Specified by:
getAxisNumber in interface AxisAreaInterface
Returns:
the axis number for the header cell.

setDimension

void setDimension(java.lang.String dimension)
Sets the name of the dimension for the header cell.

Parameters:
dimension - the name of the dimension for the header cell.

getDimension

java.lang.String getDimension()
Returns the name of the dimension for the header cell.

Parameters:
the - name of the dimension for the header cell.

setHierarchy

void setHierarchy(java.lang.String hierarachy)
Sets the name of the hierarachy for the header cell.

Parameters:
hierarachy - the name of hierarachy the viewer index for the header cell.

getHierarchy

java.lang.String getHierarchy()
Returns the name of the hierarachy for the header cell.

Parameters:
the - name of the hierarachy for the header cell.

setLevel

void setLevel(java.lang.String level)
Sets the name of the level for the header cell.

Parameters:
level - the name of the level for the header cell.

getLevel

java.lang.String getLevel()
Returns the name of the level for the header cell.

Parameters:
the - name of the level for the header cell.

setMember

void setMember(java.lang.String member)
Sets the name of the member for the header cell.

Parameters:
member - the name of the member for the header cell.

getMember

java.lang.String getMember()
Returns the name of the member for the header cell.

Parameters:
the - name of the member for the header cell.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.