ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is the relationship between component family, component type and renderer type?

user-image
تم إضافة السؤال من قبل Shruti Srivastava , Guest researcher , PRI Wageningen University
تاريخ النشر: 2014/03/11
divya gudipati
من قبل divya gudipati , ASSOCIATE SOFTWARE , SRITCS

Component Type

While not a property of UIComponent, the component-type is an important piece of data related to each UIComponent subclass that allows the Application instance to create new instances of UIComponent subclasses with that type.

Component Family

Each standard user interface component class has a standard value for the component family, which is used to look up renderers associated with this component. Subclasses of a generic UI Component class will generally inherit this property from its superclass, so that renderers who only expect the superclass will still be able to process specialized subclasses.

المزيد من الأسئلة المماثلة