You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/22 18:01:43 UTC

[royale-docs] branch master updated: more complete list of jewel components and some grid info

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 c9487a6  more complete list of jewel components and some grid info
c9487a6 is described below

commit c9487a603e7af89133c4bf9aeff4103e6b78d9dc
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Aug 22 20:01:30 2020 +0200

    more complete list of jewel components and some grid info
---
 component-sets/jewel.md            |  8 ++++++--
 component-sets/jewel/jewel-grid.md | 15 +++++++++++++--
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/component-sets/jewel.md b/component-sets/jewel.md
index 68b2330..a91ba05 100644
--- a/component-sets/jewel.md
+++ b/component-sets/jewel.md
@@ -58,20 +58,23 @@ If the component name is a link, you can click it to see more information about
 | Type          	| Name                                                  | Description                                                                      | Available SDK 	   | State     	   |
 |------------------	|------------------------------------------------------ |--------------------------------------------------------------------------------- |------------------ |-------------- |
 | __Containers__  	| [Application](component-sets/jewel/application)                                             | The root container of a Jewel Application                                      | 0.9.4             | Complete      |
-|                 	| [ApplicationMainContent](component-sets/jewel/applicationmaincontent)                                             | Container for ISelectableContent                                      | 0.9.4             | Complete      |
+|                 	| ApplicationMainContent                                             | Container for ISelectableContent                                      | 0.9.4             | Complete      |
 |                 	| [ButtonBar](component-sets/jewel/buttonbar)                                             | Container that displays a series of buttons                                      | 0.9.7             | Complete      |
 |   	            | [Card](component-sets/jewel/card)                     | Content (text, images,...) container with optional title and actions zones       | 0.9.4             | Complete      |
 |   	            | [Container](component-sets/jewel/container)           | Container that surrounds other components                                        | 0.9.4             | Complete      |
 |   	            | [DataContainer](component-sets/jewel/datacontainer)   | A Container that creates child elements dynamically based on a data provider     | 0.9.4             | Complete      |
+|   	            | DataGroup   | The DataContainer used internally by the Jewel [List](component-sets/jewel/list)     | 0.9.4             | Complete      |
 |   	            | [Drawer](component-sets/jewel/drawer)   | A container used for main navigation that can optionaly be hidden to the side of screen    | 0.9.4             | Complete      |
+|               	| FooterBar        	| The bottom container for main application navigation actions. 	| 0.9.4         	| Complete  	|
 |   	            | [Group](component-sets/jewel/group)                   | The most simple container that groups other components                 	       | 0.9.4             | Complete      |
 |   	            | [HContainer](component-sets/jewel/hcontainer)           | Container that layout other components horizontaly                                        | 0.9.7             | Complete      |
 |   	            | [HGroup](component-sets/jewel/hgroup)           | Group that layout other components horizontaly                                        | 0.9.7             | Complete      |
 |                	| [Grid](component-sets/jewel/grid)              	     | Container for responsive layout of childrens. 	| 0.9.4    	| Complete |
 |   	            | [ResponsiveView](component-sets/jewel/responsiveview)           | The main view for a responsive Application                                        | 0.9.4             | Complete      |
-|                	| TabBarContent    | A container to use with TabBar and capable of presenting organized content                            	| 0.9.4    	| Complete |
 |                	| SectionContent    | A container to separate content and present to the user   	| 0.9.4    	| Complete |
 |                	| ScrollableSectionContent    | A scrollable container to separate content and present to the user   	| 0.9.4    	| Complete |
+|                	| TabBarContent    | A container to use with TabBar and capable of presenting organized content                            	| 0.9.4    	| Complete |
+|               	| TopAppBar        	| The top container for main application title, navigation actions. 	| 0.9.4         	| Complete  	|
 |   	            | [VContainer](component-sets/jewel/vcontainer)           | Container that layout other components verticaly                                          | 0.9.7             | Complete      |
 |   	            | [View](component-sets/jewel/view)           | The main view in the Application                                        | 0.9.4             | Complete      |
 |   	            | [VGroup](component-sets/jewel/vgroup)           | Group that layout other components verticaly                                        | 0.9.7             | Complete      |
@@ -101,6 +104,7 @@ If the component name is a link, you can click it to see more information about
 |               	| TabBar  	            |                                                                                                      	| 0.9.4    	| Complete |
 |               	| [TextInput](component-sets/jewel/textinput)        	| A control for single-line text field. 	| 0.9.4         	| Complete  	|
 
+
 ## Jewel Themes
 
 The look and feel of the jewel component set are managed by [Jewel Themes](component-sets/jewel/themes).
diff --git a/component-sets/jewel/jewel-grid.md b/component-sets/jewel/jewel-grid.md
index 4eedaba..bc2651b 100644
--- a/component-sets/jewel/jewel-grid.md
+++ b/component-sets/jewel/jewel-grid.md
@@ -23,6 +23,17 @@ permalink: /component-sets/jewel/grid
 
 # Jewel Grid
 
-subtitle
+## Reference
+
+Available since version __0.9.4__.
+
+| Class                 	    | Extends                           |
+|------------------------------	|----------------------------------	|
+| [org.apache.royale.jewel.Grid](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel/Grid){:target='_blank'} | [org.apache.royale.jewel.supportClasses.container.AlignmentItemsContainer](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.supportClasses.container/AlignmentItemsContainer){:target='_blank'} |
+
+<sup>_Note: This component is currently only available for JavaScript._</sup>
+
+## Overview
+
+The Jewel Grid class is a [Container](component-sets/jewel/container) for responsive layout of childrens.
 
-text