SAP ABAP Class CL_RSRT_UIE_PAGINATOR (UI Element: 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_A_PAGINATOR UI Element: Abstract Paginator 20111214
Properties
Class CL_RSRT_UIE_PAGINATOR  
Short Description UI Element: Paginator    
Super Class CL_RSRT_UIE_A_PAGINATOR UI Element: Abstract Paginator 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_BICS_MODEL   RSRT BICS Model 
Created 20111103   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_PAGINATOR has no interface implemented.
Friends
Class CL_RSRT_UIE_PAGINATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_COL_COUNT Instance attribute Public Type reference (TYPE) SYTABIX 20120509
2 N_C_CID Constant Public Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_CID 'PAGINATOR' 20120509
3 N_ROW_COUNT Instance attribute Public Type reference (TYPE) SYTABIX 20120509
4 N_S_COL_COUNT Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_S_BIND_PROPERTY 20120509
5 N_S_ROW_COUNT Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_S_BIND_PROPERTY 20120509
Methods
# Method Level Visibility Method type Description Created on
1 BIND_COL_COUNT Instance method Public Method Bind Column Count 20120509
2 BIND_ROW_COUNT Instance method Public Method Bind Row Count 20120509
3 CONSTRUCTOR Instance method Protected Constructor CONSTRUCTOR 20111103
4 CREATE_PAGINATOR Static method Public Method Create Paginator 20111103
5 SET_COL_COUNT Instance method Public Method Set Column Count 20120509
6 SET_ROW_COUNT Instance method Public Method Set Row Count 20120509
Events
Class CL_RSRT_UIE_PAGINATOR has no event.
Types
Class CL_RSRT_UIE_PAGINATOR has no local type.
Method Signatures

Method BIND_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_COL_COUNT on class CL_RSRT_UIE_PAGINATOR has no exception.

Method BIND_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_ROW_COUNT on class CL_RSRT_UIE_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 20111103
2 Importing BIND_FIRST_VISIBLE_COL Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
3 Importing BIND_FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
4 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
5 Importing BIND_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
6 Importing BIND_VISIBLE_COL_COUNT Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
7 Importing BIND_VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
8 Importing CID Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_CID Unique Type ID 20111103
9 Importing ENABLED Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_ENABLED ABAP_TRUE Enabled 20111103
10 Importing FIRST_VISIBLE_COL Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_COL 1 First Visible Column 20111103
11 Importing FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_ROW 1 First Visible Row 20111103
12 Importing ID Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_ID Unique ID 20111103
13 Importing O_VIEW Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI View 20111103
14 Importing TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TOOLTIP Tooltip 20111103
15 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20111103
16 Importing VISIBLE_COL_COUNT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_COL_COUNT 10 Visible Column Count 20111103
17 Importing VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_ROW_COUNT 25 Visible Row Count 20111103

Method CONSTRUCTOR on class CL_RSRT_UIE_PAGINATOR has no exception.

Method CREATE_PAGINATOR 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 20111103
2 Importing BIND_FIRST_VISIBLE_COL Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
3 Importing BIND_FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
4 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
5 Importing BIND_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
6 Importing BIND_VISIBLE_COL_COUNT Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
7 Importing BIND_VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111103
8 Importing ENABLED Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_ENABLED ABAP_TRUE Enabled 20111103
9 Importing FIRST_VISIBLE_COL Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_COL 1 First Visible Column 20111103
10 Importing FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_FIRST_VISIBLE_ROW 1 First Visible Row 20111103
11 Importing ID Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_ID Unique ID 20111103
12 Importing O_VIEW Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI View 20111103
13 Importing TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TOOLTIP Tooltip 20111103
14 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UIE_PAGINATOR UI Element: Paginator 20111103
15 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20111103
16 Importing VISIBLE_COL_COUNT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_COL_COUNT 10 Visible Column Count 20111103
17 Importing VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE_ROW_COUNT 25 Visible Row Count 20111103

Method CREATE_PAGINATOR on class CL_RSRT_UIE_PAGINATOR has no exception.

Method SET_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) SYTABIX Index interner Tabellen 20120509

Method SET_COL_COUNT on class CL_RSRT_UIE_PAGINATOR has no exception.

Method SET_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) SYTABIX Index interner Tabellen 20120509

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