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
- 49 Blocks Available
Provides a user interface element that users can tap to trigger actions. It offers various customization options, including text, colors, shapes, images, and interactive feedback. This component supports click events, long press events, touch events, hover events, and other interactions. It allows for detailed customization of the button's visual appearance and behavior.
Overview
android.permission.INTERNET
It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the
.accordion-body
,
though the transition does limit overflow.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 5 |
2 | right | Integer | 5 |
3 | top | Integer | 5 |
4 | bottom | Integer | 5 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 5 |
2 | right | Integer | 5 |
3 | top | Integer | 5 |
4 | bottom | Integer | 5 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | Integer | * |
2 | y | Integer | * |
3 | radius | Integer | #ffffff00 |
4 | Color | Integer | #ffffff00 |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get BackgroundColor | return | #a3a3ab |
2 | set BackgroundColor | text | #a3a3ab |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Elevation | return | 0 |
2 | set Elevation | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Enabled | return | true |
2 | set Enabled | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get FontBold | return | false |
2 | set FontBold | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get FontItalic | return | false |
2 | set FontItalic | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get FontSize | return | 14 |
2 | set FontSize | Integer | 14 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get FontTypeFace | return | default |
2 | set FontTypeFace | text | default |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Height | return | -1 |
1 | set Height | Integer | -1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Width | return | * |
2 | set Width | Integer | -1 |
Height or Width Percent
Specifies the component's vertical height as a percentage of the height of its parent Component.
Specifies the component's horizontal width as a percentage of the Width of its parent Component.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set HeightPercent | Integer | -1 |
1 | set widthPercent | Integer | -1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Image | return | * |
2 | set Image | text | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get RippleColor | return | #ccccccff |
2 | set RippleColor | color | #ccccccff |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get ShadowColor | return | #ffffff00 |
2 | set ShadowColor | color | #ffffff00 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Shape | Integer | 0 |
2 | set Shape | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Showfeedback | return | true |
2 | set Showfeedback | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Text | return | Text for Button1 |
2 | set Text | text | Text for Button1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get TextAlignment | return |