Class Index | File Index

Classes


Namespace contract.visible

The namespace for the contract interface (to be used by a page builder) for the visible contract. This contract interface allows the pagebuilder to notify the CHIP when the CHIP's visibility has been changed.
Defined in: visible.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
contract.visible.setVisible(bNewVisible)
Notifies the CHIP about its new visibility.
Namespace Detail
contract.visible
Since:
1.17.0
Method Detail
<static> contract.visible.setVisible(bNewVisible)
Notifies the CHIP about its new visibility. The CHIP is only informed, if the visibility is different then before.
Parameters:
{boolean} bNewVisible
the CHIP visibility
Since:
1.17.0
See:
chip.visible.isVisible
chip.visible.attachVisible

©Copyright (c) 2009-2014 SAP SE, All Rights Reserved
Documentation generated by JsDoc Toolkit 2.4.0 on Tue Mar 14 2017 08:48:14 GMT-0000 (UTC)