FeatureGridResult.js

Summary
FeatureGridResult.js
Properties
featureConfigs (Array) An array of all the features added
selectedIndex (int) The index of the selected resourcein the featureConfigs array
enableHdMenu{Bool} enable or disable list header menu
Functions
initComponentThis method initialize the actions of the component
adaptColumnsToStoreThe method adapt the columns to the selected store
createActionThis method show a new window and call the method in the options of the resource to fill the new window

Properties

featureConfigs (Array) An array of all the features added

selectedIndex (int) The index of the selected resource

in the featureConfigs array

enableHdMenu

{Bool} enable or disable list header menu

Functions

initComponent

initComponent: function()

This method initialize the actions of the component

adaptColumnsToStore

adaptColumnsToStore : function()

The method adapt the columns to the selected store

Parameters: store(gxp.data.WFSFeatureStore) The store used for
the panel columns(Array) The array that contain columns

createAction

This method show a new window and call the method in the options of the resource to fill the new window

Parameters

store(int) The index of the selected resource
rowIndex(int) The index of the selected row
initComponent: function()
This method initialize the actions of the component
adaptColumnsToStore : function()
The method adapt the columns to the selected store
Close