> When a Spec UI is build, the spec are looked up on class side. > > But in some special cases you can provide directly a SpecLayout object to a > model. > > > Why on class side? > The goal was to have a static description of a widget layout
so that we can reuse it without to have to automatically create an instance. > > Ben