SAP ABAP Class CL_WD_ROW_HEAD_DATA (CL_WD_ROW_HEAD_DATA)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_STANDARD (Package) UIE Library "Standard"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_ROW_DATA 20040625
Properties
Class CL_WD_ROW_HEAD_DATA  
Short Description    
Super Class CL_WD_ROW_DATA  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20040625   SAP 
Last change 20110908   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)
Interfaces
Class CL_WD_ROW_HEAD_DATA has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20100618 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20100618 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CID_ROW_HEAD_DATA Constant Public Type reference (TYPE) GUID '4AB468426C506824E10000000A1550C0' 20050316
2 E_H_ALIGN Constant Public See coding 20050316
3 E_ROW_BACKGROUND_DESIGN Constant Public See coding 20050316
4 E_ROW_DESIGN Constant Public See coding 20050316
5 E_V_GUTTER Constant Public See coding 20050316
6 T_H_ALIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20050316
7 T_ROW_BACKGROUND_DESIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20050316
8 T_ROW_DESIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20050316
9 T_V_GUTTER Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20050316
10 VL_H_ALIGN Instance attribute Protected Type reference (TYPE) WDUI_CELL_HALIGN 20040625
11 VL_ROW_BACKGROUND_DESIGN Instance attribute Protected Type reference (TYPE) WDUI_CELL_BG_DESIGN 20040625
12 VL_ROW_DESIGN Instance attribute Protected Type reference (TYPE) WDUI_LAYOUT_CELL_DESIGN 20040625
13 VL_V_GUTTER Instance attribute Protected Type reference (TYPE) WDUI_LAYOUT_CELL_SEP 20040625
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20040625
2 GET_H_ALIGN Instance method Public Method 20040625
3 GET_ROW_BACKGROUND_DESIGN Instance method Public Method 20040625
4 GET_ROW_DESIGN Instance method Public Method 20040625
5 GET_V_GUTTER Instance method Public Method 20040625
6 NEW_ROW_HEAD_DATA Static method Public Method 20040625
7 SET_H_ALIGN Instance method Public Method 20040625
8 SET_ROW_BACKGROUND_DESIGN Instance method Public Method 20040625
9 SET_ROW_DESIGN Instance method Public Method 20040625
10 SET_V_GUTTER Instance method Public Method 20040625
Events
Class CL_WD_ROW_HEAD_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ROW_HEAD_DATA Public See coding 20050316 tt_ROW_HEAD_DATA TYPE TABLE OF REF TO CL_WD_ROW_HEAD_DATA WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR 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 20040625
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040625

Method CONSTRUCTOR on class CL_WD_ROW_HEAD_DATA has no exception.

Method GET_H_ALIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) WDUI_CELL_HALIGN 20040625

Method GET_H_ALIGN on class CL_WD_ROW_HEAD_DATA has no exception.

Method GET_ROW_BACKGROUND_DESIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) WDUI_CELL_BG_DESIGN 20040625

Method GET_ROW_BACKGROUND_DESIGN on class CL_WD_ROW_HEAD_DATA has no exception.

Method GET_ROW_DESIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) WDUI_LAYOUT_CELL_DESIGN 20040625

Method GET_ROW_DESIGN on class CL_WD_ROW_HEAD_DATA has no exception.

Method GET_V_GUTTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) WDUI_LAYOUT_CELL_SEP 20040625

Method GET_V_GUTTER on class CL_WD_ROW_HEAD_DATA has no exception.

Method NEW_ROW_HEAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_ROW_HEAD_DATA 20040625
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT 20040625
3 Importing H_ALIGN Call by reference Type reference (TYPE) WDUI_CELL_HALIGN E_H_ALIGN-BEGIN_OF_LINE 20040625
4 Importing ID Call by reference Type reference (TYPE) STRING 20040625
5 Importing ROW_BACKGROUND_DESIGN Call by reference Type reference (TYPE) WDUI_CELL_BG_DESIGN E_ROW_BACKGROUND_DESIGN-TRANSPARENT 20040625
6 Importing ROW_DESIGN Call by reference Type reference (TYPE) WDUI_LAYOUT_CELL_DESIGN E_ROW_DESIGN-R_PAD 20040625
7 Importing V_GUTTER Call by reference Type reference (TYPE) WDUI_LAYOUT_CELL_SEP E_V_GUTTER-NONE 20040625

Method NEW_ROW_HEAD_DATA on class CL_WD_ROW_HEAD_DATA has no exception.

Method SET_H_ALIGN Signature

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

Method SET_H_ALIGN on class CL_WD_ROW_HEAD_DATA has no exception.

Method SET_ROW_BACKGROUND_DESIGN Signature

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

Method SET_ROW_BACKGROUND_DESIGN on class CL_WD_ROW_HEAD_DATA has no exception.

Method SET_ROW_DESIGN Signature

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

Method SET_ROW_DESIGN on class CL_WD_ROW_HEAD_DATA has no exception.

Method SET_V_GUTTER Signature

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

Method SET_V_GUTTER on class CL_WD_ROW_HEAD_DATA has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710