This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/develop by this push:
new 5312e75 Update Flex-equivalents.md
5312e75 is described below
commit 5312e750905eabd888cc2dfde06b6dc415d98b35
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sat Feb 17 19:13:54 2018 -0400
Update Flex-equivalents.md
Added information about States.
---
User-interface/Flex-equivalents.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/User-interface/Flex-equivalents.md
b/User-interface/Flex-equivalents.md
index 3f8199e..6ce946a 100644
--- a/User-interface/Flex-equivalents.md
+++ b/User-interface/Flex-equivalents.md
@@ -18,6 +18,7 @@ As they become available, we will provide code snippets,
examples, and full tuto
_Details are coming soon._
- **ArrayCollection** is not yet available, but several Royale users report
good results by using ArrayList in its place.
+- **States** are a super tool that lets you include or exclude components
based on the current state of the application. For example, a
registration/login form could have different fields and controls depending on
whether the current state was "register" or "login". In Flex you could declare
States (and make other declarations) in the application level, and then use
those states for all the components of the application. In Royale the earliest
component where you can have such declaratio [...]
- PopUpManager
- BorderContainer - using UIBase
- Advanced DataGrid - TreeGrid
--
To stop receiving notification emails like this one, please contact
[email protected].