GeoMOOSE.Tab.Service

Handles rendering services in the tab pane.

Inherits from

Summary
GeoMOOSE.Tab.ServiceHandles rendering services in the tab pane.
Functions
disableToolsDisables all the tools but remembers which one was active.
restoreToolsRenables the last tool, if defined.
_changeStepUsed to bind to the step-changing buttons.
changeStepChange to a step in the sequnce of steps for this service.
toBeginningGo back to the start of the settings for the service.

Functions

disableTools

disableTools: function()

Disables all the tools but remembers which one was active.

restoreTools

restoreTools: function()

Renables the last tool, if defined.

_changeStep

_changeStep: function()

Used to bind to the step-changing buttons.

changeStep

changeStep: function(step)

Change to a step in the sequnce of steps for this service.

toBeginning

toBeginning: function()

Go back to the start of the settings for the service.

disableTools: function()
Disables all the tools but remembers which one was active.
restoreTools: function()
Renables the last tool, if defined.
_changeStep: function()
Used to bind to the step-changing buttons.
changeStep: function(step)
Change to a step in the sequnce of steps for this service.
toBeginning: function()
Go back to the start of the settings for the service.
The GeoMOOSE Tab Class is pretty basic and can serve as a “blank” type of container.
Close