SAP ABAP Class CL_CFX_UI_TABLE (CFX: Data Object for Table Display)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_UI (Package) Collaboration Folders: User Interface
Properties
Class CL_CFX_UI_TABLE  
Short Description CFX: Data Object for Table Display    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_UI   Collaboration Folders: User Interface 
Created 20001215   SAP 
Last change 20141109    
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)
2 CL_CFX_CONST_UI Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IXML Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CFX_UI_TABLE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_CFX_SO_UI_TABLE 20030304 UI Table - Wrapping of cl_cfx_ui_table
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MDOC_HELPER Static Attribute Private Object reference (TYPE REF TO) IF_IXML_DOCUMENT Helper Document 20010503
2 MOBJ_FACTORY Static Attribute Private Object reference (TYPE REF TO) IF_IXML iXML Factory 20010503
3 MP_BUTTON_AND_MENU_ROW Instance attribute Private Object reference (TYPE REF TO) CL_CFX_SO_BUTTON_AND_MENU_ROW Buttons and Menus 20050126
4 MP_CONTROLLER Instance attribute Public Object reference (TYPE REF TO) CL_BSP_CONTROLLER Controller Basis Class 20031027
5 MP_SCREEN_OBJECTS Instance attribute Private Object reference (TYPE REF TO) CL_CFX_SO_SIMPLE_LIST All Screen Objects Used in This Table 20030303
6 MTND_HELPER Static Attribute Private Object reference (TYPE REF TO) IF_IXML_TEXT Helper Text Node 20010503
7 MT_BUTTONS Instance attribute Private Type reference (TYPE) CFX_TT_TITLE_BUTTONS Button Data 20010130
8 MT_CANCEL_BUTTONS Instance attribute Private Type reference (TYPE) CFX_TT_TITLE_BUTTONS Data for "Cancellation" Switch 20041115
9 MT_CELLS Instance attribute Private Type reference (TYPE) CFX_TT_CELLS Cell Data 20001215
10 MT_COLS Instance attribute Private Type reference (TYPE) CFX_TT_COLS Column Data 20001215
11 MT_ROWS Instance attribute Private Type reference (TYPE) CFX_TT_ROWS Row Data 20001215
12 M_BUTTON_NUMBER Instance attribute Private Type reference (TYPE) I Number of Buttons 20010130
13 M_CANCEL_BUTTON_NUMBER Instance attribute Private Type reference (TYPE) I Number of Buttons 20041115
14 M_COL_NUMBER Instance attribute Private Type reference (TYPE) I Number of Columns 20001215
15 M_ROW_NUMBER Instance attribute Private Type reference (TYPE) I Number of Rows 20001215
16 M_TABLE Instance attribute Private Type reference (TYPE) CFX_TS_TABLE_VIEW Table View Data 20001215
17 SC_EVENT_BOTTOM Constant Public Type reference (TYPE) STRING 'CFX_TABLE_EVENT_BOTTOM' Event "Bottom" 20020812
18 SC_EVENT_DOWN Constant Public Type reference (TYPE) STRING 'CFX_TABLE_EVENT_DOWN' Event "Down" 20020812
19 SC_EVENT_PAGE_DOWN Constant Public Type reference (TYPE) STRING 'CFX_TABLE_EVENT_PAGE_DOWN' Event "Page Down" 20020812
20 SC_EVENT_PAGE_UP Constant Public Type reference (TYPE) STRING 'CFX_TABLE_EVENT_PAGE_UP' Event "Page Up" 20020812
21 SC_EVENT_SCROLL Constant Public Type reference (TYPE) STRING 'CFX_TABLE_EVENT_SCROLL' Event "Scroll" 20020812
22 SC_EVENT_TOP Constant Public Type reference (TYPE) STRING 'CFX_TABLE_EVENT_TOP' Event "Top" 20020812
23 SC_EVENT_UP Constant Public Type reference (TYPE) STRING 'CFX_TABLE_EVENT_UP' Event "Up" 20020812
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BUTTON Instance method Public Method Adding a Title Button 20010130
2 ADD_ROW Instance method Public Method Adding a Row 20001215
3 CLASS_CONSTRUCTOR Static method Public Constructor Constructing Table Class 20010503
4 CONSTRUCTOR Instance method Public Constructor Constructing Table 20001215
5 GET_AS_INTERNAL_TABLE Instance method Public Method Gets the Table Contents As an Internal Table 20070430
6 GET_BUTTON Instance method Public Method Setting Button Data 20010130
7 GET_BUTTON_AND_MENU_ROW Instance method Public Method Get Line with Buttons/Dropdown Menus 20050126
8 GET_BUTTON_NUMBER Instance method Public Method Getting the Number of Buttons 20010130
9 GET_CANCEL_BUTTON_NUMBER Instance method Public Method Get Number of Cancellation Switches 20041115
10 GET_CELL Instance method Public Method Getting Cell Data 20001215
11 GET_COL Instance method Public Method Getting Column Data 20001215
12 GET_COL_NUMBER Instance method Public Method Getting the Number of Columns 20001215
13 GET_COL_NUMBER_ALL Instance method Public Method Getting the Total Number of Columns (Incl. Selection Column) 20001215
14 GET_ROW Instance method Public Method Getting Row Data 20001215
15 GET_ROWS Instance method Public Method Gets All Rows of Table 20070503
16 GET_ROW_NUMBER Instance method Public Method Getting the Number of Rows 20001215
17 GET_SELECTED_IDS Static method Public Method Returns the Object IDs of the Selected Table Rows 20010508
18 GET_SINGLE_ID Static method Public Method Returns the Selected ID in Input Processing 20020306
19 GET_TABLE Instance method Public Method Getting Table Data 20001215
20 HANDLE_EVENTS Static method Public Method Handles Table Events 20010918
21 IS_TABLE_IN_REQUEST Static method Public Method Checks Whether the Specified Table is in the Request Object 20020726
22 SET_BUTTON Instance method Public Method Setting Button Data 20010130
23 SET_BUTTON_AND_MENU_ROW Instance method Public Method Set Line with Buttons/Dropdown Menus 20050126
24 SET_CELL Instance method Public Method Setting Cell Data 20001215
25 SET_CELL_SCREEN_OBJECT Instance method Public Method Setting Cell Data 20030228
26 SET_COL Instance method Public Method Setting Column Data 20001215
27 SET_COL_NUMBER Instance method Public Method Sets the Number of Columns 20070809
28 SET_ROW Instance method Public Method Setting Row Data 20001215
29 SET_TABLE Instance method Public Method Setting Table Data 20001215
Events
Class CL_CFX_UI_TABLE has no event.
Types
Class CL_CFX_UI_TABLE has no local type.
Method Signatures

