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
- 20 Blocks Available
This component provides a variety of customizable dialogs, including progress, message, error, warning, and success dialogs, with options for buttons, custom images, and animations.
Overview
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | buttonText | text | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | buttonText | text | - |
Methods
Shows a dialog with a custom image. id: unique id for the dialog. title: The title of the dialog. message: The message to display. messageTextSize: The text size of the message. image: The asset path of the image. neutralText: The text for the neutral button. neutralTextColor: The text color for the neutral button. neutralBackgroundColor: The background color for the neutral button. cancelable: Whether the dialog is cancelable.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | title | text | - |
3 | message | text | - |
4 | messageTextSize | Integer | - |
5 | image | String | - |
6 | neutralText | String | - |
7 | neutralTextColor | Integer | - |
8 | neutralBackgroundColor | Integer | - |
9 | cancelable | boolean | - |
Shows an error dialog with a title, message, and neutral button. id: unique id for the dialog. title: The title of the dialog. message: The message to display. messageTextSize: The text size of the message. neutralText: The text for the neutral button. neutralTextColor: The text color for the neutral button. neutralBackgroundColor: The background color for the neutral button. cancelable: Whether the dialog is cancelable.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | title | text | - |
3 | message | text | - |
4 | messageTextSize | Integer | - |
5 | neutralText | String | - |
6 | neutralTextColor | Integer | - |
7 | neutralBackgroundColor | Integer | - |
8 | cancelable | boolean | - |
Shows an error dialog with confirm, cancel, and neutral buttons. id: unique id for the dialog. title: The title of the dialog. message: The message to display. messageTextSize: The text size of the message. confirmText: The text for the confirm button. confirmTextColor: The text color for the confirm button. confirmBackgroundColor: The background color for the confirm button. cancelText: The text for the cancel button. cancelTextColor: The text color for the cancel button. cancelBackgroundColor: The background color for the cancel button. neutralText: The text for the neutral button. neutralTextColor: The text color for the neutral button. neutralBackgroundColor: The background color for the neutral button. cancelable: Whether the dialog is cancelable.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | title | text | - |
3 | message | text | - |
4 | messageTextSize | Integer | - |
5 | confirmText | String | - |
6 | confirmTextColor | Integer | - |
7 | confirmBackgroundColor | Integer | - |
8 | cancelText | String | - |
9 | cancelTextColor | Integer | - |
10 | cancelBackgroundColor | Integer | - |
11 | neutralText | String | - |
12 | neutralTextColor | Integer | - |
13 | neutralBackgroundColor | Integer | - |
14 | cancelable | boolean | - |
Shows a message dialog with a title, message, and neutral button. id: unique id for the dialog. title: The title of the dialog. message: The message to display. messageTextSize: The text size of the message. neutralText: The text for the neutral button. neutralTextColor: The text color for the neutral button. neutralBackgroundColor: The background color for the neutral button. cancelable: Whether the dialog is cancelable.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | title | text | - |
3 | message | text | - |
4 | messageTextSize | Integer | - |
5 | neutralText | String | - |
6 | neutralTextColor | Integer | - |
7 | neutralBackgroundColor | Integer | - |
8 | cancelable | boolean | - |
Shows a dialog that transitions to another dialog upon confirmation. title: The title of the initial dialog. message: The message of the initial dialog. messageTextSize: The text size of the initial message. confirmText: The text for the confirm button of the initial dialog. dialogType: The type of the initial dialog (e.g., SweetAlertDialog.WARNING_TYPE). cancelable: Whether the initial dialog is cancelable. overlapTitle: The title of the subsequent dialog. overlapMessage: The message of the subsequent dialog. overlapMessageTextSize: The text size of the subsequent message. overlapConfirmText: The text for the confirm button of the subsequent dialog. overlapType: The type of the subsequent dialog.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | title | text | - |
2 | message | text | - |
3 | messageTextSize | Integer | - |
4 | confirmText | String | - |
5 | dialogType | Integer | - |
6 | cancelable | boolean | - |
7 | overlapTitle | text | - |
8 | overlapMessage | text | - |
9 | overlapMessageTextSize | Integer | - |
10 | OverlapConfirmText | text | - |
11 | OverlapType | Integer | 14 |
Shows a progress dialog. title: The title of the dialog. cancelable: Whether the dialog is cancelable. barColor: The color of the progress bar. barWidth: The width of the progress bar. progress: The initial progress value. instantProgress: The instant progress value. circleRadius: The radius of the progress circle. rimColor: The color of the progress rim. rimWidth: The width of the progress rim. spinSpeed: The spin speed of the progress circle.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | title | text | - |
2 | cancelable | boolean | - |
3 | barColor | color | - |
4 | barWidth | Integer | - |
5 | progress | Integer | - |
6 | instantProgress | Integer | - |
7 | circleRadius | Integer | - |
8 | rimColor | color | - |
9 | rimWidth | Integer | - |
10 | spinSpeed | Integer | - |
Shows aprogress dialog with confirm, cancel, and neutral buttons. id: unique id for the dialog. title: The title of the dialog. message: The message to display. messageTextSize: The text size of the message. confirmText: The text for the confirm button. confirmTextColor: The text color for the confirm button. confirmBackgroundColor: The background color for the confirm button. cancelText: The text for the cancel button. cancelTextColor: The text color for the cancel button. cancelBackgroundColor: The background color for the cancel button. neutralText: The text for the neutral button. neutralTextColor: The text color for the neutral button. neutralBackgroundColor: The background color for the neutral button. cancelable: Whether the dialog is cancelable.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | title | text | - |
3 | message | text | - |
4 | messageTextSize | Integer | - |
5 | confirmText | String | - |
6 | confirmTextColor | Integer | - |
7 | confirmBackgroundColor | Integer | - |
8 | cancelText | String | - |
9 | cancelTextColor | Integer | - |
10 | cancelBackgroundColor | Integer | - |
11 | neutralText | String | - |
12 | neutralTextColor | Integer | - |
13 | neutralBackgroundColor | Integer | - |
14 | cancelable | boolean | - |
Shows a simple message dialog with a neutral button. id: unique id for the dialog. message: The message to display. neutralText: The text for the neutral button. neutralTextColor: The text color for the neutral button. neutralBackgroundColor: The background color for the neutral button. cancelable: Whether the dialog is cancelable.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | message | text | - |
3 | neutralText | String | - |
4 | neutralTextColor | Integer | - |
5 | neutralBackgroundColor | Integer | - |
6 | cancelable | boolean | - |
Shows a simple error dialog with a message and neutral button. id: unique id for the dialog. message: The message to display. messageTextSize: The text size of the message. neutralText: The text for the neutral button. neutralTextColor: The text color for the neutral button. neutralBackgroundColor: The background color for the neutral button. cancelable: Whether the dialog is cancelable.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | message | text | - |
3 | messageTextSize | Integer | - |
4 | neutralText | String | - |
5 | neutralTextColor | Integer | - |
6 | neutralBackgroundColor | Integer | - |
7 | cancelable | boolean | - |
Shows a success dialog with confirm and neutral buttons. id: unique id for the dialog. title: The title of the dialog. message: The message to display. messageTextSize: The text size of the message. confirmText: The text for the confirm button. confirmTextColor: The text color for the confirm button. confirmBackgroundColor: The background color for the confirm button. neutralText: The text for the neutral button. neutralTextColor: The text color for the neutral button. neutralBackgroundColor: The background color for the neutral button. cancelable: Whether the dialog is cancelable.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | title | text | - |
3 | message | text | - |
4 | messageTextSize | Integer | - |
5 | confirmText | String | - |
6 | confirmTextColor | Integer | - |
7 | confirmBackgroundColor | Integer | - |
8 | neutralText | String | - |
9 | neutralTextColor | Integer | - |
10 | neutralBackgroundColor | Integer | - |
11 | cancelable | boolean | - |
Shows a warning dialog with confirm, cancel, and neutral buttons. id: unique id for the dialog. title: The title of the dialog. message: The message to display. messageTextSize: The text size of the message. confirmText: The text for the confirm button. confirmTextColor: The text color for the confirm button. confirmBackgroundColor: The background color for the confirm button. cancelText: The text for the cancel button. cancelTextColor: The text color for the cancel button. cancelBackgroundColor: The background color for the cancel button. neutralText: The text for the neutral button. neutralTextColor: The text color for the neutral button. neutralBackgroundColor: The background color for the neutral button. cancelable: Whether the dialog is cancelable.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | Integer | - |
2 | title | text | - |
3 | message | text | - |
4 | messageTextSize | Integer | - |
5 | confirmText | String | - |
6 | confirmTextColor | Integer | - |
7 | confirmBackgroundColor | Integer | - |
8 | cancelText | String | - |
9 | cancelTextColor | Integer | - |
10 | cancelBackgroundColor | Integer | - |
11 | neutralText | String | - |
12 | neutralTextColor | Integer | - |
13 | neutralBackgroundColor | Integer | - |
14 | cancelable | boolean | - |
Properties
Deprecated Properties: Type_Normal (int): Deprecated. Use SweetDialogType.NORMAL_TYPE instead. Type_Error (int): Deprecated. Use SweetDialogType.ERROR_TYPE instead. Type_Sucess (int): Deprecated. Use SweetDialogType.SUCCESS_TYPE instead. Type_Warning (int): Deprecated. Use SweetDialogType.WARNING_TYPE instead.