SAP ABAP Class CL_PHTMLB_FORMLAYOUT (Element Handler: <phtmlb:formLayout>)
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_FORMLAYOUT Base: 20030630
2 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_D08_MATRIXLAYOUT 20090119
3 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_D08_MATRIXLAYOUTCELL 20090119
4 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_D08_MATRIXLAYOUTROW 20090119
5 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_D08__CONTROL 20090119
6 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_D2_MATRIXLAYOUT Perforce change=39041 / 20031016-130046 20031031
7 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_D2_MATRIXLAYOUTCELL Perforce change=39041 / 20031016-130046 20031031
8 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_D2_MATRIXLAYOUTROW Perforce change=39041 / 20031016-130046 20031031
9 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_D2__CONTROL Perforce change=39041 / 20031016-130046 20031031
Properties
Class CL_PHTMLB_FORMLAYOUT  
Short Description Element Handler: <phtmlb:formLayout>    
Super Class CLG_PHTMLB_FORMLAYOUT Base: <phtmlb:formLayout> 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBSPEXT_PHTMLB   BSP Extensions: HTMLB Pattern 
Created 20030630   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IFUR_D08 Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IFUR_D08_MATRIXLAYOUT 20090119
2 IFUR_D08_MATRIXLAYOUTCELL 20090119
3 IFUR_D08_MATRIXLAYOUTROW 20090119
4 IFUR_D08__CONTROL 20090119
5 IFUR_D2_MATRIXLAYOUT Perforce change=39041 / 20031016-130046 20031031
6 IFUR_D2_MATRIXLAYOUTCELL Perforce change=39041 / 20031016-130046 20031031
7 IFUR_D2_MATRIXLAYOUTROW Perforce change=39041 / 20031016-130046 20031031
8 IFUR_D2__CONTROL Perforce change=39041 / 20031016-130046 20031031
Friends
Class CL_PHTMLB_FORMLAYOUT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DESIGNS Constant Protected Type reference (TYPE) STRING 'TRANSPARENT/HEADING_ONLY_SOLID/SOLID' 20031103
2 C_DESIGN_HEADING_ONLY_SOLID Constant Protected Type reference (TYPE) STRING ' HEADING_ONLY_SOLID' 20031103
3 C_DESIGN_SOLID Constant Protected Type reference (TYPE) STRING 'SOLID' 20031103
4 C_DESIGN_TRANSPARENT Constant Protected Type reference (TYPE) STRING 'TRANSPARENT' 20031103
5 C_LABELALIGNS Constant Public Type reference (TYPE) STRING 'LEFT/RIGHT' 20030708
6 C_LABELALIGN_LEFT Constant Public Type reference (TYPE) STRING 'LEFT' 20031031
7 C_LABELALIGN_RIGHT Constant Public Type reference (TYPE) STRING 'RIGHT' 20031031
8 C_LABEL_ROW_SPAN_CELL Constant Protected Type reference (TYPE) STRING '%__LABEL_ROW_SPAN_CELL__%' 20031103
9 C_SPAN_CELL Constant Protected Type reference (TYPE) STRING '%__SPAN_CELL__%' 20031031
10 C_STATUS_DEFAULT Constant Public Type reference (TYPE) PHTMLB_FLI_MODIFIER 0 Form Layout Modifier 20031103
11 C_STATUS_HIDDEN Constant Public Type reference (TYPE) PHTMLB_FLI_MODIFIER 2 Form Layout Modifier 20031103
12 C_STATUS_INVISIBLE Constant Public Type reference (TYPE) PHTMLB_FLI_MODIFIER 1 Form Layout Modifier 20031103
13 C_STATUS_OPTIONAL Constant Public Type reference (TYPE) PHTMLB_FLI_MODIFIER 4 Form Layout Modifier 20031104
14 C_STATUS_READONLY Constant Public Type reference (TYPE) PHTMLB_FLI_MODIFIER 5 Form Layout Modifier 20031103
15 C_STATUS_REQUIRED Constant Public Type reference (TYPE) PHTMLB_FLI_MODIFIER 3 Form Layout Modifier 20031103
16 MU__CELLS Instance attribute Public Type reference (TYPE) IFUR_D08=>_T_COLLECTION 20090119
17 M_CUSTOM_SETTINGS Instance attribute Private Type reference (TYPE) T_CUSTOM_SETTINGS 20031103
18 M_ID_COUNTER Instance attribute Protected Type reference (TYPE) I 20031103
19 M_LAST_COL Instance attribute Protected Type reference (TYPE) STRING 20031031
20 M_LAST_ROW Instance attribute Protected Type reference (TYPE) STRING 20031031
21 M_MAX_COLS Instance attribute Protected Type reference (TYPE) I 20031103
22 M_MAX_ROWS Instance attribute Protected Type reference (TYPE) I 20031103
23 M_WIDTH_FIELDS Instance attribute Protected Type reference (TYPE) STRING 20031103
24 M_WIDTH_LABELS Instance attribute Protected Type reference (TYPE) STRING 20031103
25 NBSP_BEE Instance attribute Protected Object reference (TYPE REF TO) CL_BSP_BEE_HTML BSP Extension Expression 20031103
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM Instance method Public Method Inserts Item 20030630
2 CREATE_ITEMS_D08 Instance method Public Method 20090119
3 GET_CUSTOMIZATION_MODIFIER Instance method Public Method 20031106
4 POS_IS_VALID Static method Public Method Checks Position for Validity 20030708
5 POS_IS_VALID_CHECK Static method Public Method Checks Position for Validity 20031103
Events
Class CL_PHTMLB_FORMLAYOUT has no event.
Types
Class CL_PHTMLB_FORMLAYOUT has no local type.
Method Signatures

Method ADD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE 20030710
2 Importing ID Call by reference Type reference (TYPE) STRING 20030708
3 Importing IS_HEADER Call by reference Type reference (TYPE) XFELD 20030710
4 Importing LABEL Call by reference Type reference (TYPE) STRING 20030708
5 Importing LABEL_BINDING Call by reference Type reference (TYPE) STRING 20030708
6 Importing POS Value transfer Type reference (TYPE) STRING 20030708
7 Importing REQUIRED Call by reference Type reference (TYPE) STRING 20030708
8 Importing VISIBLE Call by reference Type reference (TYPE) STRING 'X' 20040427

Method ADD_ITEM on class CL_PHTMLB_FORMLAYOUT has no exception.

Method CREATE_ITEMS_D08 Signature

Method CREATE_ITEMS_D08 on class CL_PHTMLB_FORMLAYOUT has no parameter.
Method CREATE_ITEMS_D08 on class CL_PHTMLB_FORMLAYOUT has no exception.

Method GET_CUSTOMIZATION_MODIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20031106
2 Returning MODIFIER Value transfer Type reference (TYPE) PHTMLB_FLI_MODIFIER Form-Layout-Modifikator 20031106

Method GET_CUSTOMIZATION_MODIFIER on class CL_PHTMLB_FORMLAYOUT has no exception.

Method POS_IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT_DATA Call by reference Object reference (TYPE REF TO) CL_BSP_ELEMENT_DATA 20030710
2 Importing VALIDATOR Call by reference Object reference (TYPE REF TO) CL_BSP_ELEMENT_CT_ATTR_VALID 20030710

Method POS_IS_VALID on class CL_PHTMLB_FORMLAYOUT has no exception.

Method POS_IS_VALID_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ERROR_MSG Call by reference Type reference (TYPE) STRING 20031103
2 Changing POS Call by reference Type reference (TYPE) STRING 20031103

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