You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.microej.demo.widget/README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Overview
2
2
3
-
This demo illustrates the widgets and containers available in the widget library: `ej.library.ui#widget-3.1.0 <https://repository.microej.com/artifacts/ej/library/ui/widget/3.1.0/>`_.
3
+
This demo illustrates the widgets and containers available in the widget library: [ej.library.ui#widget-3.1.0](https://repository.microej.com/modules/ej/library/ui/widget/3.1.0/).
4
4
5
5
At startup, it shows a list of items.
6
6
Clicking on an item opens a new page showing a widget or a set of widgets.
@@ -18,17 +18,31 @@ Each page class contains 2 methods:
18
18
Here are the pages:
19
19
20
20
-`Label`: demonstrates the simple `Label` widget from the widget library.
21
+
-`AutoscrollLabel`: demonstrates a label which autoscroll when the label text is longer than label length.
22
+
-`Image Widget` : demonstrates how to display an image using `ImageWidget` from the widget library.
23
+
-`Slider with value` : demonstrate a Slider with displayed value.
24
+
-`Slider with progress` : demonstrate a Slider with progress.
21
25
-`Button`: demonstrates different styles of the simple `Button` widget from the widget library.
22
26
-`Checkbox`: demonstrates a `Checkbox` widget.
23
27
-`Radio Button`: demonstrates a `RadioButton` widget.
24
28
-`Toggle`: demonstrates a `Toggle` widget animated when its state changes.
25
29
-`Progress Bar`: demonstrates a `ProgressBar` widget.
26
30
-`Indeterminate Progress Bar`: demonstrates an `IndeterminateProgressBar` widget.
31
+
-`Keyboard`: demonstrates a keyboard widget.
32
+
-`Circular Indeterminate Progress`: demonstrates a `CircularIndeterminateProgress` widget.
33
+
-`Circular Dotted Progress`: demonstrates a `CircularDottedProgress` widget.
34
+
-`Circular Progress`: demonstrates a `CircularProgress` widget.
35
+
-`Wheel` : demonstrates a `Wheel` widget.
36
+
-`Carousel`: demonstrates a `Carousel` widget.
27
37
-`List`: demonstrates the `List` container from the widget library.
28
38
-`Grid`: demonstrates the `Grid` container from the widget library.
29
39
-`Dock`: demonstrates the `Dock` container from the widget library.
30
40
-`Split`: demonstrates a `Split` container.
31
41
-`Scrollable List`: demonstrates a `Scrollable List` container.
42
+
-`Scrollable Text`: demonstrates displaying a long, scrollable text.
43
+
-`Line Chart`: demonstrates a `LineChart` widget.
44
+
-`Bar Chart`: demonstrates a `BarChart` widget.
45
+
32
46
33
47
# Usage
34
48
@@ -59,5 +73,5 @@ N/A
59
73
None.
60
74
61
75
---
62
-
_Copyright 2020 MicroEJ Corp. All rights reserved._
76
+
_Copyright 2020-2021 MicroEJ Corp. All rights reserved._
63
77
_Use of this source code is governed by a BSD-style license that can be found with this software._
0 commit comments