summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
* [merge from 6.7] Remove invalid import used by javadocsAutomerge2012-05-151-1/+0
| | | | svn changeset:23745/svn branch:6.8
* [merge from 6.7] Use equals instead of == to compare item ids (#8712). Using ↵Automerge2012-04-271-1/+1
| | | | | | == will fail at least with JPAContainer as the entity provider provides the id instances and it is not guaranteed that the same instance is returned every time (e.g. if using a Long the longs represent the same number but are not the same instance) svn changeset:23655/svn branch:6.8
* Add support for html in buttons (#8663)Leif Åstrand2012-04-261-0/+38
| | | | svn changeset:23634/svn branch:6.8
* [merge from 6.7] Reverted #7607 fixes and removed the test for now because ↵Automerge2012-04-171-4/+7
| | | | | | they cause the #8662 regression. svn changeset:23566/svn branch:6.8
* #8203 Improved javadoc, added null checkJohannes Dahlström2012-04-121-7/+10
| | | | svn changeset:23504/svn branch:6.8
* Fixed #8653: addTab(index) should not throw if index is out of boundsJohannes Dahlström2012-04-121-5/+6
| | | | svn changeset:23503/svn branch:6.8
* #6155 Javadoc/comments; refresh field value from data source on attachJohannes Dahlström2012-04-111-8/+39
| | | | svn changeset:23476/svn branch:6.8
* Allow splitter position to be float to avoid rounding errors (#4296)Artur Signell2012-04-101-13/+22
| | | | svn changeset:23419/svn branch:6.8
* #8203 Added TabSheet#setSelectedTab(int) and ↵Johannes Dahlström2012-04-051-1/+22
| | | | | | TabSheet#setSelectedTab(TabSheet.Tab) svn changeset:23408/svn branch:6.8
* Implemented #8307: Added AbstractField#removeAllValidators()Johannes Dahlström2012-04-051-0/+10
| | | | svn changeset:23407/svn branch:6.8
* Fixed #6155: stop listening to Property value change and read only status ↵Johannes Dahlström2012-04-051-20/+41
| | | | | | change events on detach to avoid a potential memory leak, resume listening on attach svn changeset:23406/svn branch:6.8
* #8209 Call click() from handleActionJohannes Dahlström2012-03-201-3/+1
| | | | svn changeset:23276/svn branch:6.8
* #8209 Added a public click() method to Button, simulating a click on server sideJohannes Dahlström2012-03-201-0/+11
| | | | svn changeset:23275/svn branch:6.8
* #6085 Allow setting an alternate text for Embedded, for accessibility purposesJohannes Dahlström2012-03-201-0/+33
| | | | svn changeset:23268/svn branch:6.8
* [merge from 6.7] Documented that GridLayout coordinates are zero-based. Also ↵Automerge2012-03-161-111/+145
| | | | | | cleaned up the GridLayout Javadocs generally. Fixes #8531. svn changeset:23256/svn branch:6.8
* [merge from 6.7] #7607 Make Table scroll to the very bottom when neededAutomerge2012-03-141-3/+7
| | | | svn changeset:23242/svn branch:6.8
* [merge from 6.7] #8077 restored accidentally deleted commentAutomerge2012-03-011-0/+2
| | | | svn changeset:23155/svn branch:6.8
* [merge from 6.7] Fixed #8077: removed a buggy optimization that prevented ↵Automerge2012-02-291-15/+1
| | | | | | the client-side row cache from being updated when adding/removing rows that are inside the cache area. This only occurred with Container.Indexed containers. svn changeset:23133/svn branch:6.8
* #5100 Support for server-side focus/blur listeners; handle disabled tabs ↵Johannes Dahlström2012-02-271-10/+27
| | | | | | correctly; handle tab scrolling correctly; removed debug messages svn changeset:23113/svn branch:6.8
* Patch for #5100 - TabSheet keyboard navigationJohannes Dahlström2012-02-161-1/+36
| | | | | | | | | - The active tab button in the tab bar is now focusable by clicking or via tabulator - When the focus is in the tab bar, the tab can be changed with left and right arrow keys - Delete key closes the active focused tab if closable - TODO: programmatic control on server side, configurable keyboard shortcuts svn changeset:23052/svn branch:6.8
* Reverted bad commit [23048]Johannes Dahlström2012-02-161-36/+1
| | | | svn changeset:23050/svn branch:6.8
* #5100 test caseJohannes Dahlström2012-02-161-1/+36
| | | | svn changeset:23048/svn branch:6.8
* Synchronized 6.8 branch between svn and git.Build Agent2012-01-312-28/+4
|
* #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-273-257/+257
| | | | svn changeset:22797/svn branch:6.7
* #8170: Symmetrically with attach(), Window.detach() should call detach() for ↵Johannes Dahlström2011-12-221-0/+13
| | | | | | subwindows svn changeset:22472/svn branch:6.7
* Fix #8170: Window.attach() did not call attach() for subwindowsJohannes Dahlström2011-12-221-0/+11
| | | | svn changeset:22471/svn branch:6.7
* [merge from 6.7] #8045 Removed incorrect/confusing javadocArtur Signell2012-01-271-13/+0
| | | | svn changeset:22769/svn branch:6.8
* #8273 Added sanity check to prevent trying to render past the end of the ↵Johannes Dahlström2012-01-231-0/+3
| | | | | | cells array svn changeset:22745/svn branch:6.8
* #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayoutArtur Signell2012-01-121-1/+25
| | | | svn changeset:22620/svn branch:6.8
* Merge from 6.7Johannes Dahlström2012-01-121-0/+10
| | | | svn changeset:22607/svn branch:6.8
* Merged changes from 6.7Johannes Dahlström2011-12-301-0/+24
| | | | svn changeset:22500/svn branch:6.8
* Merged changes from 6.8Johannes Dahlström2011-12-221-1/+3
| | | | svn changeset:22469/svn branch:6.8
* #8089 Don't fire TextChangeEvent inside TextChangeEventLeif Åstrand2011-12-091-7/+9
| | | | svn changeset:22361/svn branch:6.7
* Merged #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0879-144/+144
|\ | | | | | | svn changeset:22325/svn branch:6.8
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0879-144/+144
| | | | | | | | svn changeset:22317/svn branch:6.7
| * #7008 Table.setTableFieldFactory should refresh contentArtur Signell2011-12-071-0/+3
| | | | | | | | svn changeset:22307/svn branch:6.7
| * #7704 javadocArtur Signell2011-12-071-1/+1
| | | | | | | | svn changeset:22306/svn branch:6.7
| * #7630 Removed note about LoginForm being newArtur Signell2011-12-071-2/+0
| | | | | | | | svn changeset:22304/svn branch:6.7
| * #6937 Javadoc fixArtur Signell2011-12-071-2/+2
| | | | | | | | svn changeset:22303/svn branch:6.7
| * #5783, #4977 Improved Slider javadocArtur Signell2011-12-071-39/+63
| | | | | | | | svn changeset:22302/svn branch:6.7
| * #7668 - Formatted code to adhere to Vaadin coding conventionsJohannes Dahlström2011-11-292-8/+8
| | | | | | | | svn changeset:22171/svn branch:6.7
| * #7988 TreeTable.setCollapsed() should not throw NPE if the component has not ↵Henri Sara2011-11-282-4/+8
| | | | | | | | | | | | been rendered yet svn changeset:22147/svn branch:6.7
| * Fixed batch for #7668 - addComponent methods *must* add the component to the ↵Johannes Dahlström2011-11-242-22/+74
| | | | | | | | | | | | components list before calling super.addComponent() because AttachListeners expect it to be there svn changeset:22122/svn branch:6.7
| * #7988 no partial refresh for an item that is not in the buffer, improved testHenri Sara2011-11-241-1/+2
| | | | | | | | svn changeset:22120/svn branch:6.7
| * #7988 TreeTable.setCollapsed(...) should refresh UIHenri Sara2011-11-242-8/+19
| | | | | | | | svn changeset:22119/svn branch:6.7
| * Enhanced tests and fix for #7668 - re-adding a component at an index before ↵Johannes Dahlström2011-11-242-42/+22
| | | | | | | | | | | | | | | | | | | | its current one does nothing Simplified the logic in AbstractOrderedLayout/CssLayout#addComponent*() - super.addComponent() is now called first so that the invariant that there's never duplicate elements in the component list always holds, this fixes #7668. addComponent(c, index) now has a piece of additional logic handling the case when a component is moved to an index *after* its current one. svn changeset:22117/svn branch:6.7
| * #7972 drop on table should work also when page length is zeroHenri Sara2011-11-221-11/+6
| | | | | | | | svn changeset:22097/svn branch:6.7
| * #7062 ComboBox shows required indicator when in read onlyArtur Signell2011-11-171-1/+1
| | | | | | | | svn changeset:22023/svn branch:6.7
| * Form and Table now sets property to fields Viewer property if one exists. ↵Matti Tahvonen2011-11-162-3/+56
| | | | | | | | | | | | fixes #7942 svn changeset:22019/svn branch:6.7
| * #7837 do not use partial updates in TreeTable if the container does not ↵Henri Sara2011-11-151-2/+18
| | | | | | | | | | | | support item set change notifications svn changeset:22007/svn branch:6.7