public class Grid extends BasePattern
pattern| Constructor and Description |
|---|
Grid() |
| Modifier and Type | Method and Description |
|---|---|
int |
columnCount()
Gets the coloumn count
|
AutomationElement |
getItem(int x,
int y)
Get the item associated with the given cell
|
int |
rowCount()
Gets the row count
|
isAvailable, setPatternpublic AutomationElement getItem(int x, int y)
x - Cell X positiony - Cell Y positionpublic int rowCount()
public int columnCount()
Copyright © 2016. All rights reserved.