com.sas.actionprovider.util.relational
Interface ColumnAreaInterface

All Known Implementing Classes:
ColumnHeaderArea, DataCellArea

public interface 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
static int UNSET
           
 
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)
          Sets the column 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.
 

Field Detail

UNSET

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

setColumnId

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

Parameters:
columnId - the id of the column.

getColumnId

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

Returns:
the id of the column.

setViewerIndex

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

Parameters:
viewerIndex - the viewer index of the column.

getViewerIndex

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

Parameters:
the - viewer index of the column.

setModelIndex

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

Parameters:
modelIndex - the model index of the column.

getModelIndex

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

Parameters:
the - model index of the column.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.