Package | Description |
---|---|
com.github.mkolisnyk.sirius.client.ui |
Common package for all UI related abstractions and supporting classes.
|
com.github.mkolisnyk.sirius.client.ui.controls |
Common package for classes representing page controls.
|
com.github.mkolisnyk.sirius.client.ui.predicates |
Common storage for all core predicates.
|
com.github.mkolisnyk.sirius.cucumber.steps |
Major package to Cucumber-JVM step definitions.
|
Class and Description |
---|
Control
Major class for all control objects.
|
Class and Description |
---|
CheckBox
Wrapper class which is abstraction over the check box elements
of any similar looking elements which have checked/unchecked state.
|
Control
Major class for all control objects.
|
Editable
Base class for all controls which have modifiable states
like edit fields, check boxes etc.
|
RadioButton
Wrapper class which is abstraction over the radio buttons or any other similar
items which can be checked.
|
SelectList
Control extension which wraps Select instance and corresponds to the list objects
(e.g.
|
Class and Description |
---|
Control
Major class for all control objects.
|
Editable
Base class for all controls which have modifiable states
like edit fields, check boxes etc.
|
Class and Description |
---|
Control
Major class for all control objects.
|