Uiinfrastructure API Docs  
 

JSComponentMgr Class

This class is meant to manage JS components. Most of the work is done by the parent class. However, there are some things that are specific to the JS classes that are handled by the JS registry. For many JS components (like the date-picker), you will want to override this class.

For a list of all members of this type, see JSComponentMgr Members.

System.Object
   com.plumtree.uiinfrastructure.pagecontrols.framework.ComponentMgr
      com.plumtree.uiinfrastructure.pagecontrols.framework.JSComponentMgr
         com.plumtree.uiinfrastructure.pagecontrols.jsdatepicker.JSDatePickerMgr

public class JSComponentMgr : ComponentMgr

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.pagecontrols.framework

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

JSComponentMgr Members | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace