SAP ABAP Class CL_WD_SPLITTER (CL_WD_SPLITTER)
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_UIELEMENT Perforce change= / 20051117-125541 20100317
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_ROOT_ELEMENT 20100317
Properties
Class CL_WD_SPLITTER  
Short Description    
Super Class CL_WD_UIELEMENT Perforce change= / 20051117-125541 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20100317   SAP 
Last change 20141121    
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
# Interface Abstract Final Description Created on
1 IF_WD_ROOT_ELEMENT 20100317
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140708 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140708 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_BORDER Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100317
2 BP_COLLAPSE_DIRECTION Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20101122
3 BP_HEIGHT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100317
4 BP_IS_COLLAPSED Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20120903
5 BP_ORIENTATION Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100325
6 BP_SASH_DESIGN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20110406
7 BP_SASH_POSITION Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100317
8 BP_SASH_POSITION_MODE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100317
9 BP_SASH_TYPE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100325
10 BP_WIDTH Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100317
11 CID_SPLITTER Constant Public Type reference (TYPE) GUID 'D1389E4BA9643447E10000000A4292CD' 20100317
12 E_BORDER Constant Public See coding 20100317
13 E_COLLAPSE_DIRECTION Constant Public See coding 20101122
14 E_ORIENTATION Constant Public See coding 20100325
15 E_SASH_DESIGN Constant Public See coding 20110406
16 E_SASH_POSITION_MODE Constant Public See coding 20100317
17 E_SASH_TYPE Constant Public See coding 20100325
18 IP_SASH_POSITION Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20100408
19 MP_ON_RESIZE Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20101201
20 PL_SASH_POSITION Instance attribute Protected Type reference (TYPE) I 20100408
21 PR_FIRST Instance attribute Protected Object reference (TYPE REF TO) CL_WD_UIELEMENT 20100317
22 PR_SECOND Instance attribute Protected Object reference (TYPE REF TO) CL_WD_UIELEMENT 20100317
23 T_BORDER Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20100317
24 T_COLLAPSE_DIRECTION Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20101122
25 T_ORIENTATION Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20100325
26 T_SASH_DESIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20110406
27 T_SASH_POSITION_MODE Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20100317
28 T_SASH_TYPE Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20100325
29 VL_BORDER Instance attribute Protected Type reference (TYPE) WDUI_SPLITTER_BORDER 20100317
30 VL_COLLAPSE_DIRECTION Instance attribute Protected Type reference (TYPE) WDUI_SPLITTER_COLLAPSE_DIRECT 20101122
31 VL_HEIGHT Instance attribute Protected Type reference (TYPE) STRING 20100317
32 VL_IS_COLLAPSED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20120903
33 VL_ON_RESIZE Instance attribute Protected Type reference (TYPE) STRING 20101201
34 VL_ORIENTATION Instance attribute Protected Type reference (TYPE) WDUI_SASH_ORIENTATION 20100325
35 VL_SASH_DESIGN Instance attribute Protected Type reference (TYPE) WDUI_SASH_DESIGN 20110406
36 VL_SASH_POSITION Instance attribute Protected Type reference (TYPE) I 20100317
37 VL_SASH_POSITION_MODE Instance attribute Protected Type reference (TYPE) WDUI_SASH_POSITION_MODE 20100317
38 VL_SASH_TYPE Instance attribute Protected Type reference (TYPE) WDUI_SASH_TYPE 20100325
39 VL_WIDTH Instance attribute Protected Type reference (TYPE) STRING 20100317
Methods
# Method Level Visibility Method type Description Created on
1 BIND_BORDER Instance method Public Method 20100317
2 BIND_COLLAPSE_DIRECTION Instance method Public Method 20101122
3 BIND_HEIGHT Instance method Public Method 20100317
4 BIND_IS_COLLAPSED Instance method Public Method 20120903
5 BIND_ORIENTATION Instance method Public Method 20100325
6 BIND_SASH_DESIGN Instance method Public Method 20110406
7 BIND_SASH_POSITION Instance method Public Method 20100317
8 BIND_SASH_POSITION_MODE Instance method Public Method 20100317
9 BIND_SASH_TYPE Instance method Public Method 20100325
10 BIND_WIDTH Instance method Public Method 20100317
11 BOUND_BORDER Instance method Public Method 20100317
12 BOUND_COLLAPSE_DIRECTION Instance method Public Method 20101122
13 BOUND_HEIGHT Instance method Public Method 20100317
14 BOUND_IS_COLLAPSED Instance method Public Method 20120903
15 BOUND_ORIENTATION Instance method Public Method 20100325
16 BOUND_SASH_DESIGN Instance method Public Method 20110406
17 BOUND_SASH_POSITION Instance method Public Method 20100317
18 BOUND_SASH_POSITION_MODE Instance method Public Method 20100317
19 BOUND_SASH_TYPE Instance method Public Method 20100325
20 BOUND_WIDTH Instance method Public Method 20100317
21 CONSTRUCTOR Instance method Public Constructor 20100317
22 GET_BORDER Instance method Public Method 20100317
23 GET_COLLAPSE_DIRECTION Instance method Public Method 20101122
24 GET_FIRST Instance method Public Method 20100317
25 GET_HEIGHT Instance method Public Method 20100317
26 GET_IS_COLLAPSED Instance method Public Method 20120903
27 GET_ON_RESIZE Instance method Public Method 20101201
28 GET_ORIENTATION Instance method Public Method 20100325
29 GET_SASH_DESIGN Instance method Public Method 20110406
30 GET_SASH_POSITION Instance method Public Method 20100317
31 GET_SASH_POSITION_MODE Instance method Public Method 20100317
32 GET_SASH_TYPE Instance method Public Method 20100325
33 GET_SECOND Instance method Public Method 20100317
34 GET_WIDTH Instance method Public Method 20100317
35 MAPPED_ON_RESIZE Instance method Public Method 20101201
36 MAP_ON_RESIZE Instance method Public Method 20101201
37 NEW_SPLITTER Static method Public Method 20100317
38 SET_BORDER Instance method Public Method 20100317
39 SET_COLLAPSE_DIRECTION Instance method Public Method 20101122
40 SET_FIRST Instance method Public Method 20100317
41 SET_HEIGHT Instance method Public Method 20100317
42 SET_IS_COLLAPSED Instance method Public Method 20120903
43 SET_ON_RESIZE Instance method Public Method 20101201
44 SET_ORIENTATION Instance method Public Method 20100325
45 SET_SASH_DESIGN Instance method Public Method 20110406
46 SET_SASH_POSITION Instance method Public Method 20100317
47 SET_SASH_POSITION_MODE Instance method Public Method 20100317
48 SET_SASH_TYPE Instance method Public Method 20100325
49 SET_SECOND Instance method Public Method 20100317
50 SET_WIDTH Instance method Public Method 20100317
Events
Class CL_WD_SPLITTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_SPLITTER Public See coding 20100317 tt_SPLITTER TYPE TABLE OF REF TO CL_WD_SPLITTER WITH DEFAULT KEY
Method Signatures

