|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDTableColumn | |
| com.sap.tc.webdynpro.clientserver.uielib.standard.api | Contains interfaces for accessing Web Dynpro UI elements and contains enumeration types used as UI element property types. |
| Uses of IWDTableColumn in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return IWDTableColumn | |
IWDTableColumn[] |
IWDTable.getColumns()
Returns the list of Columns. |
IWDTableColumn |
IWDTable.getColumn(int index)
Returns the Column at the given index. |
IWDTableColumn |
IWDTable.removeColumn(int index)
Removes the entry at the given index from the list of Columns. |
IWDTableColumn |
IWDTable.removeColumn(java.lang.String id)
Removes the entry with the given ID from the list of Columns. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDTableColumn | |
void |
IWDTable.addColumn(IWDTableColumn aTableColumn)
Adds the given Column at the end of the list of Columns. |
void |
IWDTable.addColumn(IWDTableColumn aTableColumn,
int index)
Adds the given Column at the specified index in the list of Columns. |
int |
IWDTable.indexOfColumn(IWDTableColumn aTableColumn)
Returns the index of the given element in the list of Columns or -1 if it is not contained in the list. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||