public class WidgetHelper
extends java.lang.Object
| Constructor and Description |
|---|
WidgetHelper() |
| Modifier and Type | Method and Description |
|---|---|
static WidgetList |
dropDownAt(Widget template,
double x,
double top,
double bottom,
double width,
java.util.Collection<Widget> options) |
static WidgetList |
dropDownAt(Widget template,
double x,
double top,
double bottom,
double width,
Widget... options) |
static WidgetList |
dropDownFrom(Widget from,
double bottom,
java.util.Collection<Widget> options) |
static WidgetList |
dropDownFrom(Widget from,
double bottom,
Widget... options) |
public static WidgetList dropDownAt(Widget template, double x, double top, double bottom, double width, Widget... options)
public static WidgetList dropDownAt(Widget template, double x, double top, double bottom, double width, java.util.Collection<Widget> options)
public static WidgetList dropDownFrom(Widget from, double bottom, Widget... options)
public static WidgetList dropDownFrom(Widget from, double bottom, java.util.Collection<Widget> options)