com.sas.servlet.tbeans.tableview
Class TableViewActionSupportFilter

com.sas.servlet.tbeans.tableview.TableViewActionSupportFilter
All Implemented Interfaces:
BaseEntityInterface, BaseEntityValueInterface, EntityKeyInterface, java.lang.Cloneable, java.rmi.Remote

public class TableViewActionSupportFilter

Specialized ActionSupportFilter class for the TableView component to use when querying the HttpActionProvider for actions.

The primitive row, modelRow, column and columnRow type-based attributes permit the TableView component to specify exact cell coordinates without the expense of allocated new Integer objects for each and every query.


Constructor Summary
TableViewActionSupportFilter()
           
TableViewActionSupportFilter(java.lang.String supportType, java.lang.String areaType, ActionProviderViewInterface viewer)
           
 
Method Summary
 int getColumn()
          Returns the table viewer's column index.
 int getModelColumn()
          Returns the table model's column index.
 int getModelRow()
          Returns the table model's row index.
 int getRow()
          Returns the table viewer's row index.
 int getSortStatus()
          Returns the sort status.
 void setColumn(int column)
          Sets the table viewer's column index.
 void setModelColumn(int modelColumn)
          Sets the table model's column index.
 void setModelRow(int modelRow)
          Sets the table model's row index.
 void setRow(int row)
          Sets the table viewer's row index.
 void setSortStatus(int status)
          Sets the sort status.
 
Methods inherited from class com.sas.actionprovider.ActionSupportFilter
getActionIndex, getActionSupportType, getAreaType, getListIndex, getLocale, getViewer, setActionIndex, setActionSupportType, setAreaType, setListIndex, setLocale, setViewer
 
Methods inherited from class com.sas.entities.BaseEntity
clone, containsAttributeNamed, equals, equals, getAttribute, getAttribute, getAttributeCount, getAttributes, getEntityKey, getPropertyDescriptors, getStringAttribute, listAttributeNames, removeAllAttributes, removeAttribute, reset, sameEntity, setAttribute, setAttributes, setEntityKey, toString
 

Constructor Detail

TableViewActionSupportFilter

public TableViewActionSupportFilter()

TableViewActionSupportFilter

public TableViewActionSupportFilter(java.lang.String supportType,
                                    java.lang.String areaType,
                                    ActionProviderViewInterface viewer)
Method Detail

setColumn

public void setColumn(int column)
Sets the table viewer's column index.

Parameters:
column - The viewer's column index

getColumn

public int getColumn()
Returns the table viewer's column index.


setRow

public void setRow(int row)
Sets the table viewer's row index.

Parameters:
column - The viewer's row index.

getRow

public int getRow()
Returns the table viewer's row index.


setModelColumn

public void setModelColumn(int modelColumn)
Sets the table model's column index.

Parameters:
column - The model's column index

getModelColumn

public int getModelColumn()
Returns the table model's column index.

Returns:
the table model's column index.

setModelRow

public void setModelRow(int modelRow)
Sets the table model's row index.

Parameters:
modelRow - The model's row index

getModelRow

public int getModelRow()
Returns the table model's row index.

Returns:
the table model's row index.

setSortStatus

public void setSortStatus(int status)
Sets the sort status.

Parameters:
status - The sort status

getSortStatus

public int getSortStatus()
Returns the sort status.

Returns:
the sort status.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.