Class CQ.search.Util
| Package: | CQ.search |
| Class: | Util |
| Extends: | Object |
| Clientlib: | cq.search |
Public Properties
This class has no public properties.
Public Methods
| |
addLens( CQ.search.Lens le, String name, Object buttonConfig ) : void
Adds a lens to the lens container or - if no container is defined -
sets the solely lens.
Adds a lens to the lens container or - if no container is defined -
sets the solely lens.
|
Util |
| |
getLens() : CQ.search.LensContainer/CQ.search.Lens
Returns the active lens of the lens container or the solely lens.
Returns the active lens of the lens container or the solely lens.
Parameters:
Returns:
CQ.search.LensContainer/CQ.search.Lens
|
Util |
| |
getLensContainer() : CQ.search.LensContainer
Returns the lens container or null if no container is set.
Returns the lens container or null if no container is set.
Parameters:
Returns:
CQ.search.LensContainerThe lens container
|
Util |
| |
getQueryBuilder() : CQ.search.QueryBuilder
Returns the Query Builder.
Returns the Query Builder.
Parameters:
Returns:
CQ.search.QueryBuilderThe Query Builder
|
Util |
| |
getSelectedPaths() : Array
Returns the paths of the selected items
Returns the paths of the selected items
|
Util |
| |
getSelection() : Object/Array
Returns the selection of the active lens.
Returns the selection of the active lens.
|
Util |
| |
loadData( Object data ) : void
Passes the given data to the lens container or - if no
containter is defined - to the solely lens.
Passes the given data to the lens container or - if no
containter is defined - to the solely lens.
|
Util |
| |
maskLens() : void
Sets the mask on the active lens.
Sets the mask on the active lens.
|
Util |
| |
setLensContainer( CQ.search.LensContainer container ) : void
Sets the lens container.
Sets the lens container.
Parameters:
container : CQ.search.LensContainerThe lens container
Returns:
|
Util |
| |
setQueryBuilder( CQ.search.QueryBuilder qBuilder ) : void
Sets the Query Builder.
Sets the Query Builder.
Parameters:
qBuilder : CQ.search.QueryBuilderThe Query Builder
Returns:
|
Util |
Public Events
This class has no public events.