Class CQ_Analytics.ClickstreamcloudUI
| Package: | CQ_Analytics |
| Class: | ClickstreamcloudUI |
| Extends: | Object |
| Clientlib: | personalization.core |
Deprecated: since 5.5, use CQ_Analytics.ClientContextUI instead
The
CQ_Analytics.ClickstreamcloudUI object is a singleton providing utility methods to
display the clickstreamcloud and its session stores.
This class is a singleton and cannot be created directly.
Public Properties
| |
MODE_LINK : String
<static> Link display mode: property value is displayed as a link.
|
ClickstreamcloudUI |
| |
MODE_STATIC : String
<static> Static display mode: only property value is displayed as a simple text.
|
ClickstreamcloudUI |
| |
MODE_TEXTFIELD : String
<static> Textfield display mode: property value is displayed with pattern: property = value.
|
ClickstreamcloudUI |
| |
VERSION_FULL : String
<static> Full version display mode: displays a complete UI, session store properties/values are both shown.
|
ClickstreamcloudUI |
| |
VERSION_LIGHT : String
<static> Light version display mode: displays a light UI, only session store values are shown.
|
ClickstreamcloudUI |
Public Methods
| |
addLineBreak() : void
Adds a line break to the section.
Adds a line break to the section.
|
ClickstreamcloudUI |
| |
get() : Element
Returns the rendered section.
Returns the rendered section.
|
ClickstreamcloudUI |
| |
hide() : void
Hdes the ClickstreamcloudUI box.
Hdes the ClickstreamcloudUI box.
|
ClickstreamcloudUI |
| |
init( Object config ) : void
Initializes the clickstreamcloud UI with the given config.
Initializes the clickstreamcloud UI with the given config.
Parameters:
config : ObjectConfig object. Expected configs are:
- target: DOM element ID where the ClickstreamcloudUI will be inserted.
- version: CQ_Analytics.ClickstreamcloudUI.VERSION_FULL or CQ_Analytics.ClickstreamcloudUI.VERSION_LIGHT (defaults to FULL).
- hideEditLink: false to hide the edit link.
- hideLoadLink: false to hide the load link.
Returns:
|
ClickstreamcloudUI |
| |
isVisible() : Boolean
Returns if ClickstreamcloudUI is visible.
Returns if ClickstreamcloudUI is visible.
|
ClickstreamcloudUI |
| |
register( CQ_Analytics.SessionStore sessionStore, Object config, [Function renderer] ) : void
Registers a session store. Properties of the store will be displayed in a dedicated section.
Registers a session store. Properties of the store will be displayed in a dedicated section.
|
ClickstreamcloudUI |
| |
reset() : void
Resets the section, i.e. rebuilds section based on the current session store state.
Resets the section, i.e. rebuilds section based on the current session store state.
|
ClickstreamcloudUI |
| |
show() : void
Shows the ClickstreamcloudUI box.
Shows the ClickstreamcloudUI box.
|
ClickstreamcloudUI |
| |
toggle() : void
|
ClickstreamcloudUI |
Public Events
This class has no public events.