gxp.form.PlaybackModeComboBox
¶
-
class
gxp.form.
PalybackModeComboBox
(config)¶ A combo box for selecting the playback mode of temporal layer(s).
Public Properties¶
Public properties in addition to those listed for Ext.form.ComboBox.
-
PlaybackModeComboBox.
agents
¶ Array``(``OpenLayers.TimeAgent
) The array of time agents that this combo box will modify
-
PlaybackModeComboBox.
defaultMode
¶ String
The value ofmodes
item to select by default. Default istrack
(‘Normal’ mode)
Events¶
Events in addition to those listed for Ext.form.ComboBox.
-
modechange
Fired when the playback mode changes.
Listener arguments:
- field -
gxp.form.PlaybackModeComboBox
This field. - mode - :
String
The selected mode value - agents -
OpenLayers.TimeAgent
An array of the time agents effected
- field -