This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 3c1af55 reference from jewel to group, container and datacontainer
3c1af55 is described below
commit 3c1af55e6089cb819f55fa5195b8a27fc766279a
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Aug 13 11:06:17 2020 +0200
reference from jewel to group, container and datacontainer
---
component-sets/jewel.md | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/component-sets/jewel.md b/component-sets/jewel.md
index cd148f9..cbb8475 100644
--- a/component-sets/jewel.md
+++ b/component-sets/jewel.md
@@ -55,11 +55,14 @@ For the browsers, Apache Royale generates [ECMAScript
version 5 (ES5)](https://e
## Components
If the component name is a link, you can click it to see more information
about the component. We will update this list as we add information.
-| Type | Name | Description
| Available SDK
| State |
-|------------------ |---------------------------
|---------------------------------------------------------------------------------
|------------------ |-------------- |
-| __Containers__ | ButtonBar | Container that
displays a series of buttons
| 0.9.7 | Complete |
-| | Card | Container that surrounds other components
| 0.9.4
| |
-| | Grid | Container that uses Grid
Layout and needs other immediate children to work as cells and host content.
| 0.9.4 | Complete |
+| Type | Name |
Description
| Available SDK | State |
+|------------------ |----------------------------------------------
|---------------------------------------------------------------------------------
|------------------ |-------------- |
+| __Containers__ | ButtonBar |
Container that displays a series of buttons
| 0.9.7 | Complete |
+| | Card | Container
that surrounds other components | 0.9.4
| |
+| | [Container](component-sets/jewel/container) | Container
that surrounds other components | 0.9.4
| |
+| | [DataContainer](component-sets/jewel/datacontainer)| A
Container that generates child elements based on a data provider | 0.9.4
| |
+| | [Group](component-sets/jewel/group) | The most simple
container that groups other components | 0.9.4
| |
+| | Grid | Container that uses Grid
Layout and needs other immediate children to work as cells and host content.
| 0.9.4 | Complete |
| | SimpleTable | A basic HTML table that can be
declared in MXML |
0.9.4 | Complete |
| | Table | A complex HTML table
element filled from a data source. Cells are ItemRenderers.
| 0.9.4 | In Progress |
| | TabBar |
| 0.9.4 | Complete |