Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Wrapper

Former Member
0 Likes
815

Hi All,

What is meant by a control is wrapped. What is meant by being wrapped. I know that wrapper classes are used for making primitive types into classes.

But what is meant by using it in reference to controls.

Thanks

Varun Mathur

6 REPLIES 6
Read only

matt
Active Contributor
0 Likes
758

It means the control is in a container. So a text control will be in a container object.

Read only

Former Member
0 Likes
758

i know that a control is in a container.

But in documentation its written that :-

"_The ALV Grid Control is a special case as it uses a control that is already wrapped_"

Is does mean that Alv grid control is encapsulated in- CL_GUI_ALV_GRID.

Thanks

Varun

Read only

matt
Active Contributor
0 Likes
758

That's what I understand, yes.

Read only

Former Member
0 Likes
758

Can you also tell me foe example which control is not wrapped. ?

Varun

Read only

matt
Active Contributor
0 Likes
758

CL_GUI_TEXTEDIT

Read only

Former Member
0 Likes
758

I think not. Textedit control is wrapped in this - CL_GUI_TEXTEDIT.

Varun