Method ADD_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALERT Value transfer Type reference (TYPE) STRING alert text 20020815
2 Importing I_CANCEL_BUTTON Value transfer Type reference (TYPE) CFX_BOOLEAN 'X' = "Abbrechen"-Schalter 20041115
3 Importing I_CONFIRMATION Value transfer Type reference (TYPE) STRING confirmation text 20010601
4 Importing I_EMPHASIZED Value transfer Type reference (TYPE) STRING true -> emphasized 20010605
5 Importing I_ENABLED Value transfer Type reference (TYPE) STRING false -> disabled 20010130
6 Importing I_ID Value transfer Type reference (TYPE) STRING html id 20010130
7 Importing I_ONCLICK Value transfer Type reference (TYPE) STRING frontend: javascript function 20010130
8 Importing I_SAP_EVENT Value transfer Type reference (TYPE) STRING backend: name of event handler 20010130
9 Importing I_TEXT Value transfer Type reference (TYPE) STRING label of button 20010130
10 Importing I_TITLE Value transfer Type reference (TYPE) STRING 20020717
11 Importing I_VISIBLE Value transfer Type reference (TYPE) STRING false -> no html code 20010130
12 Importing I_WIDTH Value transfer Type reference (TYPE) STRING width e.g. in px 20010605
13 Returning R_NEW_BUTTON_INDEX Value transfer Type reference (TYPE) I Index of new button 20010130

Method ADD_BUTTON on class CL_CFX_UI_TABLE has no exception.

