SAP ABAP Class CLG_M_TABLEVIEW (Base: <m:tableView>)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI (Application Component) WebClient UI
     CRM_BSP_MOBILE (Package) UIF for BSP-based CRM applications running on mobile devices
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_M_ELEMENT Element class for CRM Mobile tag library 20080216
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_M_TABLEVIEW Element-Handler: 20080216
Properties
Class CLG_M_TABLEVIEW  
Short Description Base: <m:tableView>    
Super Class CL_M_ELEMENT Element class for CRM Mobile tag library 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 70  Basis Class for BSP Element Handlers 
Package CRM_BSP_MOBILE   UIF for BSP-based CRM applications running on mobile devices 
Created 20080216   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CLG_M_TABLEVIEW has no forward declaration.
Interfaces
Class CLG_M_TABLEVIEW has no interface implemented.
Friends
Class CLG_M_TABLEVIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLUMNDEFINITIONS Instance attribute Public Type reference (TYPE) TABLEVIEWCONTROLTAB Standard column response 20080216
2 DESIGN Instance attribute Public Type reference (TYPE) STRING 'STANDARD' STANDARD / FULLSCREEN 20080216
3 HEADERTEXT Instance attribute Public Type reference (TYPE) STRING Title 20080216
4 ITERATOR Instance attribute Public Object reference (TYPE REF TO) IF_HTMLB_TABLEVIEW_ITERATOR Iterator 20080216
5 KEYCOLUMN Instance attribute Public Type reference (TYPE) STRING Key column name 20080216
6 MODE Instance attribute Public Type reference (TYPE) STRING 'STANDARD' STANDARD / DELETE 20080216
7 M_CLASS_VALIDATOR Static Attribute Public Object reference (TYPE REF TO) CL_BSP_ELEMENT_RT_ATTR_VALID 20080216
8 NOCOLUMNHEADERWHENEMPTY Instance attribute Public Type reference (TYPE) STRING No header on empty table 20080216
9 NOHEADER Instance attribute Public Type reference (TYPE) STRING No header 20080216
10 ONCLIENTROWSELECTION Instance attribute Public Type reference (TYPE) STRING onClientRowSelection event handler 20080216
11 ONHEADERCLICK Instance attribute Public Type reference (TYPE) STRING onHeaderClick event handler 20080216
12 ONROWSELECTION Instance attribute Public Type reference (TYPE) STRING onRowSelection event handler 20080216
13 ONTABLELINEADD Instance attribute Public Type reference (TYPE) STRING onTableLineAdd event handler 20080216
14 OVERWRITEDEFINITIONS Instance attribute Public Type reference (TYPE) TABLEVIEWOVERWRITETAB Override standard response 20080216
15 PAGERENTRYCOUNT Instance attribute Public Type reference (TYPE) STRING Entries displayed in the pager 20080216
16 RESET Instance attribute Public Type reference (TYPE) STRING Reset table 20080216
17 ROWCOUNT Instance attribute Public Type reference (TYPE) STRING Line count, only required if not all lines will be displayed 20080216
18 ROWDESIGN Instance attribute Public Type reference (TYPE) STRING 'STANDARD' STANDARD / ARROW / CHECKED / UNCHECKED / TABLEHEADER 20090415
19 SHOWEMPTYTABLETEXT Instance attribute Public Type reference (TYPE) STRING Show a message if the table is empty 20080216
20 SWITCHID Instance attribute Public Type reference (TYPE) STRING Stable core switch ID 20080229
21 TABLE Instance attribute Public Object reference (TYPE REF TO) DATA Table data 20080216
22 VISIBLEFIRSTROW Instance attribute Public Type reference (TYPE) STRING Index of first row displayed in current page 20080216
23 VISIBLEROWCOUNT Instance attribute Public Type reference (TYPE) STRING Number of rows per page 20080216
24 _TABLE Instance attribute Public Type reference (TYPE) STRING Table data 20080216
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080216
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080216
3 FACTORY Static method Public Method FACTORY_METHOD 20080216
4 FACTORY_CLEAR Static method Public Method FACTORY CLEAR METHOD 20080216
Events
Class CLG_M_TABLEVIEW has no event.
Types
Class CLG_M_TABLEVIEW has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CLG_M_TABLEVIEW has no parameter.
Method CONSTRUCTOR on class CLG_M_TABLEVIEW has no exception.

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNDEFINITIONS Call by reference Type reference (TYPE) TABLEVIEWCONTROLTAB 20080216
2 Importing DESIGN Call by reference Type reference (TYPE) CSEQUENCE 'STANDARD' 20080216
3 Returning ELEMENT Value transfer Object reference (TYPE REF TO) CL_M_TABLEVIEW 20080216
4 Importing HEADERTEXT Call by reference Type reference (TYPE) CSEQUENCE 20080216
5 Importing ID Call by reference Type reference (TYPE) CSEQUENCE 20080216
6 Importing ID_POSTFIX Call by reference Type reference (TYPE) CSEQUENCE 20080216
7 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_HTMLB_TABLEVIEW_ITERATOR 20080216
8 Importing KEYCOLUMN Call by reference Type reference (TYPE) CSEQUENCE 20080216
9 Importing MODE Call by reference Type reference (TYPE) CSEQUENCE 'STANDARD' 20080216
10 Importing NOCOLUMNHEADERWHENEMPTY Call by reference Type reference (TYPE) CSEQUENCE 20080216
11 Importing NOHEADER Call by reference Type reference (TYPE) CSEQUENCE 20080216
12 Importing ONCLIENTROWSELECTION Call by reference Type reference (TYPE) CSEQUENCE 20080216
13 Importing ONHEADERCLICK Call by reference Type reference (TYPE) CSEQUENCE 20080216
14 Importing ONROWSELECTION Call by reference Type reference (TYPE) CSEQUENCE 20080216
15 Importing ONTABLELINEADD Call by reference Type reference (TYPE) CSEQUENCE 20080216
16 Importing OVERWRITEDEFINITIONS Call by reference Type reference (TYPE) TABLEVIEWOVERWRITETAB 20080216
17 Importing PAGERENTRYCOUNT Call by reference Type reference (TYPE) CSEQUENCE 20080216
18 Importing RESET Call by reference Type reference (TYPE) CSEQUENCE 20080216
19 Importing ROWCOUNT Call by reference Type reference (TYPE) CSEQUENCE 20080216
20 Importing ROWDESIGN Call by reference Type reference (TYPE) CSEQUENCE 'STANDARD' 20090415
21 Importing SHOWEMPTYTABLETEXT Call by reference Type reference (TYPE) CSEQUENCE 20080216
22 Importing SWITCHID Call by reference Type reference (TYPE) CSEQUENCE 20080229
23 Importing TABLE Call by reference Object reference (TYPE REF TO) DATA 20080216
24 Importing VISIBLEFIRSTROW Call by reference Type reference (TYPE) CSEQUENCE 20080216
25 Importing VISIBLEROWCOUNT Call by reference Type reference (TYPE) CSEQUENCE 20080216
26 Importing _TABLE Call by reference Type reference (TYPE) STRING 20080216

Method FACTORY on class CLG_M_TABLEVIEW has no exception.

Method FACTORY_CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) CL_M_TABLEVIEW 20080216

Method FACTORY_CLEAR on class CLG_M_TABLEVIEW has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 700