User Interface
User Interface (UI) refers to the visual and interactive elements of a digital system or application that enable users to interact with and control it.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 19 Blocks Available
This component allows you to create a view container that displays one child view at a time and provides methods for flipping between views, adding and removing views, and customizing animations and behavior.
Overview
This component allows you to create a view container that displays one child view at a time and provides methods for flipping between views, adding and removing views, and customizing animations and behavior.
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Component | AndroidViewComponent | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | Object | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get AutoStart | boolean | false |
2 | set AutoStart | boolean | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get isFlipping | boolean | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Height | Integer | -1 |
2 | set Height | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Width | Integer | -1 |
2 | set Width | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Interval | Integer | 500 |
2 | set Interval | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Visible | boolean | true |
2 | set Visible | boolean | - |