SAP ABAP Class CL_WDR_TABLE_COL_SIZE_HELPER (Method Handler for the Table)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
⤷
SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
⤷
⤷
Properties
| Class | CL_WDR_TABLE_COL_SIZE_HELPER | |
| Short Description | Method Handler for the Table | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_RENDERING | Web Dynpro Runtime: Rendering |
| Created | 20091002 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_WDR_TABLE_COL_SIZE_HELPER has no interface implemented.
Friends
Class CL_WDR_TABLE_COL_SIZE_HELPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 25 | 20091202 | |||
| 2 | Constant | Public | Type reference (TYPE) | I | 4 | 20091202 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20091202 | ||
| 2 | Static method | Public | Method | 20140523 | ||
| 3 | Static method | Public | Method | Returns the column width of a C table column | 20101130 | |
| 4 | Static method | Public | Method | 20091202 | ||
| 5 | Static method | Public | Method | 20101123 |
Events
Class CL_WDR_TABLE_COL_SIZE_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_COLUMN_DESCRS_FOR_RULES | Public | See coding | 20140523 | t_column_descrs_for_rules type standard table of t_column_descr_for_rules with default key
|
||
| 2 | T_COLUMN_DESCR_FOR_RULES | Public | See coding | 20140523 | begin of t_column_descr_for_rules,
column_name type string,
binding type ref to wdr_property_binding,
rtti type ref to cl_abap_typedescr,
fix_value type string,
end of t_column_descr_for_rules
|
||
| 3 | T_WIDTH_VALUE | Public | Type reference (TYPE) | I | 20091002 | |
Method Signatures
Method CORRECT_TABLE_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLUMN_RESIZE_MODE | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_RESIZE_MODE | Web Dynpro: TableColumnResizeMode | 20091202 | |||
| 2 | MIN_WIDTH | Call by reference | Type reference (TYPE) | STRING | minimum width of the table | 20091202 | |||
| 3 | TABLE_WIDTH | Call by reference | Type reference (TYPE) | STRING | width of the table (incl. personalisation) | 20091202 | |||
| 4 | VISIBLE_COLUMNS | Call by reference | Type reference (TYPE) | CL_WDR_TABLE_DATA_PROVIDER=>T_COLUMN_TAB | visible columns: only fields wd_*, width* are used | 20091202 |
Method CORRECT_TABLE_LAYOUT on class CL_WDR_TABLE_COL_SIZE_HELPER has no exception.
Method GET_COLUMN_DESCR_FOR_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLUMN_DESCRS_FOR_RULES | Value transfer | Type reference (TYPE) | T_COLUMN_DESCRS_FOR_RULES | 20140523 | ||||
| 2 | COLUMN_IDS | Call by reference | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20140523 | |||
| 3 | C_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_C_TABLE | 20140523 |
Method GET_COLUMN_DESCR_FOR_RULES on class CL_WDR_TABLE_COL_SIZE_HELPER has no exception.
Method GET_OPTIMAL_COLUMN_WIDTH_CT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TABLE_COLUMN | Call by reference | Object reference (TYPE REF TO) | CL_WD_C_TABLE_COLUMN | 20101130 | ||||
| 2 | WIDTH_IN_PX | Call by reference | Type reference (TYPE) | P | 20101130 |
Method GET_OPTIMAL_COLUMN_WIDTH_CT on class CL_WDR_TABLE_COL_SIZE_HELPER has no exception.
Method SET_OPTIMAL_COLUMN_WIDTHS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MIN_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20091202 | ||||
| 2 | WD_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | 20091202 |
Method SET_OPTIMAL_COLUMN_WIDTHS on class CL_WDR_TABLE_COL_SIZE_HELPER has no exception.
Method SET_OPTIMAL_COLUMN_WIDTHS_CT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MIN_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20101123 | ||||
| 2 | WD_C_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_C_TABLE | 20101123 |
Method SET_OPTIMAL_COLUMN_WIDTHS_CT on class CL_WDR_TABLE_COL_SIZE_HELPER has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 800 |