|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.servlet.tbeans.tableview.TableViewActionSupportFilter
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 |
|---|
public TableViewActionSupportFilter()
public TableViewActionSupportFilter(java.lang.String supportType,
java.lang.String areaType,
ActionProviderViewInterface viewer)
| Method Detail |
|---|
public void setColumn(int column)
column - The viewer's column indexpublic int getColumn()
public void setRow(int row)
column - The viewer's row index.public int getRow()
public void setModelColumn(int modelColumn)
column - The model's column indexpublic int getModelColumn()
public void setModelRow(int modelRow)
modelRow - The model's row indexpublic int getModelRow()
public void setSortStatus(int status)
status - The sort statuspublic int getSortStatus()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||