What are the relations or differences between Container, Component, Element and Panel?
Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If briefly…
Element is wrapper for DOM element.
Component is basic class for all widgets.
Container is subclass of Component. It can have “items” (i.e. Container can contain other components).
Panel is subclass of Container. It can have header, footer, toolbars, and other docked items.
You can find more info in Layouts & Containers and Components