com.sas.actionprovider.util.relational
Class ColumnHeaderArea

com.sas.actionprovider.util.relational.ColumnHeaderArea
All Implemented Interfaces:
ColumnAreaInterface

public class ColumnHeaderArea
implements ColumnAreaInterface

Interface for specifying the attributes required for identifying a column header cell in a relational 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
 
Fields inherited from interface com.sas.actionprovider.util.relational.ColumnAreaInterface
UNSET
 
Constructor Summary
ColumnHeaderArea()
          Default Constructor
ColumnHeaderArea(int modelIndex)
          Constructor.
ColumnHeaderArea(java.lang.String columnId)
          Constructor.
 
Method Summary
 java.lang.String getColumnId()
          Returns the id of the column.
 int getModelIndex()
          Returns the model index of the column.
 int getViewerIndex()
          Returns the viewer index of the column.
 void setColumnId(java.lang.String columnId)
          Returns the id of the column.
 void setModelIndex(int modelIndex)
          Sets the model index of the column.
 void setViewerIndex(int viewerIndex)
          Sets the viewer index of the column.
 

Constructor Detail

ColumnHeaderArea

public ColumnHeaderArea()
Default Constructor


ColumnHeaderArea

public ColumnHeaderArea(java.lang.String columnId)
Constructor.

Parameters:
columnId - The id of the column.

ColumnHeaderArea

public ColumnHeaderArea(int modelIndex)
Constructor.

Parameters:
modelIndex - The modelIndex of the column.
Method Detail

setColumnId

public void setColumnId(java.lang.String columnId)
Returns the id of the column.

Specified by:
setColumnId in interface ColumnAreaInterface
Parameters:
columnId - the id of the column.

getColumnId

public java.lang.String getColumnId()
Returns the id of the column.

Specified by:
getColumnId in interface ColumnAreaInterface
Returns:
the id of the column.

setViewerIndex

public void setViewerIndex(int viewerIndex)
Sets the viewer index of the column.

Specified by:
setViewerIndex in interface ColumnAreaInterface
Parameters:
viewerIndex - the viewer index of the column.

getViewerIndex

public int getViewerIndex()
Returns the viewer index of the column.

Specified by:
getViewerIndex in interface ColumnAreaInterface
Parameters:
the - viewer index of the column.

setModelIndex

public void setModelIndex(int modelIndex)
Sets the model index of the column.

Specified by:
setModelIndex in interface ColumnAreaInterface
Parameters:
modelIndex - the model index of the column.

getModelIndex

public int getModelIndex()
Returns the model index of the column.

Specified by:
getModelIndex in interface ColumnAreaInterface
Parameters:
the - model index of the column.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.