Widgets Fusion. Widget. SelectionPanel |
Fusion. Widget. SelectionPanelA widget to display information about the currently selected set of features. Summary
Fusion. Widget. SelectionPanel. SelectionRendererThis is a class designed to help users to create their own renderer for customize display results. Summary
oSelectionPanel{Fusion.Widget.SelectionPanel} The parent widget that uses the renderer. Fusion. Widget. SelectionPanel. SelectionRendererConstructor for a new Fusion.Widget.SelectionPanel.SelectionRenderer instance. Parameters
getNextPage
Get the next batches of features. Wrapper of the getPage() method. This method calcul the startIndex/endIndex of the next batch. Parameters
Returns{Array(Array)} An array of all features with their properties. getPreviousPage
Get the previous batches of features. Wrapper of the getPage() method. This method calcul the startIndex/endIndex of the previous batch. Parameters
Returns{Array(Array)} An array of all features with their properties. getPage
Get a batches of features in a selection. Parameters
Returns{Array(Array)} An array of all features with their properties. |
Get the next batches of features.
getNextPage: function( selectionLayer )
Get the previous batches of features.
getPreviousPage: function( selectionLayer )
Helper method to obtains the map.
getMap: function()
Get a batches of features in a selection.
getPage: function( selectionLayer, startIndex, endIndex )
Abstract method that handle the event: Fusion.Event.MAP_SELECTION_ON.
updateSelection: function()
Abstract method that handle the event: Fusion.Event.MAP_SELECTION_OFF.
clearSelection: function()