Method ADD_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_CHECKED Value transfer Type reference (TYPE) STRING When 'X' row is selected 20001220
2 Importing I_IS_DISABLED Value transfer Type reference (TYPE) STRING When 'X' row is disabled 20010712
3 Importing I_OBJECT_ID Value transfer Type reference (TYPE) STRING Data of new row 20001219
4 Importing I_ONSELECTCLICK Value transfer Type reference (TYPE) STRING Javascript string executed if select box/button is clicked 20001219
5 Importing I_SEL_IS_HIDDEN Value transfer Type reference (TYPE) STRING '' When 'X': selection control is hidden 20010425
6 Returning R_NEW_ROW_INDEX Value transfer Type reference (TYPE) I Index of new row 20001215

Method ADD_ROW on class CL_CFX_UI_TABLE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CFX_UI_TABLE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CFX_UI_TABLE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_NUMBER Call by reference Type reference (TYPE) I Number of colums 20001215
2 Importing I_ROW_NUMBER Call by reference Type reference (TYPE) I 0 Number of rows 20001215
3 Importing I_SELECTION_MODE Call by reference Type reference (TYPE) STRING Selection mode 20001215

Method CONSTRUCTOR on class CL_CFX_UI_TABLE has no exception.

Method GET_AS_INTERNAL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLE_CONTENTS Call by reference Type reference (TYPE) CFX_TT_UI_TABLE_CONTENTS List of cell data in a UI table 20070503

Method GET_AS_INTERNAL_TABLE on class CL_CFX_UI_TABLE has no exception.

Method GET_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ALERT Value transfer Type reference (TYPE) STRING alert text 20020815
2 Exporting E_CONFIRMATION Value transfer Type reference (TYPE) STRING confirmation question 20010605
3 Exporting E_EMPHASIZED Value transfer Type reference (TYPE) STRING true -> emphasized 20010605
4 Exporting E_ENABLED Value transfer Type reference (TYPE) STRING false -> disabled 20010130
5 Exporting E_ID Value transfer Type reference (TYPE) STRING html id 20010130
6 Exporting E_ONCLICK Value transfer Type reference (TYPE) STRING frontend: javascript function 20010130
7 Exporting E_SAP_EVENT Value transfer Type reference (TYPE) STRING backend: name of event handler 20010130
8 Exporting E_TEXT Value transfer Type reference (TYPE) STRING label of button 20010130
9 Exporting E_TITLE Call by reference Type reference (TYPE) STRING 20020717
10 Exporting E_VISIBLE Value transfer Type reference (TYPE) STRING false -> no html code 20010130
11 Exporting E_WIDTH Value transfer Type reference (TYPE) STRING width e.g. in px 20010605
12 Importing I_BUTTON_INDEX Value transfer Type reference (TYPE) I Index of title button 20010130
13 Importing I_CANCEL_BUTTON Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE "Abbrechen"-Schalter zurückgeben 20041115

Method GET_BUTTON on class CL_CFX_UI_TABLE has no exception.

Method GET_BUTTON_AND_MENU_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_BUTTON_AND_MENU_ROW Call by reference Object reference (TYPE REF TO) CL_CFX_SO_BUTTON_AND_MENU_ROW Druckknöpfe und Menüs 20050126

Method GET_BUTTON_AND_MENU_ROW on class CL_CFX_UI_TABLE has no exception.

Method GET_BUTTON_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BUTTON_NUMBER Value transfer Type reference (TYPE) I Number of title buttons 20010130

Method GET_BUTTON_NUMBER on class CL_CFX_UI_TABLE has no exception.

Method GET_CANCEL_BUTTON_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CANCEL_BUTTON_NUMBER Value transfer Type reference (TYPE) I Anzahl der "Abbrechen"-Schalter 20041115

Method GET_CANCEL_BUTTON_NUMBER on class CL_CFX_UI_TABLE has no exception.

