Hierarchy That the Base Physical Renderer Class Uses
The following figure illustrates the hierarchy that the BasePhysicalRenderer class uses for
non-mobile applications, which is as follows:
-
BasePhysicalRenderer
-PhysicalRenderer
-JQGridRenderer
-
BasePhysicalRenderer
-PDQRenderer
BasePhysicalRenderer has a Member Variable (m_PM) and Methods (Init, GetPM, ShowUI, BindEvents, BindData, AttachPMBinding, EndLife). The member variable is a variable that is associated with the class. All methods can access this member variable.
