|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.actionprovider.util.relational.ColumnHeaderArea
public class ColumnHeaderArea
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.
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.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 |
|---|
public ColumnHeaderArea()
public ColumnHeaderArea(java.lang.String columnId)
columnId - The id of the column.public ColumnHeaderArea(int modelIndex)
modelIndex - The modelIndex of the column.| Method Detail |
|---|
public void setColumnId(java.lang.String columnId)
setColumnId in interface ColumnAreaInterfacecolumnId - the id of the column.public java.lang.String getColumnId()
getColumnId in interface ColumnAreaInterfacepublic void setViewerIndex(int viewerIndex)
setViewerIndex in interface ColumnAreaInterfaceviewerIndex - the viewer index of the column.public int getViewerIndex()
getViewerIndex in interface ColumnAreaInterfacethe - viewer index of the column.public void setModelIndex(int modelIndex)
setModelIndex in interface ColumnAreaInterfacemodelIndex - the model index of the column.public int getModelIndex()
getModelIndex in interface ColumnAreaInterfacethe - model index of the column.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||