Method GET_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_SCREEN_OBJECT Call by reference Object reference (TYPE REF TO) CL_CFX_SO_SCREEN_OBJECT Irgendein am Bildschirm anzeigbares Objekt 20030228
2 Exporting E_BGCOLOR Value transfer Type reference (TYPE) STRING Hintergrundfarbe 20041028
3 Exporting E_CLASS Call by reference Type reference (TYPE) STRING Klasse aus dem Cascade Stylesheet 20041115
4 Exporting E_HREF Value transfer Type reference (TYPE) STRING Link 20001218
5 Exporting E_IMG Value transfer Type reference (TYPE) STRING Image 20001218
6 Exporting E_OBJECT_ID Value transfer Type reference (TYPE) STRING Object Id 20001218
7 Exporting E_ONCLICK Value transfer Type reference (TYPE) STRING Jscript for onclick event 20011025
8 Exporting E_TARGET Value transfer Type reference (TYPE) STRING Target of Link 20001218
9 Exporting E_TEXT Value transfer Type reference (TYPE) STRING Text 20001218
10 Exporting E_TOOLTIP Value transfer Type reference (TYPE) STRING Tooltip 20011024
11 Importing I_COL Value transfer Type reference (TYPE) I Index of column 20001215
12 Importing I_ROW Value transfer Type reference (TYPE) I Index of row 20001215

Method GET_CELL on class CL_CFX_UI_TABLE has no exception.

Method GET_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CELLCLICK Value transfer Type reference (TYPE) STRING If 'X': cellClick event fires 20001218
2 Exporting E_FONT Value transfer Type reference (TYPE) STRING Schriftart 20041028
3 Exporting E_HALIGN Value transfer Type reference (TYPE) STRING Horizontal alignment 20001218
4 Exporting E_IS_ASCENDING Value transfer Type reference (TYPE) STRING If 'X': Sort direction is 'ascending' 20011105
5 Exporting E_IS_SORTABLE Value transfer Type reference (TYPE) STRING If 'X': Column is sortable 20011105
6 Exporting E_IS_SORTED Value transfer Type reference (TYPE) STRING If 'X': Column is sorted 20011105
7 Exporting E_NOWRAP Value transfer Type reference (TYPE) STRING If 'X': Entries aren't wrapped 20010110
8 Exporting E_OBJECT_ID Value transfer Type reference (TYPE) STRING Object id 20011105
9 Exporting E_PAR1 Value transfer Type reference (TYPE) STRING Parameter 1 of colClick event 20020709
10 Exporting E_SAP_EVENT Value transfer Type reference (TYPE) STRING SAP event 20010725
11 Exporting E_TEXT Value transfer Type reference (TYPE) STRING Text of header 20001218
12 Exporting E_TOOLTIP Value transfer Type reference (TYPE) STRING Tooltip 20020716
13 Exporting E_WIDTH Value transfer Type reference (TYPE) STRING Width 20010109
14 Importing I_COL_INDEX Call by reference Type reference (TYPE) I Index of column 20001215

Method GET_COL on class CL_CFX_UI_TABLE has no exception.

Method GET_COL_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_COL_NUMBER Value transfer Type reference (TYPE) I Number of columns 20001215

Method GET_COL_NUMBER on class CL_CFX_UI_TABLE has no exception.

Method GET_COL_NUMBER_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_COL_NUMBER_ALL Value transfer Type reference (TYPE) I Effective column number (selection column included) 20001215

Method GET_COL_NUMBER_ALL on class CL_CFX_UI_TABLE has no exception.

Method GET_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_CHECKED Value transfer Type reference (TYPE) STRING When 'X': row is checked 20001220
2 Exporting E_IS_DISABLED Call by reference Type reference (TYPE) STRING When 'X': row is disabled 20010712
3 Exporting E_OBJECT_ID Value transfer Type reference (TYPE) STRING Object Id 20001218
4 Exporting E_ONSELECTCLICK Value transfer Type reference (TYPE) STRING Javascript for onclick event at selection box/button 20001218
5 Exporting E_SEL_IS_HIDDEN Value transfer Type reference (TYPE) STRING When 'X': selection control is hidden 20010425
6 Importing I_ROW_INDEX Call by reference Type reference (TYPE) I Index of row 20001215

Method GET_ROW on class CL_CFX_UI_TABLE has no exception.

Method GET_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ROWS Value transfer Type reference (TYPE) CFX_TT_ROWS Table of Row Data 20070503

Method GET_ROWS on class CL_CFX_UI_TABLE has no exception.

Method GET_ROW_NUMBER Signature

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

Method GET_ROW_NUMBER on class CL_CFX_UI_TABLE has no exception.

Method GET_SELECTED_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ID Call by reference Type reference (TYPE) CFX_TT_STRING Tabelle der Objekt-Ids der selektierten Tabellen-Zeilen 20010508
2 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20010508
3 Importing I_TABLE_ID Call by reference Type reference (TYPE) STRING Id der des Tabellen-Controls 20010508