Method BIND_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20100317

Method BIND_BORDER on class CL_WD_SPLITTER has no exception.

Method BIND_COLLAPSE_DIRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20101122

Method BIND_COLLAPSE_DIRECTION on class CL_WD_SPLITTER has no exception.

Method BIND_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20100317

Method BIND_HEIGHT on class CL_WD_SPLITTER has no exception.

Method BIND_IS_COLLAPSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20120903

Method BIND_IS_COLLAPSED on class CL_WD_SPLITTER has no exception.

Method BIND_ORIENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20100325

Method BIND_ORIENTATION on class CL_WD_SPLITTER has no exception.

Method BIND_SASH_DESIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20110406

Method BIND_SASH_DESIGN on class CL_WD_SPLITTER has no exception.

Method BIND_SASH_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20100317

Method BIND_SASH_POSITION on class CL_WD_SPLITTER has no exception.

Method BIND_SASH_POSITION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20100317

Method BIND_SASH_POSITION_MODE on class CL_WD_SPLITTER has no exception.

Method BIND_SASH_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20100325

Method BIND_SASH_TYPE on class CL_WD_SPLITTER has no exception.

Method BIND_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20100317

Method BIND_WIDTH on class CL_WD_SPLITTER has no exception.

Method BOUND_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100317
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100317
3 Returning PATH Value transfer Type reference (TYPE) STRING 20100317

Method BOUND_BORDER on class CL_WD_SPLITTER has no exception.

Method BOUND_COLLAPSE_DIRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20101122
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20101122
3 Returning PATH Value transfer Type reference (TYPE) STRING 20101122

Method BOUND_COLLAPSE_DIRECTION on class CL_WD_SPLITTER has no exception.

Method BOUND_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100317
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100317
3 Returning PATH Value transfer Type reference (TYPE) STRING 20100317

Method BOUND_HEIGHT on class CL_WD_SPLITTER has no exception.

