P - The type of the target page ("to page")public final class TransitionAnchor<P> extends Object implements elemental2.dom.EventListener
Instances of this class are normally obtained via dependency injection.
Instances of this class are immutable.
| Modifier and Type | Method and Description |
|---|---|
void |
click()
Programmatically click on the anchor.
|
void |
click(Multimap<String,String> state)
Programmatically click on the anchor (with alternate page state).
|
void |
handleEvent(elemental2.dom.Event evt) |
Class<P> |
toPageType()
The page this transition goes to.
|
public void click()
public void click(Multimap<String,String> state)
state - public void handleEvent(elemental2.dom.Event evt)
handleEvent in interface elemental2.dom.EventListenerCopyright © 2020 Treblereel. All rights reserved.