Method GET_SELECTED_IDS on class CL_CFX_UI_TABLE has no exception.

Method GET_SINGLE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20020306
2 Importing I_TABLE_ID Call by reference Type reference (TYPE) STRING 20020306
3 Returning R_ID Value transfer Type reference (TYPE) STRING 20020306

Method GET_SINGLE_ID on class CL_CFX_UI_TABLE has no exception.

Method GET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CELL_CONTENTS Value transfer Type reference (TYPE) CFX_TT_UI_TABLE_CONTENTS List of cell data in a UI table 20070503
2 Exporting E_COLCLICK Value transfer Type reference (TYPE) STRING If 'X': ColClick event fires 20001218
3 Exporting E_DOUBLESORT Value transfer Type reference (TYPE) STRING If 'X': Columns can be sorted 'ascending' or 'descending' 20020710
4 Exporting E_EMPTY_STRING Value transfer Type reference (TYPE) STRING String that is shown when table is empty 20010109
5 Exporting E_FIRST_VISIBLE_ROW Value transfer Type reference (TYPE) INT4 First visible row 20020812
6 Exporting E_FOOTERS_ARE_ON Value transfer Type reference (TYPE) STRING If 'X': Footers are shown 20020812
7 Exporting E_HEADERS_ARE_ON Value transfer Type reference (TYPE) STRING If 'X': Headers are shown 20010110
8 Exporting E_ID Value transfer Type reference (TYPE) STRING Id 20001218
9 Exporting E_OBJECT_ID Value transfer Type reference (TYPE) STRING Object Id 20001218
10 Exporting E_OTR_BOTTOM Value transfer Type reference (TYPE) STRING cfx_ui/bottom 20020812
11 Exporting E_OTR_DOWN Value transfer Type reference (TYPE) STRING cfx_ui/down 20020812
12 Exporting E_OTR_MARK_ALL Value transfer Type reference (TYPE) STRING cfx_ui/mark_all 20011011
13 Exporting E_OTR_MARK_TT Value transfer Type reference (TYPE) STRING cfx_ui/mark_all_tt 20011102
14 Exporting E_OTR_NO_ENTRIES Value transfer Type reference (TYPE) STRING cfx_ui/no_entries 20010212
15 Exporting E_OTR_PAGE_DOWN Value transfer Type reference (TYPE) STRING cfx_ui/page_down 20020812
16 Exporting E_OTR_PAGE_UP Value transfer Type reference (TYPE) STRING cfx_ui/page_up 20020812
17 Exporting E_OTR_TOP Value transfer Type reference (TYPE) STRING cfx_ui/top 20020812
18 Exporting E_OTR_UNMARK_ALL Value transfer Type reference (TYPE) STRING cfx_ui/unmark_all 20011011
19 Exporting E_OTR_UNMARK_TT Value transfer Type reference (TYPE) STRING cfx_ui/unmark_all_tt 20011102
20 Exporting E_OTR_UP Value transfer Type reference (TYPE) STRING cfx_ui/up 20020812
21 Exporting E_SELECTION_MODE Value transfer Type reference (TYPE) STRING Selection mode 20001218
22 Exporting E_TITLE Value transfer Type reference (TYPE) STRING Title 20001218
23 Exporting E_TITLE_IS_ON Value transfer Type reference (TYPE) STRING If 'X': Title is shown 20010110
24 Exporting E_TOTAL_NUMBER_OF_ROWS Value transfer Type reference (TYPE) INT4 Total number of rows 20020812
25 Exporting E_VISIBLE Value transfer Type reference (TYPE) STRING If 'X': Table is visible 20010123
26 Exporting E_WIDTH Value transfer Type reference (TYPE) STRING Width 20010109

Method GET_TABLE on class CL_CFX_UI_TABLE has no exception.

Method HANDLE_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST BSP navigation object 20011012
2 Importing I_EVENT_ID Value transfer Type reference (TYPE) STRING Event id 20010924
3 Returning R_EVENT_HANDLED Value transfer Type reference (TYPE) STRING Is set when handler handled the event 20010918

