Methods
-
staticbcdui.component.cube.configuratorDND.fillBucketModel(cubeBucketModelId, configId, noClear, callback)
component/cube/cubeConfigurator/cubeConfiguratorDND.js, line 440 -
Used for initial filling but can also be used to reinitialize bucket model (e.g. after hiding selectable measures)
Name Type Default Description cubeBucketModelId
string The id of the cubeBucketModel configId
string The id of the used configuration noClear
boolean false optional true if current selection should not get changed callback
function optional callback function which is called as soon as bucketModel is fully filled -
staticbcdui.component.cube.configuratorDND.reDisplay(cubeId)
component/cube/cubeConfigurator/cubeConfiguratorDND.js, line 529 -
Refreshes the cube drag'n drop area This is e.g. necessary when a template is applied or the layout is cleaned or a client sided cube action is applied and you want to have e.g. icons being refreshed in the dnd area, or you have some custom options which remove measures dimensions on special rules and the dnd area needs to be in sync with the changes
Name Type Description cubeId
string The id of the linked cube