Uses of Class
io.github.mmm.ui.test.widget.TestWidget
-
-
Uses of TestWidget in io.github.mmm.ui.test.widget
Subclasses of TestWidget in io.github.mmm.ui.test.widget Modifier and Type Class Description class
TestActiveValidatableWidget<V>
Implementation ofUiInput
using JavaFx.class
TestActiveWidget
Implementation ofUiActiveWidget
for testing.class
TestClickableWidget
Implementation ofUiClickableWidget
for testing.class
TestLabel
Implementation ofUiLabel
for testing.class
TestText
Implementation ofUiText
for testing.class
TestValuedWidget<V>
Implementation ofUiInput
using JavaFx.Fields in io.github.mmm.ui.test.widget declared as TestWidget Modifier and Type Field Description protected static TestWidget
TestWidget. focussedWidget
The widget that is currently focussed. -
Uses of TestWidget in io.github.mmm.ui.test.widget.button
Subclasses of TestWidget in io.github.mmm.ui.test.widget.button Modifier and Type Class Description class
TestAbstractButton
Implementation ofUiAbstractButton
for testing.class
TestButton
Implementation ofUiButton
for testing. -
Uses of TestWidget in io.github.mmm.ui.test.widget.chart
Subclasses of TestWidget in io.github.mmm.ui.test.widget.chart Modifier and Type Class Description class
TestBarChart
Implementation ofUiBarChart
for testing.class
TestBarChartHorizontal
Implementation ofUiBarChartHorizontal
for JavaFx.class
TestBarChartVertical
Implementation ofUiBarChartVertical
for testing.class
TestChart<D>
Implementation ofUiChart
for testing.class
TestLineChart
Implementation ofUiLineChart
for JavaFx using.class
TestPieChart
Implementation ofUiPieChart
for testing. -
Uses of TestWidget in io.github.mmm.ui.test.widget.composite
Subclasses of TestWidget in io.github.mmm.ui.test.widget.composite Modifier and Type Class Description class
TestCollapsibleComposite<C extends UiWidget>
Implementation ofUiCollapsiblePanel
for testing.class
TestComposite<C extends UiWidget>
Implementation ofUiComposite
for testing.class
TestFailureComposite<C extends UiWidget>
Implementation ofUiFailureComposite
for testing.class
TestMutableComposite<C extends UiWidget>
Implementation ofUiMutableComposite
for testing.class
TestRemovableComposite<C extends UiWidget>
Implementation ofUiRemovableComposite
for testing.class
TestSlot
Implementation ofUiSlot
for JavaFx.class
TestValuedComposite<C extends UiWidget,V>
Implementation ofUiValuedComposite
for JavaFx. -
Uses of TestWidget in io.github.mmm.ui.test.widget.data
Subclasses of TestWidget in io.github.mmm.ui.test.widget.data Modifier and Type Class Description class
TestDataList<R>
Implementation ofUiDataTable
for JavaFx.class
TestTableColumn<R,V>
Implementation ofUiColumn
for JavaFx. -
Uses of TestWidget in io.github.mmm.ui.test.widget.form
Subclasses of TestWidget in io.github.mmm.ui.test.widget.form Modifier and Type Class Description class
TestFormGroup<V>
Implementation ofUiFormGroup
for testing.class
TestFormPanel<V>
Implementation ofUiFormPanel
using JavaFx.class
TestInputContainer<V>
Input container widget
for testing. -
Uses of TestWidget in io.github.mmm.ui.test.widget.img
Subclasses of TestWidget in io.github.mmm.ui.test.widget.img Modifier and Type Class Description class
TestAbstractImage
Implementation ofUiAbstractImage
for testing.class
TestIcon
Implementation ofUiIcon
for testing.class
TestImage
Implementation ofUiImage
for testing. -
Uses of TestWidget in io.github.mmm.ui.test.widget.input
Subclasses of TestWidget in io.github.mmm.ui.test.widget.input Modifier and Type Class Description class
TestAbstractChoice<O,V>
Implementation ofUiRadioChoice
for testing.class
TestAbstractRadioButton
Implementation ofUiAbstractRadioButton
for testing.class
TestAbstractSingleChoice<V>
Implementation ofUiRadioChoice
for testing.class
TestCheckbox
Implementation ofUiTextInput
for testing.class
TestComboBox<V>
Implementation ofUiComboBox
for testing.class
TestInput<V>
Implementation ofUiInput
using JavaFx.class
TestPasswordInput
Implementation ofUiPasswordInput
for testing.class
TestRadioButton
Implementation ofUiRadioButton
for testing.class
TestRadioChoice<V>
Implementation ofUiRadioChoice
for testing.class
TestSelectionInput
Implementation ofUiWidgetWithSelection
for testing.class
TestStringInput
Implementation ofTestTextualInput
for testing.class
TestTextArea
Implementation ofUiTextArea
for testing.class
TestTextInput
Implementation ofUiTextInput
for testing.class
TestTextualInput<V>
Implementation ofUiTextualInput
for testing. -
Uses of TestWidget in io.github.mmm.ui.test.widget.link
Subclasses of TestWidget in io.github.mmm.ui.test.widget.link Modifier and Type Class Description class
TestAbstractLink
Implementation ofUiAbstractLink
for testing.class
TestExternalLink
Implementation ofUiAbstractLink
for testing.class
TestInternalLink
Implementation ofUiAbstractLink
for testing. -
Uses of TestWidget in io.github.mmm.ui.test.widget.panel
Subclasses of TestWidget in io.github.mmm.ui.test.widget.panel Modifier and Type Class Description class
FxHorizontalPanel
Implementation ofUiHorizontalPanel
for testing.class
TestButtonPanel
Implementation ofUiButtonPanel
for testing.class
TestCollapsiblePanel
Implementation ofUiCollapsiblePanel
for testing.class
TestGridPanel
Implementation ofUiGridPanel
for testing.class
TestGridRow
Implementation ofUiGridRow
for testing.class
TestMutablePanel
Implementation ofUiMutablePanel
for testing.class
TestScrollPanel
Implementation ofUiScrollPanel
for JavaFx.class
TestVerticalPanel
Implementation ofUiVerticalPanel
for testing. -
Uses of TestWidget in io.github.mmm.ui.test.widget.window
Subclasses of TestWidget in io.github.mmm.ui.test.widget.window Modifier and Type Class Description class
TestAbstractWindow
Implementation ofUiAbstractWindow
for testing.class
TestChildWindow
Implementation ofUiChildWindow
for testing.class
TestMainWindow
Implementation ofUiWindow
for testing.class
TestPopup
Implementation ofUiPopup
for testing.class
TestWindow
Implementation ofUiWindow
for testing.
-