Method HANDLE_EVENTS on class CL_CFX_UI_TABLE has no exception.

Method IS_TABLE_IN_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20020726
2 Importing I_TABLE_ID Call by reference Type reference (TYPE) STRING 20020726
3 Returning R_FOUND Value transfer Type reference (TYPE) ABAP_BOOL 20020726

Method IS_TABLE_IN_REQUEST on class CL_CFX_UI_TABLE has no exception.

Method SET_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALERT Value transfer Type reference (TYPE) STRING alert text 20020815
2 Importing I_BUTTON_INDEX Value transfer Type reference (TYPE) I Index of title button 20010130
3 Importing I_CANCEL_BUTTON Value transfer Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE 'X' = "Abbrechen"-Schalter 20041115
4 Importing I_CONFIRMATION Value transfer Type reference (TYPE) STRING confirmation question 20010605
5 Importing I_EMPHASIZED Value transfer Type reference (TYPE) STRING true -> emphasized 20010605
6 Importing I_ENABLED Value transfer Type reference (TYPE) STRING false -> disabled 20010130
7 Importing I_ID Value transfer Type reference (TYPE) STRING html id 20010130
8 Importing I_ONCLICK Value transfer Type reference (TYPE) STRING frontend: javascript function 20010130
9 Importing I_SAP_EVENT Value transfer Type reference (TYPE) STRING backend: name of event handler 20010130
10 Importing I_TEXT Value transfer Type reference (TYPE) STRING label of button 20010130
11 Importing I_TITLE Value transfer Type reference (TYPE) STRING Tooltip 20020717
12 Importing I_VISIBLE Value transfer Type reference (TYPE) STRING false -> no html code 20010130
13 Importing I_WIDTH Value transfer Type reference (TYPE) STRING width e.g. in px 20010605

Method SET_BUTTON on class CL_CFX_UI_TABLE has no exception.

Method SET_BUTTON_AND_MENU_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_BUTTON_AND_MENU_ROW Value transfer Object reference (TYPE REF TO) CL_CFX_SO_BUTTON_AND_MENU_ROW Druckknöpfe und Menüs 20050126

Method SET_BUTTON_AND_MENU_ROW on class CL_CFX_UI_TABLE has no exception.

Method SET_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BGCOLOR Value transfer Type reference (TYPE) STRING Hintergrundfarbe 20041028
2 Importing I_CLASS Value transfer Type reference (TYPE) STRING Klasse aus dem Cascade Stylesheet 20041115
3 Importing I_COL_INDEX Value transfer Type reference (TYPE) I Index of column 20001215
4 Importing I_ESCAPE_TEXT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Escape text? 20020816
5 Importing I_HREF Value transfer Type reference (TYPE) STRING Link 20001215
6 Importing I_IMG Value transfer Type reference (TYPE) STRING Image 20001215
7 Importing I_OBJECT_ID Value transfer Type reference (TYPE) STRING Object Id 20001215
8 Importing I_ONCLICK Value transfer Type reference (TYPE) STRING Jscript for onclick event 20011025
9 Importing I_ROW_INDEX Value transfer Type reference (TYPE) I Index of row 20001215
10 Importing I_TARGET Value transfer Type reference (TYPE) STRING Link target 20001215
11 Importing I_TEXT Value transfer Type reference (TYPE) STRING Text 20001215
12 Importing I_TOOLTIP Value transfer Type reference (TYPE) STRING Tooltip 20011024

Method SET_CELL on class CL_CFX_UI_TABLE has no exception.

Method SET_CELL_SCREEN_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_SCREEN_OBJECT Call by reference Object reference (TYPE REF TO) CL_CFX_SO_SCREEN_OBJECT Irgendein am Bildschirm anzeigbares Objekt 20030228
2 Importing I_COL_INDEX Value transfer Type reference (TYPE) I Index of column 20030228
3 Importing I_ROW_INDEX Value transfer Type reference (TYPE) I Index of row 20030228

Method SET_CELL_SCREEN_OBJECT on class CL_CFX_UI_TABLE has no exception.

