SAP ABAP Class IF_SLAD_UI_POPUP_SETTINGS (SLAD: Popup Settings)
Properties
Class IF_SLAD_UI_POPUP_SETTINGS  
Short Description SLAD: Popup Settings    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060706   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SLAD_UI_POPUP_SETTINGS has no forward declaration.
Interfaces
Class IF_SLAD_UI_POPUP_SETTINGS has no interface implemented.
Friends
Class IF_SLAD_UI_POPUP_SETTINGS has no friend class.
Attributes
Class IF_SLAD_UI_POPUP_SETTINGS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_POSITION Instance method Public Method 20060706
2 GET_SIZE Instance method Public Method 20060706
3 SET_POSITION Instance method Public Method 20060706
4 SET_SIZE Instance method Public Method 20060706
Events
Class IF_SLAD_UI_POPUP_SETTINGS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_POSITION Public See coding 20060706 begin of TY_POSITION, top type i, left type i, end of ty_position
2 TY_SIZE Public See coding 20060706 begin of TY_SIZE , height type i, width type i, end of TY_SIZE
Method Signatures

Method GET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_POSITION 20060706

Method GET_POSITION on class IF_SLAD_UI_POPUP_SETTINGS has no exception.

Method GET_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_SIZE 20060706

Method GET_SIZE on class IF_SLAD_UI_POPUP_SETTINGS has no exception.

Method SET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEFT Call by reference Type reference (TYPE) I 5 20060706
2 Importing TOP Call by reference Type reference (TYPE) I 5 20060706
# Exception Resumable Description Created on
1 CX_SLAD_ILLEGAL_INPUT SALD: Eingabe nicht erlaubt 20060706

Method SET_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEIGHT Call by reference Type reference (TYPE) I -1 20060706
2 Importing WIDTH Call by reference Type reference (TYPE) I -1 20060706
# Exception Resumable Description Created on
1 CX_SLAD_ILLEGAL_INPUT SALD: Eingabe nicht erlaubt 20060706
History
Last changed by/on SAP  20090618 
SAP Release Created in