SAP ABAP Class CL_PHTMLB_GANTTCHART (Element Handler: <phtmlb:ganttChart>)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BSP (Application Component) Business Server Pages
     SBSPEXT_PHTMLB (Package) BSP Extensions: HTMLB Pattern
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CLG_PHTMLB_GANTTCHART Base: 20030525
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HTMLB_DATA Input Data from HTMLB 20030531
Properties
Class CL_PHTMLB_GANTTCHART  
Short Description Element Handler: <phtmlb:ganttChart>    
Super Class CLG_PHTMLB_GANTTCHART Base: <phtmlb:ganttChart> 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBSPEXT_PHTMLB   BSP Extensions: HTMLB Pattern 
Created 20030525   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_HTMLB_DATA Input Data from HTMLB 20030531
Friends
Class CL_PHTMLB_GANTTCHART has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_BACKGROUND Static Attribute Public Type reference (TYPE) STRING 20030525
2 CO_COLORS Static Attribute Public Type reference (TYPE) STRING 20030525
3 CO_DISPLAY_WEEKENDS Static Attribute Public Type reference (TYPE) STRING 20030525
4 CO_EVENT_CLICK Constant Public Type reference (TYPE) STRING 'click' 20040723
5 CO_EVENT_NAME Constant Public Type reference (TYPE) STRING 'ganttChart' 20040723
6 CO_EVENT_RANGE_DOWN Constant Public Type reference (TYPE) STRING 'RANGEDOWN' 20030531
7 CO_EVENT_RANGE_UP Constant Public Type reference (TYPE) STRING 'RANGEUP' 20030531
8 CO_EVENT_TOGGLE Constant Public Type reference (TYPE) STRING 'TOGGLE' 20030612
9 CO_RANGE_TYPES Static Attribute Public Type reference (TYPE) STRING 20030525
10 CO_SHADINGS Static Attribute Public Type reference (TYPE) STRING 20030525
11 CO_TYPES Static Attribute Public Type reference (TYPE) STRING 20030525
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20030525
2 GET_RANGE_INFO Instance method Protected Method 20030530
Events
Class CL_PHTMLB_GANTTCHART has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_RANGE_INFO Protected See coding 20030530 BEGIN OF s_range_info, date TYPE dats, weekday(1) TYPE c, weekday_short(2) TYPE c, weekday_long TYPE string, weekend TYPE abap_bool, weeknum(2) TYPE c, END OF s_range_info
2 T_RANGE_INFO Protected See coding 20030530 t_range_info TYPE STANDARD TABLE OF s_range_info
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_RANGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing RANGE_INFO Call by reference Type reference (TYPE) T_RANGE_INFO 20030530

Method GET_RANGE_INFO on class CL_PHTMLB_GANTTCHART has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640