Method SET_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CELLCLICK Value transfer Type reference (TYPE) STRING If 'X': cellClick event fires 20001215
2 Importing I_COL_INDEX Value transfer Type reference (TYPE) I Index of column 20001215
3 Importing I_FONT Value transfer Type reference (TYPE) STRING Schriftart 20041028
4 Importing I_HALIGN Value transfer Type reference (TYPE) STRING 'left' Horizontal alignment 20001215
5 Importing I_IS_ASCENDING Value transfer Type reference (TYPE) STRING If 'X'. Sorting direction is acending. Otherwise descending 20011105
6 Importing I_IS_SORTABLE Value transfer Type reference (TYPE) STRING If 'X': Column is sortable 20011105
7 Importing I_IS_SORTED Value transfer Type reference (TYPE) STRING If 'X': Column is sorted 20011105
8 Importing I_NOWRAP Value transfer Type reference (TYPE) STRING SPACE If 'X': Entries aren't wrapped 20010110
9 Importing I_OBJECT_ID Value transfer Type reference (TYPE) STRING Object Id 20001215
10 Importing I_PAR1 Value transfer Type reference (TYPE) STRING Parameter 1 of colClick event 20020709
11 Importing I_SAP_EVENT Value transfer Type reference (TYPE) STRING sap für input processing 20010725
12 Importing I_TEXT Value transfer Type reference (TYPE) STRING Text of header 20001215
13 Importing I_TOOLTIP Value transfer Type reference (TYPE) STRING Tooltip 20020716
14 Importing I_WIDTH Value transfer Type reference (TYPE) STRING Width 20010109

Method SET_COL on class CL_CFX_UI_TABLE has no exception.

Method SET_COL_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_NUM Call by reference Type reference (TYPE) I 20070809

Method SET_COL_NUMBER on class CL_CFX_UI_TABLE has no exception.

Method SET_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_CHECKED Value transfer Type reference (TYPE) STRING When 'X' row is checked 20001220
2 Importing I_IS_DISABLED Value transfer Type reference (TYPE) STRING When 'X' row is disabled 20010712
3 Importing I_OBJECT_ID Value transfer Type reference (TYPE) STRING Object Id 20001215
4 Importing I_ONSELECTCLICK Value transfer Type reference (TYPE) STRING Javascript for onclick event at selection box/button 20001218
5 Importing I_ROW_INDEX Value transfer Type reference (TYPE) I Index of row 20001215
6 Importing I_SEL_IS_HIDDEN Value transfer Type reference (TYPE) STRING When 'X': selection control is hidden 20010425

Method SET_ROW on class CL_CFX_UI_TABLE has no exception.

Method SET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLCLICK Value transfer Type reference (TYPE) STRING If 'X': ColClick event fires 20001215
2 Importing I_DOUBLESORT Value transfer Type reference (TYPE) STRING If 'X': Columns can be sorted 'ascending' or 'descending' 20020710
3 Importing I_EMPTY_STRING Value transfer Type reference (TYPE) STRING String that is shown when table is empty 20010109
4 Importing I_FIRST_VISIBLE_ROW Value transfer Type reference (TYPE) INT4 First visible row 20020812
5 Importing I_FOOTERS_ARE_ON Value transfer Type reference (TYPE) STRING '' If 'X': Footer line is shown 20020812
6 Importing I_HEADERS_ARE_ON Value transfer Type reference (TYPE) STRING 'X' If 'X': Header line is shown 20010110
7 Importing I_ID Value transfer Type reference (TYPE) STRING Id 20001215
8 Importing I_OBJECT_ID Value transfer Type reference (TYPE) STRING Object Id 20001215
9 Importing I_SELECTION_MODE Value transfer Type reference (TYPE) STRING Selection mode 20001215
10 Importing I_TITLE Value transfer Type reference (TYPE) STRING Title 20001215
11 Importing I_TITLE_IS_ON Value transfer Type reference (TYPE) STRING 'X' If 'X': Title line is shown 20010110
12 Importing I_TOTAL_NUMBER_OF_ROWS Value transfer Type reference (TYPE) INT4 Total number of rows (i.e. visible plus invisible rows) 20020812
13 Importing I_VISIBLE Value transfer Type reference (TYPE) STRING 'X' If 'x': Table is visible 20010123
14 Importing I_WIDTH Value transfer Type reference (TYPE) STRING '100%' width 20010109

Method SET_TABLE on class CL_CFX_UI_TABLE has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 20A