SAP ABAP Class CL_HTMLB_SECTION508_UTILS (Utility Functions for Section 508)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BSP (Application Component) Business Server Pages
     SBSPEXT_HTMLB (Package) BSP Extensions: HTMLB
Properties
Class CL_HTMLB_SECTION508_UTILS  
Short Description Utility Functions for Section 508    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBSPEXT_HTMLB   BSP Extensions: HTMLB 
Created 20011120   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HTMLB_SECTION508_UTILS has no forward declaration.
Interfaces
Class CL_HTMLB_SECTION508_UTILS has no interface implemented.
Friends
Class CL_HTMLB_SECTION508_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PLACEHOLDER Constant Private Type reference (TYPE) CHAR1 '&' Single-Character Flag 20011120
Methods
# Method Level Visibility Method type Description Created on
1 GET_BC_SELECTED_TOOLTIP Static method Public Method Tooltip for a bradcrumb conforming to Section 508 20011120
2 GET_BREADCRUMB_TOOLTIP Static method Public Method Tooltip for a bradcrumb conforming to Section 508 20011120
3 GET_BUTTONGROUP_TOOLTIP Static method Public Method Tooltip for a Button Group Conforming to Section 508 20020806
4 GET_BUTTON_TOOLTIP Static method Public Method Tooltip for a pushbutton conforming to Section 508 20011120
5 GET_CHECKBOXGROUP_TOOLTIP Static method Public Method Tooltip for Checkbox Group Conforming to Section 508 20040317
6 GET_CHECKBOX_TOOLTIP Static method Public Method Tooltip for a Checkbox Conforming to Section 508 20020805
7 GET_DDLISTBOX_TOOLTIP Static method Public Method Tooltip for a Dropdown List Box Conforming to Section 508 20020808
8 GET_ENTRY_EXIT_POINT Static method Public Method Get Code for Entry or Exit Point of Container Only for 508 20021002
9 GET_GROUP_TOOLTIP Static method Public Method Tooltip for a Group Conforming to Section 508 20020806
10 GET_IMAGE_TOOLTIP Static method Public Method Tooltip for an Image Conforming to Section 508 20020805
11 GET_INPUTFIELD_TOOLTIP Static method Public Method Tooltip for an Input Field Conforming to Section 508 20020806
12 GET_LINK_TOOLTIP Static method Public Method Tool Tip for a Link Icon Conforming to Section 508 20020802
13 GET_LISTBOX_TOOLTIP Static method Public Method Tooltip for a List Box Conforming to Section 508 20020808
14 GET_RADIOBUTTONGROUP_TOOLTIP Static method Public Method Tooltip for Radio Button Group Conforming to Section 508 20040317
15 GET_RADIOBUTTON_TOOLTIP Static method Public Method Tooltip for a Radio Button Conforming to Section 508 20020806
16 GET_TABFILTER_TOOLTIP Static method Public Method Tooltip for a Table Filter Conforming to Section 508 20020806
17 GET_TABHEADER_TOOLTIP Static method Public Method Tooltip for a Tab Header Conforming to Section 508 20020806
18 GET_TABLINE_TOOLTIP Static method Public Method Tooltip for a Table Line Conforming to Section 508 20020806
19 GET_TABSTRIPITEM_TOOLTIP Static method Public Method Tooltip for a Tabstrip Item conforming to Section 508 20011120
20 GET_TEXTEDIT_TOOLTIP Static method Public Method Tooltip for a Text Edit Conforming to Section 508 20020806
21 GET_TOOLBAR_TOOLTIP Static method Public Method Tooltip for a Toolbar Conforming to Section 508 20020806
22 GET_TRAYICON_TOOLTIP Static method Public Method Tooltip for a Tray Icon Conforming to Section 508 20011120
23 GET_TRAY_TOOLTIP Static method Public Method Tooltip for a Tray Conforming to Section 508 20011120
24 GET_TREENODE_TOOLTIP Static method Public Method Tooltip for a Tree Node Conforming to Section 508 20011120
25 GET_TVFOOTER_TOOLTIP Static method Public Method Tooltip for Table View Footer Conforming to Section 508 20040329
26 GET_XTABSTRIPITEM_TOOLTIP Static method Public Method Tooltip for a Tab Strip Conforming to Section 508 20030516
Events
Class CL_HTMLB_SECTION508_UTILS has no event.
Types
Class CL_HTMLB_SECTION508_UTILS has no local type.
Method Signatures

