No.

the strand/beads concept is one of the key concepts in Royale. Is
composition over inheritance and PAYG (pay as you go).
so each component is a strand and has an array of beads.
Some beads are configured in CSS
You can add more beads in mxml or via AS3
in that way you have the code more modular and distributed and you avoid
monolithic classes like UIComponent (15k lines)
so in royale we pursupue the user "pay as you go" so if you need some piece
, you can compose.
For example textinput does not have password cloaking functionality you can
add that though a password bead, the same for enabled/disabled that is
another bead
layout is another bead and you can add to the strand in css or through
beads array



El sáb., 17 nov. 2018 a las 11:04, hferreira (<[email protected]>)
escribió:

> Royale <js:beads> is the equivalent for <s:layout> in Flex/Spark ?
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to