1008 Commits (master)

Author SHA1 Message Date
  Julien Dramaix e5530979ce make rebind static and call sink only if a gwt EventListener is associated to the element 13 years ago
  Julien Dramaix 080f7fb2e6 make rebind static and call sink only if a gwt EventListener is associated to the element 13 years ago
  Julien Dramaix 05167d6898 add detach method. 13 years ago
  Manolo Carrasco 8c0f85f1b8 println 13 years ago
  Manolo Carrasco 19162b28d6 Call rebind whenenver an element is reattached to the DOM, and clean events and data only if the remove method is called with "true" arg 13 years ago
  Julien Dramaix 98fcea5214 eq() and get() method must accept negative index (count from the end of the matched set) 13 years ago
  Manolo Carrasco b73b611d66 Add the old widget element when its parent is HTMLPanel and we want maintain it hidden in the dom 13 years ago
  Manolo Carrasco e370d58a00 Handle replacement of widgets, it needs to deal with more gwt panels 13 years ago
  Manolo Carrasco ae0f39d4ab adding a new method to widgets utils 13 years ago
  Julien Dramaix 8573fdc939 add DecoratorPanel factory 13 years ago
  Julien Dramaix 42817d8831 - add checkbox and radiobutton factories 13 years ago
  Julien Dramaix 0010506717 update lazy interface 13 years ago
  Julien Dramaix 00c93b2226 widgets plugin take care of widgets hierarchy 13 years ago
  Manolo Carrasco 3a65aa9601 call RootPanel.detachOnWindowClose only when the widget is not in another widget. Detach correctly the widget when is removed in gquery 13 years ago
  Manolo Carrasco 0d92946de9 moving back WidgetsUtils, new class GqUi to access protected methods of ui package. Detach widgets when removing elements 13 years ago
  Manolo Carrasco 46c3ff4a16 Removing Attachable and AttachableComposite and moving WidgetUtils to the gwt Widget package so as onAttach is visible. 13 years ago
  Julien Dramaix 39bfd906b3 - cannot replace some html tags 13 years ago
  Manolo Carrasco 4f0f82ae04 removed unused method 13 years ago
  Julien Dramaix 3061664133 add suggestbox in widget plugin 13 years ago
  Manolo Carrasco c30f74d68e fix iframe detection 13 years ago
  Manolo Carrasco 132a2b640f change visibility of methods so as they are available for external plugins 13 years ago
  Julien Dramaix 536f355e11 use a initializer object instead of Function 13 years ago
  Julien Dramaix ed2cee9641 implement ListBox creation in Widgets plugin 13 years ago
  Julien Dramaix 58d1098951 correct typo 13 years ago
  Julien Dramaix d29ef5553e remove enableAnimation ... This option is not needed to construct the widget and can be set in init function 13 years ago
  Julien Dramaix 59e9e9b347 check if a widget is not yet attached to the element before to create a new one 13 years ago
  Julien Dramaix e285c04550 add enable animation options 13 years ago
  Julien Dramaix 22bb93bd78 check on presence of a possible existing widget on element constituting the tab widget before to create a new one 13 years ago
  Julien Dramaix 702a479fbb header must found inside the element ! 13 years ago
  Julien Dramaix 47daab2a59 add disclosure panel 13 years ago
  Julien Dramaix a01efe08f9 improve filter method to work with detached elements 13 years ago
  Julien Dramaix cf78932b64 Lazy interface for widgets plugins 13 years ago
  Julien Dramaix e3edf6debf remove useless functions 13 years ago
  Julien Dramaix cb386194b1 correct behavior of replaceWith and replaceAll methods ! 13 years ago
  Manolo Carrasco 25a6102c6f update lazy interfaces 13 years ago
  Manolo Carrasco 1326e9cd50 fix compilation 13 years ago
  Manolo Carrasco c3400eed93 Added RichTextArea and DateBox widgetfactories. These are example of widgets which need to call onAttach 13 years ago
  Manolo Carrasco 02ed20bdc7 The method widget now accept the index of the widget to return 13 years ago
  Julien Dramaix 11b54244a6 improve widgets plugins 13 years ago
  Julien Dramaix 477fb6941d bug in replaceAll() method 13 years ago
  Julien Dramaix 7d1a0d2b45 finalize javadocs 13 years ago
  Manolo Carrasco ee2cdc4537 Replacing JSArray class in generators 13 years ago
  Julien Dramaix edfc97709b Remove JSArray class 13 years ago
  Manolo Carrasco 0446c76933 Refactoring of Lightweight JSO classes and more. 13 years ago
  Julien Dramaix 757f6e13d5 remove the asWidget() method from GQuery class as Widgets plugin is in a experimental state 13 years ago
  Julien Dramaix b7e8819cdc Refactoring of plugins package 13 years ago
  Manolo Carrasco 60a8c900d2 deferred generators do not use private constructors 13 years ago
  Julien Dramaix 7d48816332 make some constructor private 13 years ago
  Manolo Carrasco 6340030f93 update lazy interfaces 13 years ago
  Manolo Carrasco 1c7a59fe81 Re-factoring: moving classes from client package to specific packages. Improving javadocs 13 years ago