com.plumtree.uiinfrastructure.pagecontrols.framework
Interface IJSComponentVersionMgr

All Known Implementing Classes:
JSDatePickerVersionMgr

public interface IJSComponentVersionMgr

Differnt products may want to manage version numbers for their JS components in different ways. This interface allows them to manager JS component versioning themselves, without making the page-controls framework dependent on any particular system of JS component version management. Note: if you are confused about JS Components and versioning of these, please consult the documentation for the JSRegistry project.

Author:
JohnO

Method Summary
 int GetJSComponentVersionNumber(java.lang.String _strJSComponentName)
          Given a JS Component name like "jsdatepicker", this method will return a version number (like 74565).
 

Method Detail

GetJSComponentVersionNumber

int GetJSComponentVersionNumber(java.lang.String _strJSComponentName)
Given a JS Component name like "jsdatepicker", this method will return a version number (like 74565). If no version number can be found, it should return -1.

Parameters:
_strJSComponentName - The name of the component for which one wants the version number.
Returns:



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.