Method GET_BC_SELECTED_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BREADCRUMB Call by reference Object reference (TYPE REF TO) CL_HTMLB_BREADCRUMB GEN: CLG_HTMLB_BREADCRUMB 20031107
2 Importing NAME Call by reference Type reference (TYPE) STRING Einträge für Breadcrumb 20031107
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip für den Knoten 20011120

Method GET_BC_SELECTED_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_BREADCRUMB_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BREADCRUMB Call by reference Object reference (TYPE REF TO) CL_HTMLB_BREADCRUMB GEN: CLG_HTMLB_BREADCRUMB 20011120
2 Importing NAME Call by reference Type reference (TYPE) STRING Tabelle mit den Einträgen 20031107
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20030422

Method GET_BREADCRUMB_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_BUTTONGROUP_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTTONGROUP Call by reference Object reference (TYPE REF TO) CL_XHTMLB_BUTTONGROUP Element-Handler: 20020806
2 Importing BUTTONNAME Call by reference Type reference (TYPE) STRING 20020806
3 Importing MODE Call by reference Type reference (TYPE) STRING 20020806
4 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020806

Method GET_BUTTONGROUP_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_BUTTON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTTON Call by reference Object reference (TYPE REF TO) CL_HTMLB_BUTTON 20011120
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip für den Button 20011120

Method GET_BUTTON_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_CHECKBOXGROUP_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKBOXGROUP Call by reference Object reference (TYPE REF TO) CL_HTMLB_CHECKBOXGROUP 20040317
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20040317

Method GET_CHECKBOXGROUP_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_CHECKBOX_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKBOX Call by reference Object reference (TYPE REF TO) CL_HTMLB_CHECKBOX Checkbox 20020805
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020805

Method GET_CHECKBOX_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_DDLISTBOX_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DDLISTBOX Call by reference Object reference (TYPE REF TO) CL_HTMLB_DROPDOWNLISTBOX GEN: CLG_HTMLB_DROPDOWNLISTBOX 20020808
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020808

Method GET_DDLISTBOX_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_ENTRY_EXIT_POINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CODE Value transfer Type reference (TYPE) STRING 20021002
2 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_BSP_PAGE_CONTEXT 20021002
3 Importing CONTNAME Call by reference Type reference (TYPE) STRING 20021002
4 Importing ID Call by reference Type reference (TYPE) STRING 20021002
5 Importing MODE Call by reference Type reference (TYPE) STRING 20021002

Method GET_ENTRY_EXIT_POINT on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_GROUP_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Object reference (TYPE REF TO) CL_HTMLB_GROUP GEN: CLG_HTMLB_GROUP 20020806
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020806

Method GET_GROUP_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_IMAGE_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMAGE Call by reference Object reference (TYPE REF TO) CL_HTMLB_IMAGE 20020805
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020805

Method GET_IMAGE_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_INPUTFIELD_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUTFIELD Call by reference Object reference (TYPE REF TO) CL_HTMLB_INPUTFIELD GEN: CLG_HTMLB_INPUTFIELD 20020806
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020806

Method GET_INPUTFIELD_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_LINK_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINK Call by reference Object reference (TYPE REF TO) CL_HTMLB_LINK 20020802
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020802

Method GET_LINK_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_LISTBOX_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LISTBOX Call by reference Object reference (TYPE REF TO) CL_HTMLB_LISTBOX GEN: CLG_HTMLB_LISTBOX 20020808
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020808

