com.sapportals.admin.wizardframework.components.tableview

Class TableViewColumns

java.lang.Object
  extended by com.sapportals.admin.wizardframework.components.tableview.TableViewColumns

Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).

public class TableViewColumns
extends Object

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

getTableViewComponent

protected TableViewComponent getTableViewComponent()
Deprecated. 
Gets the table view component.

Returns:
the table view component

setTableViewComponent

protected void setTableViewComponent(TableViewComponent iTableViewComp)
Deprecated. 
Sets the table view component.

Parameters:
iTableViewComp - a table view component

getColumn

protected TableViewColumn getColumn(int iColIndex)
Deprecated. 
Gets a column specified by a column index number.

Parameters:
iColIndex - a column index number
Returns:
the table view column

setColumn

protected void setColumn(TableViewColumn iColumn)
Deprecated. 
Sets a column.

Parameters:
iColumn - a table view column

getSize

protected int getSize()
Deprecated. 
Gets the number of columns.

Returns:
the number of columns

getInvisibleColumnsKeys

protected Iterator getInvisibleColumnsKeys(IBasicEditingContext context)
Deprecated. 
Gets an array of column indexes for invisible columns.

Parameters:
context - the current editing context
Returns:
an array of column indexes

getColumnHeaders

protected Vector getColumnHeaders(IBasicEditingContext context)
Deprecated. 
Gets the columns headers.

Parameters:
context - the current editing context
Returns:
a list of column headers

getColumnsKeys

protected Iterator getColumnsKeys(IBasicEditingContext context)
Deprecated. 
Gets an array of column indexes for key columns.

Parameters:
context - the current editing context
Returns:
an array of column indexes

getKeyColumnIndex

protected int getKeyColumnIndex(IWizardContext context)
Deprecated. 
Gets the index of a key column.

Parameters:
context - the current wizard context
Returns:
the index of the key column

isKeyColumn

protected boolean isKeyColumn(int iColumnIndex)
Deprecated. 
Indicates whether a column is a key column.

Parameters:
iColumnIndex - a column index
Returns:
true if the column is the key column, false

restoreColumnsState

protected void restoreColumnsState(com.sapportals.htmlb.table.TableColumn[] iColumns,
                                   IBasicEditingContext context)
Deprecated. 
Restores information held in the column object to the table.

Parameters:
iColumns - column data
context - the current wizard context
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/admin/api api EP-PIN
[sap.com] EP-RUNTIME [sap.com] com.sap.portal.admin.wizardframeworkdeprecated - EP-PIN-APF
[sap.com] EP-RUNTIME [sap.com] com.sap.portal.admin.wizardframeworkdeprecated api EP-PIN-APF


Copyright 2011 SAP AG Complete Copyright Notice