public class WindowLocationStrategy extends AbstractLocationStrategy
| Modifier and Type | Field and Description |
|---|---|
static WindowLocationStrategy |
NAME
Locating by name
|
static WindowLocationStrategy |
TITLE
Locating by title
|
static WindowLocationStrategy |
VAR
Locating by JavaScript variable
|
| Constructor and Description |
|---|
WindowLocationStrategy(String strategyName)
Constructs new named window location strategy
|
public static final WindowLocationStrategy TITLE
public static final WindowLocationStrategy NAME
public static final WindowLocationStrategy VAR
public WindowLocationStrategy(String strategyName)
strategyName - the name of strategyCopyright © 2013 JBoss by Red Hat. All Rights Reserved.