public class TableViewColumn extends Object
| Constructor and Description |
|---|
TableViewColumn(String iHeader,
Boolean iIsVisibile,
Boolean iIsKey,
IBasicEditingContext context)
Deprecated.
A constructor that sets the header, whether the column is visible,
and whether it is a key column.
|
TableViewColumn(String iHeader,
Boolean iIsVisibile,
Boolean iIsKey,
ITableViewCellRenderer iColRender,
IBasicEditingContext context)
Deprecated.
A constructor that sets the header, whether the column is visible,
whether it is a key column and a column renderer.
|
| Modifier and Type | Method and Description |
|---|---|
Comparator |
getComparator()
Deprecated.
returns the column comparator
|
String |
getHeader()
Deprecated.
Gets the column header.
|
ITableViewCellRenderer |
getRender()
Deprecated.
Gets the cell renderer.
|
String |
getType()
Deprecated.
Gets the column type.
|
com.sapportals.htmlb.enums.TableColumnType |
getTypeEnum()
Deprecated.
Gets the column type object.
|
Boolean |
isKey()
Deprecated.
Indicates whether the column is a key column.
|
Boolean |
isSortable()
Deprecated.
Indicates whether the column is sortable.
|
Boolean |
isVisible()
Deprecated.
Indicates whether the column is visible.
|
void |
setComparator(Comparator comparator)
Deprecated.
set the column comparator.
|
void |
setHeader(String iHeader)
Deprecated.
Sets a column header.
|
void |
setIsKey(Boolean iIsKey)
Deprecated.
Sets a column as a key column.
|
void |
setIsSortable(Boolean iSortable)
Deprecated.
Sets a column as sortable.
|
void |
setIsVisible(Boolean iIsVisible)
Deprecated.
Sets a column as visible.
|
void |
setRender(ITableViewCellRenderer iColRender)
Deprecated.
Sets the column renderer.
|
void |
setType(String iColType)
Deprecated.
Sets the type for a column.
|
void |
setTypeEnum(com.sapportals.htmlb.enums.TableColumnType iColType)
Deprecated.
Sets a column type object.
|
public TableViewColumn(String iHeader, Boolean iIsVisibile, Boolean iIsKey, IBasicEditingContext context)
iHeader - a column headeriIsVisibile - true if the column is visible,
false if not visibleiIsKey - true if it is a key column,
false if notcontext - the editing contextpublic TableViewColumn(String iHeader, Boolean iIsVisibile, Boolean iIsKey, ITableViewCellRenderer iColRender, IBasicEditingContext context)
iHeader - a column headeriIsVisibile - true if the column is visible,
false if not visibleiIsKey - true if it is a key column,
false if notiColRender - a column renderercontext - the current editing contextpublic String getHeader()
public void setHeader(String iHeader)
iHeader - a headerpublic String getType()
public void setType(String iColType)
iColType - a column typepublic com.sapportals.htmlb.enums.TableColumnType getTypeEnum()
public void setTypeEnum(com.sapportals.htmlb.enums.TableColumnType iColType)
iColType - a column type objectpublic Boolean isKey()
true if it is a key column,
false if notpublic void setIsKey(Boolean iIsKey)
iIsKey - true if it is a key column,
false if notpublic Boolean isSortable()
true if it is sortable,
false if notpublic void setIsSortable(Boolean iSortable)
iSortable - true if it is sortable,
false if notpublic Boolean isVisible()
true if it is visible,
false if notpublic void setIsVisible(Boolean iIsVisible)
iIsVisible - true to set as visible,
false to set as not visiblepublic ITableViewCellRenderer getRender()
public void setRender(ITableViewCellRenderer iColRender)
iColRender - a column rendererpublic Comparator getComparator()
public void setComparator(Comparator comparator)
comparator - column sort comparator| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com]
|
-
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com]
|
api
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
Copyright 2021 SAP SE Complete Copyright Notice