SAP ABAP Class CL_WD_FLASH_ISLAND (Embedding of flash controls within WD)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_GENERIC_ACTIVE_COMP (Package) UIE Library "GenericActiveComponent"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_ABSTR_GAC 20071010
Properties
Class CL_WD_FLASH_ISLAND  
Short Description Embedding of flash controls within WD    
Super Class CL_WD_ABSTR_GAC  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_GENERIC_ACTIVE_COMP   UIE Library "GenericActiveComponent" 
Created 20061102   SAP 
Last change 20130531   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_FLASH_ISLAND has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20110729 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20110729 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_SWF_FILE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20071010
2 CC_DATA_SOURCES Instance attribute Public Type reference (TYPE) I 20071029
3 CH_DATA_SOURCES Instance attribute Protected Type reference (TYPE) CL_WD_GAC_DATA_SOURCE=>TT_GAC_DATA_SOURCE 20071029
4 CID_FLASH_ISLAND Constant Public Type reference (TYPE) GUID 'DC7739B6C954C6F1856400127991401D' CID_FLASH_ISLAND 20061102
5 VL_SWF_FILE Instance attribute Protected Type reference (TYPE) STRING 20071010
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DATA_SOURCE Instance method Public Method 20071029
2 BIND_SWF_FILE Instance method Public Method 20071010
3 BOUND_SWF_FILE Instance method Public Method 20071010
4 CONSTRUCTOR Instance method Public Constructor 20061102
5 GET_DATA_SOURCE Instance method Public Method 20071029
6 GET_DATA_SOURCES Instance method Public Method 20071029
7 GET_SWF_FILE Instance method Public Method 20071010
8 HAS_DATA_SOURCES Instance method Public Method 20071029
9 NEW_FLASH_ISLAND Static method Public Method 20061102
10 NUMBER_OF_DATA_SOURCES Instance method Public Method 20071029
11 REMOVE_ALL_DATA_SOURCES Instance method Public Method 20071029
12 REMOVE_DATA_SOURCE Instance method Public Method 20071029
13 SET_SWF_FILE Instance method Public Method 20071010
Events
Class CL_WD_FLASH_ISLAND has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_FLASH_ISLAND Public See coding 20071010 tt_FLASH_ISLAND TYPE TABLE OF REF TO CL_WD_FLASH_ISLAND WITH DEFAULT KEY
Method Signatures

Method ADD_DATA_SOURCE 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 20071029
2 Importing THE_DATA_SOURCE Call by reference Object reference (TYPE REF TO) CL_WD_GAC_DATA_SOURCE 20071029

Method ADD_DATA_SOURCE on class CL_WD_FLASH_ISLAND has no exception.

Method BIND_SWF_FILE 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 20071010

Method BIND_SWF_FILE on class CL_WD_FLASH_ISLAND has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_FLASH_ISLAND has no exception.

Method GET_DATA_SOURCE 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 20071029
2 Importing INDEX Call by reference Type reference (TYPE) I 20071029
3 Returning THE_DATA_SOURCE Value transfer Object reference (TYPE REF TO) CL_WD_GAC_DATA_SOURCE 20071029

Method GET_DATA_SOURCE on class CL_WD_FLASH_ISLAND has no exception.

Method GET_DATA_SOURCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_DATA_SOURCES Value transfer Type reference (TYPE) CL_WD_GAC_DATA_SOURCE=>TT_GAC_DATA_SOURCE 20071029

Method GET_DATA_SOURCES on class CL_WD_FLASH_ISLAND has no exception.

Method GET_SWF_FILE 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 20071010
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20071010
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20071010

Method GET_SWF_FILE on class CL_WD_FLASH_ISLAND has no exception.

Method HAS_DATA_SOURCES 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 20071029

Method HAS_DATA_SOURCES on class CL_WD_FLASH_ISLAND has no exception.

Method NEW_FLASH_ISLAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20061102
2 Importing BIND_HEIGHT Call by reference Type reference (TYPE) STRING 20061102
3 Importing BIND_LIFE_TIME Call by reference Type reference (TYPE) STRING 20100329
4 Importing BIND_SWF_FILE Call by reference Type reference (TYPE) STRING 20071010
5 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20061102
6 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20061102
7 Importing BIND_WIDTH Call by reference Type reference (TYPE) STRING 20061102
8 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_FLASH_ISLAND 20061102
9 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20061102
10 Importing HEIGHT Call by reference Type reference (TYPE) STRING 20061102
11 Importing ID Call by reference Type reference (TYPE) STRING 20061102
12 Importing LIFE_TIME Call by reference Type reference (TYPE) WDUI_LIFE_TIME E_LIFE_TIME-WHEN_VISIBLE 20100329
13 Importing SWF_FILE Call by reference Type reference (TYPE) STRING 20071010
14 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20061102
15 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20061102
16 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20061102
17 Importing WIDTH Call by reference Type reference (TYPE) STRING 20061102

Method NEW_FLASH_ISLAND on class CL_WD_FLASH_ISLAND has no exception.

Method NUMBER_OF_DATA_SOURCES Signature

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

Method NUMBER_OF_DATA_SOURCES on class CL_WD_FLASH_ISLAND has no exception.

Method REMOVE_ALL_DATA_SOURCES Signature

Method REMOVE_ALL_DATA_SOURCES on class CL_WD_FLASH_ISLAND has no parameter.
Method REMOVE_ALL_DATA_SOURCES on class CL_WD_FLASH_ISLAND has no exception.

Method REMOVE_DATA_SOURCE 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 20071029
2 Importing INDEX Call by reference Type reference (TYPE) I 20071029
3 Returning THE_DATA_SOURCE Value transfer Object reference (TYPE REF TO) CL_WD_GAC_DATA_SOURCE 20071029

Method REMOVE_DATA_SOURCE on class CL_WD_FLASH_ISLAND has no exception.

Method SET_SWF_FILE 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 20071010

Method SET_SWF_FILE on class CL_WD_FLASH_ISLAND has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711