C_ToggleButtonBar.js 942 B

123456
  1. // Licensed Materials - Property of IBM
  2. // IBM Cognos Products: hal
  3. // (C) Copyright IBM Corp. 2003, 2017.
  4. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. function C_ToggleButtonBar(_hB31, _hHG1, _hLN1){_hHG1.setAttribute( "multiSelect", "true" );this._hER=true;C_ToggleButtonBar.baseConstructor.call(this, _hB31, _hHG1, _hLN1);};C_ToggleButtonBar.F_Extends(C_ButtonBar);C_ToggleButtonBar.prototype.F_ToggleButton=function(_hHZ1,_hF31){if(_hHZ1){this._hC71(_hHZ1, _hF31);}this._h6X();};C_ToggleButtonBar.prototype.F_SelectButton=function(_hHZ1,_hF31){if(_hHZ1){this._hE31(_hHZ1, _hF31);if(this._hGZ1){return;}}this._h6X();};C_ToggleButtonBar.prototype._hC71=function(_hHZ1,_hF31){this._hL91( _hHZ1, _hHZ1.getAttribute( "selected" ) != "true" );if(_hF31!=false){this._hWF(_hHZ1);}};C_ToggleButtonBar.prototype._hS6=function(_hHZ1){this.F_ToggleButton(_hHZ1);};