|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.actionprovider.util.olap.HeaderArea
public class HeaderArea
Interface for specifying the attributes required for identifying a header cell in a 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.
For general information on the ActionProvider Framework, including an overview of how
the primary classes of the framework work together, refer to the
package documentation.
com.sas.actionprovider
For examples demonstrating how to use the ActionProvider Framework, including how to override default Actions or add new custom Actions, refer to the Samples Site.
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 .
Field Summary |
---|
Fields inherited from interface com.sas.actionprovider.util.olap.HeaderAreaInterface |
---|
UNSET |
Constructor Summary | |
---|---|
HeaderArea()
Default Constructor |
|
HeaderArea(int axisIndex,
java.lang.String dimension,
java.lang.String hierarchy,
java.lang.String level)
Constructor. |
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. |
Constructor Detail |
---|
public HeaderArea()
public HeaderArea(int axisIndex, java.lang.String dimension, java.lang.String hierarchy, java.lang.String level)
axisIndex
- The axis index.dimension
- The name of the dimension for the header cell.hierarchy
- The name of the hierarchy for the header cell.level
- The name of the level for the header cell.Method Detail |
---|
public void setAxisNumber(int axisNumber)
setAxisNumber
in interface AxisAreaInterface
setAxisNumber
in interface HeaderAreaInterface
axisNumber
- the axis number for the header cell.public int getAxisNumber()
getAxisNumber
in interface AxisAreaInterface
getAxisNumber
in interface HeaderAreaInterface
public void setDimension(java.lang.String dimension)
setDimension
in interface HeaderAreaInterface
dimension
- the name of the dimension for the header cell.public java.lang.String getDimension()
getDimension
in interface HeaderAreaInterface
the
- name of the dimension for the header cell.public void setHierarchy(java.lang.String hierarachy)
setHierarchy
in interface HeaderAreaInterface
hierarachy
- the name of hierarachy the viewer index for the header cell.public java.lang.String getHierarchy()
getHierarchy
in interface HeaderAreaInterface
the
- name of the hierarachy for the header cell.public void setLevel(java.lang.String level)
setLevel
in interface HeaderAreaInterface
level
- the name of the level for the header cell.public java.lang.String getLevel()
getLevel
in interface HeaderAreaInterface
the
- name of the level for the header cell.public void setMember(java.lang.String member)
setMember
in interface HeaderAreaInterface
member
- the name of the member for the header cell.public java.lang.String getMember()
getMember
in interface HeaderAreaInterface
the
- name of the member for the header cell.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |