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¶ StringThe value ofmodesitem 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.PlaybackModeComboBoxThis field. - mode - :
StringThe selected mode value - agents -
OpenLayers.TimeAgentAn array of the time agents effected
- field -