Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
DevExpress
framework
NavigationManager
Class NavigationManager
Index
Constructor methods
constructor
Properties
NAVIGATION_TARGETS
currentStack
currentUri
itemRemoved
navigated
navigating
navigatingBack
navigationCanceled
navigationStacks
Methods
back
canBack
clearHistory
currentIndex
currentItem
getItemByIndex
getPreviousItem
navigate
removeState
restoreState
rootUri
saveState
Constructor methods
constructor
(
options
?:
NavigationManagerOptions
)
:
NavigationManager
Parameters
options?:
NavigationManagerOptions
optional
Returns
NavigationManager
Properties
public
static
NAVIGATION_TARGETS
:
{ [key: string]: string; }
(
)
:
string
Returns
string
public
currentStack
:
NavigationStack
public
currentUri
:
string
public
itemRemoved
:
JQueryCallback
public
navigated
:
JQueryCallback
public
navigating
:
JQueryCallback
public
navigatingBack
:
JQueryCallback
public
navigationCanceled
:
JQueryCallback
public
navigationStacks
:
{ [key: string]: DevExpress.framework.NavigationStack; }
(
)
:
NavigationStack
Returns
NavigationStack
Methods
public
back
(
alternate
:
any
)
Parameters
alternate:
any
public
canBack
(
)
:
boolean
Returns
boolean
public
clearHistory
(
)
public
currentIndex
(
)
:
number
Returns
number
public
currentItem
(
)
:
any
Returns
any
public
getItemByIndex
(
index
:
number
)
:
any
Parameters
index:
number
Returns
any
public
getPreviousItem
(
)
:
any
Returns
any
public
navigate
(
uri
:
any
, options
?:
{ root?: boolean; target?: string; direction?: string; }
)
Parameters
uri:
any
options?:
{ root?: boolean; target?: string; direction?: string; }
optional
public
removeState
(
storage
:
IStorage
)
Parameters
storage:
IStorage
public
restoreState
(
storage
:
IStorage
)
Parameters
storage:
IStorage
public
rootUri
(
)
:
string
Returns
string
public
saveState
(
storage
:
IStorage
)
Parameters
storage:
IStorage
Globals
DevExpress
DevExpress.data
DevExpress.data.queryAdapters
DevExpress.data.utils
DevExpress.data.utils.odata
DevExpress.devices
DevExpress.framework
DevExpress.framework.html
DevExpress.framework.utils
DevExpress.ui
DevExpress.ui.dialog
jquery
ApplicationOptions
BrowserAdapterOptions
CommandMap
INavigationDevice
IStorage
IViewCache
NavigationManagerOptions
StateManagerOptions
dxCommandOptions
dxContentOptions
dxContentPlaceholderOptions
dxLayoutOptions
dxTransitionOptions
dxViewOptions
dxViewPlaceholderOptions
Application
BrowserNavigationDevice
CommandMapping
DefaultBrowserAdapter
HistorylessBrowserAdapter
MemoryKeyValueStorage
MvcRouter
NavigationManager
constructor
NAVIGATION_TARGETS
currentStack
currentUri
itemRemoved
navigated
navigating
navigatingBack
navigationCanceled
navigationStacks
back
canBack
clearHistory
currentIndex
currentItem
getItemByIndex
getPreviousItem
navigate
removeState
restoreState
rootUri
saveState
NavigationStack
NullViewCache
OldBrowserAdapter
Route
StateManager
ViewCache
dxCommand
dxCommandContainer
dxContent
dxContentPlaceholder
dxLayout
dxTransition
dxView
dxViewPlaceholder
createActionExecutors