Method BOUND_IS_COLLAPSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20120903
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20120903
3 Returning PATH Value transfer Type reference (TYPE) STRING 20120903

Method BOUND_IS_COLLAPSED on class CL_WD_SPLITTER has no exception.

Method BOUND_ORIENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100325
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100325
3 Returning PATH Value transfer Type reference (TYPE) STRING 20100325

Method BOUND_ORIENTATION on class CL_WD_SPLITTER has no exception.

Method BOUND_SASH_DESIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20110406
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20110406
3 Returning PATH Value transfer Type reference (TYPE) STRING 20110406

Method BOUND_SASH_DESIGN on class CL_WD_SPLITTER has no exception.

Method BOUND_SASH_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100317
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100317
3 Returning PATH Value transfer Type reference (TYPE) STRING 20100317

Method BOUND_SASH_POSITION on class CL_WD_SPLITTER has no exception.

Method BOUND_SASH_POSITION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100317
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100317
3 Returning PATH Value transfer Type reference (TYPE) STRING 20100317

Method BOUND_SASH_POSITION_MODE on class CL_WD_SPLITTER has no exception.

Method BOUND_SASH_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100325
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100325
3 Returning PATH Value transfer Type reference (TYPE) STRING 20100325

Method BOUND_SASH_TYPE on class CL_WD_SPLITTER has no exception.

Method BOUND_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100317
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100317
3 Returning PATH Value transfer Type reference (TYPE) STRING 20100317

Method BOUND_WIDTH on class CL_WD_SPLITTER has no exception.

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

Method CONSTRUCTOR on class CL_WD_SPLITTER has no exception.

Method GET_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100317
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100317
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_SPLITTER_BORDER 20100317

Method GET_BORDER on class CL_WD_SPLITTER has no exception.

Method GET_COLLAPSE_DIRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20101122
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20101122
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_SPLITTER_COLLAPSE_DIRECT 20101122

Method GET_COLLAPSE_DIRECTION on class CL_WD_SPLITTER has no exception.

Method GET_FIRST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_FIRST Value transfer Object reference (TYPE REF TO) CL_WD_UIELEMENT 20100317

Method GET_FIRST on class CL_WD_SPLITTER has no exception.

Method GET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100317
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100317
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20100317

Method GET_HEIGHT on class CL_WD_SPLITTER has no exception.

Method GET_IS_COLLAPSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20120903
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20120903
3 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20120903

Method GET_IS_COLLAPSED on class CL_WD_SPLITTER has no exception.

Method GET_ON_RESIZE Signature

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

Method GET_ON_RESIZE on class CL_WD_SPLITTER has no exception.

Method GET_ORIENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100325
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100325
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_SASH_ORIENTATION 20100325

Method GET_ORIENTATION on class CL_WD_SPLITTER has no exception.

Method GET_SASH_DESIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20110406
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20110406
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_SASH_DESIGN 20110406

Method GET_SASH_DESIGN on class CL_WD_SPLITTER has no exception.

Method GET_SASH_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100317
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100317
3 Returning VALUE Value transfer Type reference (TYPE) I 20100317

Method GET_SASH_POSITION on class CL_WD_SPLITTER has no exception.

Method GET_SASH_POSITION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100317
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100317
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_SASH_POSITION_MODE 20100317

Method GET_SASH_POSITION_MODE on class CL_WD_SPLITTER has no exception.

Method GET_SASH_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100325
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100325
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_SASH_TYPE 20100325

Method GET_SASH_TYPE on class CL_WD_SPLITTER has no exception.

Method GET_SECOND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_SECOND Value transfer Object reference (TYPE REF TO) CL_WD_UIELEMENT 20100317

Method GET_SECOND on class CL_WD_SPLITTER has no exception.

Method GET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20100317
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100317
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20100317

Method GET_WIDTH on class CL_WD_SPLITTER has no exception.

Method MAPPED_ON_RESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20101201

Method MAPPED_ON_RESIZE on class CL_WD_SPLITTER has no exception.

Method MAP_ON_RESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20101201

Method MAP_ON_RESIZE on class CL_WD_SPLITTER has no exception.

