123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: cchl
- // (C) Copyright IBM Corp. 2003, 2016.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- function I_CustomControlModule(){};I_CustomControlModule.prototype.initialize=function(oControlHost,fnDoneInitializing){};I_CustomControlModule.prototype.destroy=function(oControlHost){};I_CustomControlModule.prototype.draw=function(oControlHost){};I_CustomControlModule.prototype.show=function(oControlHost){};I_CustomControlModule.prototype.hide=function(oControlHost){};I_CustomControlModule.prototype.isInValidState=function(oControlHost){};I_CustomControlModule.prototype.getParameters=function(oControlHost){};I_CustomControlModule.prototype.setData=function(oControlHost,oDataStore){};
|