|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.admin.wizardframework.components.tableview.TableViewColumns
public class TableViewColumns
The class that is a wrapper for a list of columns in a table.
| Method Summary | |
|---|---|
protected TableViewColumn |
getColumn(int iColIndex)
Deprecated. Gets a column specified by a column index number. |
protected Vector |
getColumnHeaders(IBasicEditingContext context)
Deprecated. Gets the columns headers. |
protected Iterator |
getColumnsKeys(IBasicEditingContext context)
Deprecated. Gets an array of column indexes for key columns. |
protected Iterator |
getInvisibleColumnsKeys(IBasicEditingContext context)
Deprecated. Gets an array of column indexes for invisible columns. |
protected int |
getKeyColumnIndex(IWizardContext context)
Deprecated. Gets the index of a key column. |
protected int |
getSize()
Deprecated. Gets the number of columns. |
protected TableViewComponent |
getTableViewComponent()
Deprecated. Gets the table view component. |
protected boolean |
isKeyColumn(int iColumnIndex)
Deprecated. Indicates whether a column is a key column. |
protected void |
restoreColumnsState(com.sapportals.htmlb.table.TableColumn[] iColumns,
IBasicEditingContext context)
Deprecated. Restores information held in the column object to the table. |
protected void |
setColumn(TableViewColumn iColumn)
Deprecated. Sets a column. |
protected void |
setTableViewComponent(TableViewComponent iTableViewComp)
Deprecated. Sets the table view component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected TableViewComponent getTableViewComponent()
protected void setTableViewComponent(TableViewComponent iTableViewComp)
iTableViewComp - a table view componentprotected TableViewColumn getColumn(int iColIndex)
iColIndex - a column index number
protected void setColumn(TableViewColumn iColumn)
iColumn - a table view columnprotected int getSize()
protected Iterator getInvisibleColumnsKeys(IBasicEditingContext context)
context - the current editing context
protected Vector getColumnHeaders(IBasicEditingContext context)
context - the current editing context
protected Iterator getColumnsKeys(IBasicEditingContext context)
context - the current editing context
protected int getKeyColumnIndex(IWizardContext context)
context - the current wizard context
protected boolean isKeyColumn(int iColumnIndex)
iColumnIndex - a column index
true if the column is the key column,
false
protected void restoreColumnsState(com.sapportals.htmlb.table.TableColumn[] iColumns,
IBasicEditingContext context)
iColumns - column datacontext - the current wizard context| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
[sap.com] EP-RUNTIME
|
[sap.com]
|
-
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com]
|
api
|
EP-PIN-APF
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||