Package | Description |
---|---|
ej.widget.navigation |
Navigation framework base classes.
|
ej.widget.navigation.navigator |
Navigators implementations.
|
ej.widget.navigation.page |
Pages framework and URL resolver.
|
ej.widget.navigation.stack |
Pages stack management.
|
ej.widget.navigation.transition |
Transition manager implementations.
|
Modifier and Type | Method and Description |
---|---|
Page |
Navigator.getCurrentPage()
Deprecated.
Gets the current page.
|
protected Page |
TransitionManager.getNextPage()
Deprecated.
Gets the next page.
|
protected Page |
Navigator.getNextPage()
Deprecated.
Gets the next page.
|
protected Page |
TransitionManager.getPreviousPage()
Deprecated.
Gets the previous page.
|
protected Page |
Navigator.getPreviousPage()
Deprecated.
Gets the previous page.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TransitionManager.addPage(Page page)
Deprecated.
Adds a page in the navigation container.
|
protected abstract void |
TransitionManager.animate(Page oldPage,
Page newPage,
boolean forward)
Deprecated.
Animates the transition between two pages of the navigation container.
|
protected void |
TransitionManager.removePage(Page page)
Deprecated.
Removes a page from the navigation container.
|
protected void |
TransitionManager.setChildBounds(Page newPage)
Deprecated.
Sets the bounds of a new page.
|
protected void |
Navigator.setChildBounds(Page newPage)
Deprecated.
Sets the bounds of a new page.
|
protected void |
TransitionManager.setCurrentPage(Page newPage)
Deprecated.
Sets the current page.
|
protected void |
Navigator.setCurrentPage(Page page)
Deprecated.
Sets the current page.
|
protected void |
TransitionManager.show(Page newPage,
boolean forward)
Deprecated.
Shows a new page.
|
protected void |
Navigator.show(Page newPage,
boolean forward)
Deprecated.
Shows a new page.
|
protected void |
Navigator.updateCurrentPage(Page newPage)
Deprecated.
Replaces the current page by the new one.
|
Modifier and Type | Method and Description |
---|---|
protected Page |
ChainedNavigatorURL.getNextPage()
Deprecated.
|
protected Page |
ChainedNavigatorReference.getNextPage()
Deprecated.
|
protected Page |
HistorizedNavigator.getPreviousPage()
Deprecated.
|
protected Page |
ChainedNavigatorURL.getPreviousPage()
Deprecated.
|
protected Page |
ChainedNavigatorReference.getPreviousPage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HistorizedNavigator.show(Page page)
Deprecated.
Shows a new page.
|
void |
SimpleNavigator.show(Page page,
boolean forward)
Deprecated.
|
Constructor and Description |
---|
ChainedNavigatorReference(Page[] pages,
boolean circular)
Deprecated.
Creates a navigator for chained pages.
|
Modifier and Type | Method and Description |
---|---|
Page |
URLResolver.resolve(java.lang.String url)
Gets a page from a URL.
|
Page |
ClassNameURLResolver.resolve(java.lang.String url) |
Modifier and Type | Method and Description |
---|---|
Page |
PageStackURL.elementAt(int index) |
Page |
PageStackReference.elementAt(int index) |
Page |
PageStack.elementAt(int index)
Gets the page at an index.
|
Page |
PageStackURL.peek() |
Page |
PageStackReference.peek() |
Page |
PageStack.peek()
Gets the page at the top of the stack.
|
Page |
PageStackURL.pop() |
Page |
PageStackReference.pop() |
Page |
PageStack.pop()
Gets and removes the page at the top of the stack.
|
Page |
PageStackURL.popUntil(java.lang.String url) |
Page |
PageStackReference.popUntil(java.lang.String url) |
Page |
PageStack.popUntil(java.lang.String url)
Gets and removes the last page pushed with a URL.
|
Modifier and Type | Method and Description |
---|---|
void |
PageStackURL.push(Page page) |
void |
PageStackReference.push(Page page) |
void |
PageStack.push(Page page)
Pushes a page at the top of the stack.
|
Modifier and Type | Method and Description |
---|---|
void |
HorizontalTransitionManager.animate(Page oldPage,
Page newPage,
boolean forward)
Deprecated.
|
void |
HorizontalScreenshotTransitionManager.animate(Page oldPage,
Page newPage,
boolean forward)
Deprecated.
|
protected boolean |
HorizontalTransitionManager.onDrag(Page currentPage,
int pointerX)
Deprecated.
Called when the user drags the pages to go back to the previous page.
|
protected boolean |
HorizontalScreenshotTransitionManager.onDrag(Page currentPage,
int pointerX)
Deprecated.
Called when the user drags the pages to go back to the previous page.
|