I try to extend the widget set of GWT and GWT Incubator. There is no new widget hierarchy or event system. The LayoutPanel (which extends the AbsolutePanel widget) is the most important widget so far in GWT Mosaic. Its a widget has support for layout managers like BoxLayout, BorderLayout or FillLayout.
A list of new widgets that are based on the LayoutPanel is: - DeckLayouPanel - StackLayoutPanel - TabLayoutPanel - CaptionLayoutPanel (see: the Layout & Panels section, e.g.: http://69.20.122.77:8880/gwt-mosaic/Showcase.html#CwDeckLayoutPanel) Some other widgets that are based on LayoutPanel & GWT's Popup are the: - InfoPanel - WindowPanel - MessageBox There are also some other widgets like the: - ToolButton (which can be a push button, menu button split menu button, checkbox button or radio button) - ComboBox (not ready yet) - TreeTable (based on the FastTree & ScrollTable code from the GWT Incubator, also not ready) - DatePicker (also from GWT Incubator but modified to use a LayoutPanel) (see: the Popups section, e.g.: http://69.20.122.77:8880/gwt-mosaic/Showcase.html#CwWindowPanel) On Sep 21, 1:10 am, Dobes <[EMAIL PROTECTED]> wrote: > Could you give a preview of what's cool about it? Seems like you have > a bunch of new widgets, and some layout system. Anything else? > > On Sep 20, 2:57 pm, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > Hi, > > > After two release candidates and a lot of refactoring this is the > > first release of GWT Mosaic. > > > Home: > > > http://code.google.com/p/gwt-mosaic/ > > > Download: > > > http://code.google.com/p/gwt-mosaic/downloads/list > > > Kind Regards, > > George. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
