SAP ABAP Class CL_RSRT_UIE_A_PAGINATOR (UI Element: Abstract Paginator)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSRT_BICS_MODEL (Package) RSRT BICS Model
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE UI View Element: UI Element 20111214
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE_PAGINATOR UI Element: Paginator 20111214
2 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE_TABLE_PAGINATOR UI Element: Table Paginator 20111214
Properties
Class CL_RSRT_UIE_A_PAGINATOR  
Short Description UI Element: Abstract Paginator    
Super Class CL_RSRT_UIE UI View Element: UI Element 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_BICS_MODEL   RSRT BICS Model 
Created 20111214   SAP 
Last change 20140121   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)
2 CL_RSRT_UIE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RSRT_UI_VIEW_ELEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSRT_UIE_A_PAGINATOR has no interface implemented.
Friends
Class CL_RSRT_UIE_A_PAGINATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_COLUMNS_SCROLLABLE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120731
2 N_EXPANDED Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_EXPANDED ABAP_FALSE Expanded (True, False) 20121025
3 N_FIRST_VISIBLE_COL Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_COL 1 20120509
4 N_FIRST_VISIBLE_ROW Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_ROW 1 20120509
5 N_ONSCROLL Instance attribute Public Type reference (TYPE) STRING 20120509
6 N_ROWS_SCROLLABLE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120731
7 N_S_EXPANDED Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_S_BIND_PROPERTY 20121025
8 N_S_FIRST_VISIBLE_COL Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_S_BIND_PROPERTY 20120509
9 N_S_FIRST_VISIBLE_ROW Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_S_BIND_PROPERTY 20120509
10 N_S_VISIBLE_COL_COUNT Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_S_BIND_PROPERTY 20120509
11 N_S_VISIBLE_ROW_COUNT Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_S_BIND_PROPERTY 20120509
12 N_T_ONSCROLL_MAP Instance attribute Public Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER 20120509
13 N_VISIBLE_COL_COUNT Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_COL_COUNT 10 20120509
14 N_VISIBLE_ROW_COUNT Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_ROW_COUNT 25 20120509
Methods
# Method Level Visibility Method type Description Created on
1 BIND_EXPANDED Instance method Public Method Bind Expanded 20121025
2 BIND_FIRST_VISIBLE_COL Instance method Public Method Bind First Visible Column 20120509
3 BIND_FIRST_VISIBLE_ROW Instance method Public Method Bind First Visible Row 20120509
4 BIND_VISIBLE_COL_COUNT Instance method Public Method Bind Visible Column Count 20120509
5 BIND_VISIBLE_ROW_COUNT Instance method Public Method Bind Visible Row Count 20120509
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20111214
7 GET_COL_COUNT Instance method Public Method Get Column Count 20120509
8 GET_FIRST_VISIBLE_COL Instance method Public Method Get First Visible Column 20120509
9 GET_FIRST_VISIBLE_ROW Instance method Public Method Get First Visible Row 20120509
10 GET_ROW_COUNT Instance method Public Method Get Row Count 20120509
11 GET_VALID_RESULT Instance method Public Method Get Valid Result 20120509
12 GET_VISIBLE_COL_COUNT Instance method Public Method Get Visible Column Count 20120509
13 GET_VISIBLE_ROW_COUNT Instance method Public Method Get Visible Row Count 20120509
14 IS_EXPANDED Instance method Public Method Is Expanded 20121025
15 PAGE_BOTTOM Instance method Public Method Page Bottom 20120509
16 PAGE_DOWN Instance method Public Method Page Down 20120509
17 PAGE_LEFT Instance method Public Method Page Left 20120509
18 PAGE_RIGHT Instance method Public Method Page Right 20120509
19 PAGE_TOP Instance method Public Method Page Top 20120509
20 PAGE_TOTAL_LEFT Instance method Public Method Page Total Left 20120509
21 PAGE_TOTAL_RIGHT Instance method Public Method Page Total Right 20120509
22 PAGE_UP Instance method Public Method Page Up 20120509
23 SET_COLUMNS_SCROLLABLE Instance method Public Method Set Columns Scrollable 20120731
24 SET_EXPANDED Instance method Public Method Set Expanded 20121025
25 SET_FIRST_VISIBLE_COL Instance method Public Method Set First Visible Column 20120509
26 SET_FIRST_VISIBLE_ROW Instance method Public Method Set First Visible Row 20120509
27 SET_ONSCROLL Instance method Public Method Set OnScroll Event 20120509
28 SET_ONSCROLL_MAP Instance method Public Method Set OnScroll Event Map Parameters 20120509
29 SET_ROWS_SCROLLABLE Instance method Public Method Set Columns Scrollable 20120731
30 SET_VISIBLE_COL_COUNT Instance method Public Method Set Visible Column Count 20120509
31 SET_VISIBLE_ROW_COUNT Instance method Public Method Set Visible Row Count 20120509
Events
Class CL_RSRT_UIE_A_PAGINATOR has no event.
Types
Class CL_RSRT_UIE_A_PAGINATOR has no local type.
Method Signatures

Method BIND_EXPANDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20121025

Method BIND_EXPANDED on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method BIND_FIRST_VISIBLE_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120509

Method BIND_FIRST_VISIBLE_COL on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method BIND_FIRST_VISIBLE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120509

Method BIND_FIRST_VISIBLE_ROW on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method BIND_VISIBLE_COL_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120509

Method BIND_VISIBLE_COL_COUNT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method BIND_VISIBLE_ROW_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120509