Method GET_LISTBOX_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_RADIOBUTTONGROUP_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RADIOBUTTONGROUP Call by reference Object reference (TYPE REF TO) CL_HTMLB_RADIOBUTTONGROUP GEN: CLG_HTMLB_RADIOBUTTONGROUP 20040317
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20040317

Method GET_RADIOBUTTONGROUP_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_RADIOBUTTON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RADIOBUTTON Call by reference Object reference (TYPE REF TO) CL_HTMLB_RADIOBUTTON GEN: CLG_HTMLB_RADIOBUTTON 20020806
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020806

Method GET_RADIOBUTTON_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_TABFILTER_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLEVIEW Call by reference Object reference (TYPE REF TO) CL_HTMLB_TABLEVIEW 20020806
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020806

Method GET_TABFILTER_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_TABHEADER_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLEVIEW Call by reference Object reference (TYPE REF TO) CL_HTMLB_TABLEVIEW 20020806
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020806

Method GET_TABHEADER_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_TABLINE_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CBVALUE Call by reference Type reference (TYPE) STRING 20020807
2 Importing ROWNUMBER Call by reference Type reference (TYPE) STRING 20020807
3 Importing TABLEVIEW Call by reference Object reference (TYPE REF TO) CL_HTMLB_TABLEVIEW 20020806
4 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020806

Method GET_TABLINE_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_TABSTRIPITEM_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED Call by reference Type reference (TYPE) STRING Selektierter Tabreiter 20011120
2 Importing TABSTRIPITEM Call by reference Object reference (TYPE REF TO) CL_HTMLB_TABSTRIPITEM 20030516
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip für den Tabstrip 20011120

Method GET_TABSTRIPITEM_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_TEXTEDIT_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXTEDIT Call by reference Object reference (TYPE REF TO) CL_HTMLB_TEXTEDIT 20020806
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020806

Method GET_TEXTEDIT_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_TOOLBAR_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LAYER Call by reference Type reference (TYPE) SBSPEXT_XHTMLB_TOOLBAR_LAYER 20030509
2 Importing TOOLBAR Call by reference Object reference (TYPE REF TO) CL_XHTMLB_TOOLBAR Element-Handler: 20020806
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20020806

Method GET_TOOLBAR_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_TRAYICON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ICON Call by reference Type reference (TYPE) STRING Name der Icone 20011120
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip für den Button 20011120
3 Importing TRAY Call by reference Object reference (TYPE REF TO) CL_HTMLB_TRAY 20011120

Method GET_TRAYICON_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_TRAY_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip für den Tabstrip 20011120
2 Importing TRAY Call by reference Object reference (TYPE REF TO) CL_HTMLB_TRAY 20011120

Method GET_TRAY_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_TREENODE_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Value transfer Object reference (TYPE REF TO) IF_BSP_PAGE_CONTEXT Kontext 20030512
2 Importing FINAL Call by reference Type reference (TYPE) C Blatt oder Knoten? 20011121
3 Importing LEVEL Call by reference Type reference (TYPE) I Ebene des Knotens 20011120
4 Importing OPEN Call by reference Type reference (TYPE) C geöffnet? 20011121
5 Importing TEXT Call by reference Type reference (TYPE) STRING Text des Knoten 20011121
6 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip für den Knoten 20011120

Method GET_TREENODE_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_TVFOOTER_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISABLED Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20040329
2 Importing TOOLTIP Call by reference Type reference (TYPE) STRING 20040329
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20040329

Method GET_TVFOOTER_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.

Method GET_XTABSTRIPITEM_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STATUS Call by reference Type reference (TYPE) STRING 20030516
2 Importing TABSTRIPITEM Call by reference Object reference (TYPE REF TO) CL_XHTMLB_TABSTRIPITEM Element-Handler: 20030516
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20030516

Method GET_XTABSTRIPITEM_TOOLTIP on class CL_HTMLB_SECTION508_UTILS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 620