Package | Description |
---|---|
org.senchalabs.gwt.gwtdriver.models |
Modifier and Type | Class and Description |
---|---|
class |
GwtWidgetFinder<W extends GwtWidget<?>> |
Modifier and Type | Class and Description |
---|---|
class |
Dialog |
class |
GwtLabel |
class |
GwtRootPanel
Represents a
RootPanel . |
class |
Input
Simple abstraction to refer to many input widgets in GWT such as
TextBox ,
TextArea , PasswordTextBox , IntegerBox , etc. |
class |
WidgetContainer
A Widget that can contain more widgets.
|
Modifier and Type | Method and Description |
---|---|
<W extends GwtWidget<?>> |
GwtWidget.as(Class<W> clazz)
Re-wraps the widget's element as some other kind of widget.
|
<W extends GwtWidget<T>,T extends GwtWidgetFinder<W>> |
GwtWidget.find(Class<W> widgetType)
Starting point to find a widget using the finder dsl - pass in the GwtWidget subclass and an instance
of its basic finder will be created, with the current element and driver to act as a starting point.
|
static <W extends GwtWidget<T>,T extends GwtWidgetFinder<W>> |
GwtWidget.find(Class<W> widgetType,
WebDriver driver)
Static helper method to enable finding without an initial widget to start from.
|
static <W extends GwtWidget<T>,T extends GwtWidgetFinder<W>> |
GwtWidget.find(Class<W> widgetType,
WebDriver driver,
WebElement element)
Static helper method to enable finding without an initial widget to work from.
|
<W extends GwtWidget<?>> |
GwtWidget.is(Class<W> clazz)
Checks if this widget is of the specified type and so can
|
Modifier and Type | Method and Description |
---|---|
GwtWidget<?> |
WidgetContainer.findWidget(By by)
Convenience method to find a specific child/descendant widgets and wrap it.
|
Modifier and Type | Method and Description |
---|---|
List<GwtWidget<?>> |
WidgetContainer.findWidgets(By by)
Convenience method to find child/descendant widgets and wrap them.
|
Copyright © 2012-2013 Sencha Labs. All Rights Reserved.