SAP ABAP Class CL_WD_TABLE_COLUMN_GROUP (CL_WD_TABLE_COLUMN_GROUP)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_STANDARD (Package) UIE Library "Standard"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_ABSTR_TABLE_COLUMN Perforce change= / 20051117-120623 20040914
Properties
Class CL_WD_TABLE_COLUMN_GROUP  
Short Description    
Super Class CL_WD_ABSTR_TABLE_COLUMN Perforce change= / 20051117-120623 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20040914   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WD_TABLE_COLUMN_GROUP has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20100618 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20100618 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CC_COLUMNS Instance attribute Public Type reference (TYPE) I 20040914
2 CH_COLUMNS Instance attribute Protected Type reference (TYPE) CL_WD_ABSTR_TABLE_COLUMN=>TT_ABSTR_TABLE_COLUMN 20040914
3 CID_TABLE_COLUMN_GROUP Constant Public Type reference (TYPE) GUID '5DB468426C506824E10000000A1550C0' 20050316
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COLUMN Instance method Public Method 20040914
2 CONSTRUCTOR Instance method Public Constructor 20040914
3 GET_COLUMN Instance method Public Method 20040914
4 GET_COLUMNS Instance method Public Method 20040914
5 HAS_COLUMNS Instance method Public Method 20040914
6 NEW_TABLE_COLUMN_GROUP Static method Public Method 20040914
7 NUMBER_OF_COLUMNS Instance method Public Method 20040914
8 REMOVE_ALL_COLUMNS Instance method Public Method 20040914
9 REMOVE_COLUMN Instance method Public Method 20040914
Events
Class CL_WD_TABLE_COLUMN_GROUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TABLE_COLUMN_GROUP Public See coding 20050316 tt_TABLE_COLUMN_GROUP TYPE TABLE OF REF TO CL_WD_TABLE_COLUMN_GROUP WITH DEFAULT KEY
Method Signatures

Method ADD_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20040914
2 Importing THE_COLUMN Call by reference Object reference (TYPE REF TO) CL_WD_ABSTR_TABLE_COLUMN 20040914

Method ADD_COLUMN on class CL_WD_TABLE_COLUMN_GROUP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040914
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040914

Method CONSTRUCTOR on class CL_WD_TABLE_COLUMN_GROUP has no exception.

Method GET_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040914
2 Importing INDEX Call by reference Type reference (TYPE) I 20040914
3 Returning THE_COLUMN Value transfer Object reference (TYPE REF TO) CL_WD_ABSTR_TABLE_COLUMN 20040914

Method GET_COLUMN on class CL_WD_TABLE_COLUMN_GROUP has no exception.

Method GET_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_COLUMNS Value transfer Type reference (TYPE) CL_WD_ABSTR_TABLE_COLUMN=>TT_ABSTR_TABLE_COLUMN 20040914

Method GET_COLUMNS on class CL_WD_TABLE_COLUMN_GROUP has no exception.

Method HAS_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20040914

Method HAS_COLUMNS on class CL_WD_TABLE_COLUMN_GROUP has no exception.

Method NEW_TABLE_COLUMN_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCESSIBILITY_DESCR Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20050916
2 Importing BIND_ACCESSIBILITY_DESCR Call by reference Type reference (TYPE) STRING 20050916
3 Importing BIND_FIXED_POSITION Call by reference Type reference (TYPE) STRING 20041109
4 Importing BIND_HEADER_TEXT_WRAPPING Call by reference Type reference (TYPE) STRING 20060629
5 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20040914
6 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20060622
7 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20060622
8 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_TABLE_COLUMN_GROUP 20040914
9 Importing EXPLANATION Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20050121
10 Importing FIXED_POSITION Call by reference Type reference (TYPE) WDUI_TABLE_COLUMN_FIXED_POS E_FIXED_POSITION-NOT_FIXED 20041109
11 Importing HEADER_TEXT_WRAPPING Call by reference Type reference (TYPE) WDY_BOOLEAN 20060629
12 Importing ID Call by reference Type reference (TYPE) STRING 20040914
13 Importing ON_ACTION Call by reference Type reference (TYPE) STRING 20040914
14 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040914
15 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20040914

Method NEW_TABLE_COLUMN_GROUP on class CL_WD_TABLE_COLUMN_GROUP has no exception.

Method NUMBER_OF_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I 20040914

Method NUMBER_OF_COLUMNS on class CL_WD_TABLE_COLUMN_GROUP has no exception.

Method REMOVE_ALL_COLUMNS Signature

Method REMOVE_ALL_COLUMNS on class CL_WD_TABLE_COLUMN_GROUP has no parameter.
Method REMOVE_ALL_COLUMNS on class CL_WD_TABLE_COLUMN_GROUP has no exception.

Method REMOVE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040914
2 Importing INDEX Call by reference Type reference (TYPE) I 20040914
3 Returning THE_COLUMN Value transfer Object reference (TYPE REF TO) CL_WD_ABSTR_TABLE_COLUMN 20040914

Method REMOVE_COLUMN on class CL_WD_TABLE_COLUMN_GROUP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710