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.
|
Modifier and Type | Method and Description |
---|---|
static ScrollTo |
ScrollTo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScrollTo[] |
ScrollTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Page.scrollTo(Control control,
ScrollTo scrollDirection)
Swipes screen till specific control appears.
|
boolean |
Page.scrollTo(java.lang.String text,
ScrollTo scrollDirection)
Swipes screen till specific text appears.
|
Modifier and Type | Method and Description |
---|---|
ScrollTo |
Control.getScrollDirection()
Gets the direction of scrolling.
|
Modifier and Type | Method and Description |
---|---|
void |
Control.setScrollDirection(ScrollTo scrollDirectionValue)
Sets the direction of scrolling.
|