Method BIND_VISIBLE_ROW_COUNT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_ENABLED Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111214
2 Importing BIND_FIRST_VISIBLE_COL Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111214
3 Importing BIND_FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111214
4 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111214
5 Importing BIND_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111214
6 Importing BIND_VISIBLE_COL_COUNT Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111214
7 Importing BIND_VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111214
8 Importing CID Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_CID Unique Type ID 20111214
9 Importing COLUMNS_SCROLLABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120731
10 Importing ENABLED Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_ENABLED ABAP_TRUE Enabled 20111214
11 Importing FIRST_VISIBLE_COL Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_COL 1 First Visible Column 20111214
12 Importing FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_ROW 1 First Visible Row 20111214
13 Importing ID Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_ID Unique ID 20111214
14 Importing O_VIEW Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI View 20111214
15 Importing ROWS_SCROLLABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120731
16 Importing TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TOOLTIP Tooltip 20111214
17 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20111214
18 Importing VISIBLE_COL_COUNT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_COL_COUNT 10 Visible Column Count 20111214
19 Importing VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_ROW_COUNT 25 Visible Row Count 20111214

Method CONSTRUCTOR on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method GET_COL_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
2 Returning VALUE Value transfer Type reference (TYPE) SYTABIX Index interner Tabellen 20120509

Method GET_COL_COUNT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method GET_FIRST_VISIBLE_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
2 Returning VALUE Value transfer Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_COL First Visible Column 20120509

Method GET_FIRST_VISIBLE_COL on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method GET_FIRST_VISIBLE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
2 Returning VALUE Value transfer Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_ROW First Visible Row 20120509

Method GET_FIRST_VISIBLE_ROW on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method GET_ROW_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
2 Returning VALUE Value transfer Type reference (TYPE) SYTABIX Index interner Tabellen 20120509

Method GET_ROW_COUNT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method GET_VALID_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COLS Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
2 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
3 Exporting ROWS Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
4 Exporting VISIBLE_COLS Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
5 Exporting VISIBLE_FROM_COL Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
6 Exporting VISIBLE_FROM_ROW Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
7 Exporting VISIBLE_ROWS Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
8 Exporting VISIBLE_TO_COL Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
9 Exporting VISIBLE_TO_ROW Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509

Method GET_VALID_RESULT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method GET_VISIBLE_COL_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
2 Returning VALUE Value transfer Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_COL_COUNT Visible Column Count 20120509

Method GET_VISIBLE_COL_COUNT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method GET_VISIBLE_ROW_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
2 Returning VALUE Value transfer Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_ROW_COUNT Visible Row Count 20120509

Method GET_VISIBLE_ROW_COUNT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method IS_EXPANDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20121025
2 Returning VALUE Value transfer Type reference (TYPE) CL_RSRT_UIE=>TN_EXPANDED Expanded (True, False) 20121025

Method IS_EXPANDED on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method PAGE_BOTTOM Signature

Method PAGE_BOTTOM on class CL_RSRT_UIE_A_PAGINATOR has no parameter.
Method PAGE_BOTTOM on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method PAGE_DOWN Signature

Method PAGE_DOWN on class CL_RSRT_UIE_A_PAGINATOR has no parameter.
Method PAGE_DOWN on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method PAGE_LEFT Signature

Method PAGE_LEFT on class CL_RSRT_UIE_A_PAGINATOR has no parameter.
Method PAGE_LEFT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method PAGE_RIGHT Signature

Method PAGE_RIGHT on class CL_RSRT_UIE_A_PAGINATOR has no parameter.
Method PAGE_RIGHT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method PAGE_TOP Signature

Method PAGE_TOP on class CL_RSRT_UIE_A_PAGINATOR has no parameter.
Method PAGE_TOP on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method PAGE_TOTAL_LEFT Signature

Method PAGE_TOTAL_LEFT on class CL_RSRT_UIE_A_PAGINATOR has no parameter.
Method PAGE_TOTAL_LEFT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method PAGE_TOTAL_RIGHT Signature

Method PAGE_TOTAL_RIGHT on class CL_RSRT_UIE_A_PAGINATOR has no parameter.
Method PAGE_TOTAL_RIGHT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method PAGE_UP Signature

Method PAGE_UP on class CL_RSRT_UIE_A_PAGINATOR has no parameter.
Method PAGE_UP on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method SET_COLUMNS_SCROLLABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120731

Method SET_COLUMNS_SCROLLABLE on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method SET_EXPANDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_EXPANDED Expanded (True, False) 20121025

Method SET_EXPANDED on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method SET_FIRST_VISIBLE_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_COL 1 First Visible Column 20120509

Method SET_FIRST_VISIBLE_COL on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method SET_FIRST_VISIBLE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_ROW 1 First Visible Row 20120509

Method SET_FIRST_VISIBLE_ROW on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method SET_ONSCROLL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20120509

Method SET_ONSCROLL on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method SET_ONSCROLL_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20120509

Method SET_ONSCROLL_MAP on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method SET_ROWS_SCROLLABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120731

Method SET_ROWS_SCROLLABLE on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method SET_VISIBLE_COL_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_COL_COUNT 10 Visible Column Count 20120509

Method SET_VISIBLE_COL_COUNT on class CL_RSRT_UIE_A_PAGINATOR has no exception.

Method SET_VISIBLE_ROW_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_ROW_COUNT 25 Visible Row Count 20120509

Method SET_VISIBLE_ROW_COUNT on class CL_RSRT_UIE_A_PAGINATOR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700