| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.events.page | |
| com.github.kklisura.cdt.protocol.types.page |
| Modifier and Type | Method and Description |
|---|---|
ClientNavigationDisposition |
FrameRequestedNavigation.getDisposition()
The disposition for the navigation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FrameRequestedNavigation.setDisposition(ClientNavigationDisposition disposition)
The disposition for the navigation.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientNavigationDisposition |
ClientNavigationDisposition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientNavigationDisposition[] |
ClientNavigationDisposition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Kenan Klisura. All rights reserved.