public interface GridViewGroup extends TestObject
| Modifier and Type | Method and Description |
|---|---|
void |
collapse()
Collapses the group.
|
void |
expand()
Expands the group.
|
boolean |
getExpanded()
Returns true if the group is expanded.
|
ItemCollection<GridViewGroup> |
getGroups()
Returns a collection of subgroups.
|
String |
getName()
Returns the name of the group.
|
callMethod, callMethod, cast, getProperty, setProperty, toStringItemCollection<GridViewGroup> getGroups() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.String getName() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getExpanded()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void expand()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void collapse()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.