Method NEW_SPLITTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_BORDER Call by reference Type reference (TYPE) STRING 20100317
2 Importing BIND_COLLAPSE_DIRECTION Call by reference Type reference (TYPE) STRING 20101122
3 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20100317
4 Importing BIND_HEIGHT Call by reference Type reference (TYPE) STRING 20100317
5 Importing BIND_IS_COLLAPSED Call by reference Type reference (TYPE) STRING 20120903
6 Importing BIND_ORIENTATION Call by reference Type reference (TYPE) STRING 20100325
7 Importing BIND_SASH_DESIGN Call by reference Type reference (TYPE) STRING 20110406
8 Importing BIND_SASH_POSITION Call by reference Type reference (TYPE) STRING 20100317
9 Importing BIND_SASH_POSITION_MODE Call by reference Type reference (TYPE) STRING 20100317
10 Importing BIND_SASH_TYPE Call by reference Type reference (TYPE) STRING 20100325
11 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
12 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20100317
13 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20100317
14 Importing BIND_WIDTH Call by reference Type reference (TYPE) STRING 20100317
15 Importing BORDER Call by reference Type reference (TYPE) WDUI_SPLITTER_BORDER E_BORDER-NONE 20100317
16 Importing COLLAPSE_DIRECTION Call by reference Type reference (TYPE) WDUI_SPLITTER_COLLAPSE_DIRECT E_COLLAPSE_DIRECTION-NONE 20101122
17 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20100317
18 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20100317
19 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_SPLITTER 20100317
20 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20100317
21 Importing HEIGHT Call by reference Type reference (TYPE) STRING 20100317
22 Importing ID Call by reference Type reference (TYPE) STRING 20100317
23 Importing IS_COLLAPSED Call by reference Type reference (TYPE) WDY_BOOLEAN 20120903
24 Importing ON_RESIZE Call by reference Type reference (TYPE) STRING 20101201
25 Importing ORIENTATION Call by reference Type reference (TYPE) WDUI_SASH_ORIENTATION E_ORIENTATION-VERTICAL 20100325
26 Importing SASH_DESIGN Call by reference Type reference (TYPE) WDUI_SASH_DESIGN E_SASH_DESIGN-STANDARD 20110406
27 Importing SASH_POSITION Call by reference Type reference (TYPE) I '50' 20100317
28 Importing SASH_POSITION_MODE Call by reference Type reference (TYPE) WDUI_SASH_POSITION_MODE E_SASH_POSITION_MODE-PERCENT 20100317
29 Importing SASH_TYPE Call by reference Type reference (TYPE) WDUI_SASH_TYPE E_SASH_TYPE-INTERACTIVE 20100325
30 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
31 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20100317
32 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20100317
33 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20100317
34 Importing WIDTH Call by reference Type reference (TYPE) STRING 20100317

Method NEW_SPLITTER on class CL_WD_SPLITTER has no exception.

Method SET_BORDER 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_SPLITTER_BORDER 20100317

Method SET_BORDER on class CL_WD_SPLITTER has no exception.

Method SET_COLLAPSE_DIRECTION 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_SPLITTER_COLLAPSE_DIRECT 20101122

Method SET_COLLAPSE_DIRECTION on class CL_WD_SPLITTER has no exception.

Method SET_FIRST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_FIRST Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT 20100317

Method SET_FIRST on class CL_WD_SPLITTER has no exception.

Method SET_HEIGHT Signature

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

Method SET_HEIGHT on class CL_WD_SPLITTER has no exception.

Method SET_IS_COLLAPSED Signature

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

Method SET_IS_COLLAPSED on class CL_WD_SPLITTER has no exception.

Method SET_ON_RESIZE Signature

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

Method SET_ON_RESIZE on class CL_WD_SPLITTER has no exception.

Method SET_ORIENTATION 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_SASH_ORIENTATION 20100325

Method SET_ORIENTATION on class CL_WD_SPLITTER has no exception.

Method SET_SASH_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_SASH_DESIGN 20110406

Method SET_SASH_DESIGN on class CL_WD_SPLITTER has no exception.

Method SET_SASH_POSITION Signature

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

Method SET_SASH_POSITION on class CL_WD_SPLITTER has no exception.

Method SET_SASH_POSITION_MODE 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_SASH_POSITION_MODE 20100317

Method SET_SASH_POSITION_MODE on class CL_WD_SPLITTER has no exception.

Method SET_SASH_TYPE 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_SASH_TYPE 20100325

Method SET_SASH_TYPE on class CL_WD_SPLITTER has no exception.

Method SET_SECOND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_SECOND Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT 20100317

Method SET_SECOND on class CL_WD_SPLITTER has no exception.

Method SET_WIDTH Signature

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

Method SET_WIDTH on class CL_WD_SPLITTER has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 703