SAP ABAP Class CL_WD_PAT_TRAY (CL_WD_PAT_TRAY)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_PATTERN (Package) UIE Library "Pattern"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_ABSTR_PAT_CONTAINER 20040702
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_ROOT_ELEMENT 20060927
Properties
Class CL_WD_PAT_TRAY  
Short Description    
Super Class CL_WD_ABSTR_PAT_CONTAINER  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_PATTERN   UIE Library "Pattern" 
Created 20040702   SAP 
Last change 20141120    
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 20060927
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140113 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140113 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_TITLE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING BP_TITLE 20040702
2 CC_ITEMS Instance attribute Public Type reference (TYPE) I CC_ITEMS 20040702
3 CH_ITEMS Instance attribute Protected Type reference (TYPE) CL_WD_PAT_CONTENT_AREA=>TT_PAT_CONTENT_AREA CH_ITEMS 20040702
4 CID_PAT_TRAY Constant Public Type reference (TYPE) GUID 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB' CID_PAT_TRAY 20050316
5 DP_TITLE Instance attribute Protected Type reference (TYPE) WDR_UIEL_DDIC_PROPERTY DP_TITLE 20040702
6 IP_TITLE Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20090824
7 PL_TITLE Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20090824
8 VL_TITLE Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT VL_TITLE 20040702
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM Instance method Public Method ADD_ITEM 20040702
2 BIND_TITLE Instance method Public Method BIND_TITLE 20040702
3 BOUND_TITLE Instance method Public Method BOUND_TITLE 20040702
4 CONSTRUCTOR Instance method Public Constructor Constructor 20040702
5 GET_ITEM Instance method Public Method GET_ITEM 20040702
6 GET_ITEMS Instance method Public Method GET_ITEMS 20040702
7 GET_TITLE Instance method Public Method GET_TITLE 20040702
8 HAS_ITEMS Instance method Public Method HAS_ITEMS 20040702
9 NEW_PAT_TRAY Static method Public Method NEW_PAT_TRAY 20040702
10 NUMBER_OF_ITEMS Instance method Public Method NUMBER_OF_ITEMS 20040702
11 REMOVE_ALL_ITEMS Instance method Public Method REMOVE_ALL_ITEMS 20040702
12 REMOVE_ITEM Instance method Public Method REMOVE_ITEM 20040702
13 SET_TITLE Instance method Public Method SET_TITLE 20040702
Events
Class CL_WD_PAT_TRAY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_PAT_TRAY Public See coding TT_PAT_TRAY 20050316 tt_PAT_TRAY TYPE TABLE OF REF TO CL_WD_PAT_TRAY WITH DEFAULT KEY
Method Signatures

Method ADD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20040702
2 Importing THE_ITEM Call by reference Object reference (TYPE REF TO) CL_WD_PAT_CONTENT_AREA 20040702

Method ADD_ITEM on class CL_WD_PAT_TRAY has no exception.

Method BIND_TITLE 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 20040702

Method BIND_TITLE on class CL_WD_PAT_TRAY has no exception.

Method BOUND_TITLE 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 20040702
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040702

Method BOUND_TITLE on class CL_WD_PAT_TRAY 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 20040702
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702

Method CONSTRUCTOR on class CL_WD_PAT_TRAY has no exception.

Method GET_ITEM 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 20040702
2 Importing INDEX Call by reference Type reference (TYPE) I 20040702
3 Returning THE_ITEM Value transfer Object reference (TYPE REF TO) CL_WD_PAT_CONTENT_AREA 20040702

Method GET_ITEM on class CL_WD_PAT_TRAY has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_ITEMS Value transfer Type reference (TYPE) CL_WD_PAT_CONTENT_AREA=>TT_PAT_CONTENT_AREA 20040702

Method GET_ITEMS on class CL_WD_PAT_TRAY has no exception.

Method GET_TITLE Signature

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

Method GET_TITLE on class CL_WD_PAT_TRAY has no exception.

Method HAS_ITEMS Signature

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

Method HAS_ITEMS on class CL_WD_PAT_TRAY has no exception.

Method NEW_PAT_TRAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCESSIBILITY_DESCR Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
2 Importing BIND_ACCESSIBILITY_DESCR Call by reference Type reference (TYPE) STRING 20040702
3 Importing BIND_DESIGN Call by reference Type reference (TYPE) STRING 20040702
4 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20040702
5 Importing BIND_HAS_CONTENT_CONNECTOR Call by reference Type reference (TYPE) STRING 20040702
6 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
7 Importing BIND_TITLE Call by reference Type reference (TYPE) STRING 20040702
8 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20040702
9 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20040702
10 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20060613
11 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20060613
12 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_PAT_TRAY 20040702
13 Importing DESIGN Call by reference Type reference (TYPE) WDUI_PAT_DESIGN E_DESIGN-PLAIN 20040702
14 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040702
15 Importing HAS_CONTENT_CONNECTOR Call by reference Type reference (TYPE) WDY_BOOLEAN 20040702
16 Importing ID Call by reference Type reference (TYPE) STRING 20040702
17 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
18 Importing TITLE Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
19 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
20 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702
21 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20040702

Method NEW_PAT_TRAY on class CL_WD_PAT_TRAY has no exception.

Method NUMBER_OF_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I 20040702

Method NUMBER_OF_ITEMS on class CL_WD_PAT_TRAY has no exception.

Method REMOVE_ALL_ITEMS Signature

Method REMOVE_ALL_ITEMS on class CL_WD_PAT_TRAY has no parameter.
Method REMOVE_ALL_ITEMS on class CL_WD_PAT_TRAY has no exception.

Method REMOVE_ITEM 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 20040702
2 Importing INDEX Call by reference Type reference (TYPE) I 20040702
3 Returning THE_ITEM Value transfer Object reference (TYPE REF TO) CL_WD_PAT_CONTENT_AREA 20040702

Method REMOVE_ITEM on class CL_WD_PAT_TRAY has no exception.

Method SET_TITLE 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_MD_TRANSLATABLE_TEXT 20040702

Method SET_TITLE on class CL_WD_PAT_TRAY has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 710