summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/GridLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Add @since for 7.5.7 changesHenri Sara2015-10-041-1/+0
| | | | Change-Id: I661918af08299953e3caf5e51def0afbad809dd4
* Write all empty cells for empty GridLayout in declarative #18805Maciej Przepióra2015-09-291-2/+35
| | | | Change-Id: I589ba0dbb4aea7578f85894046e99903d9202e37
* Handle nested GridLayouts in declarative format correctly (#18312)Artur Signell2015-07-041-4/+8
| | | | Change-Id: Ie26a6d310dbeb4dbaa8a5c91782f94677639ddca
* Adds margin support to GridLayout declarative format (#18238)Teppo Kurki2015-06-111-0/+5
| | | | Change-Id: I5561ccf38f6bac3a304f6e8ab6262cb8bd391021
* Forget GridLayout row expand ratios for removed rows (#18166)Teppo Kurki2015-06-081-1/+7
| | | | Change-Id: I90a28fbc9c7eadac56a1d505d7cc80bb67342aae
* Forget GridLayout column expand ratios when removing columns (#18068)Teppo Kurki2015-06-051-1/+8
| | | Change-Id: I49e3e54a3e408a2c82ff5d2a0d51c037f60397c5
* Fix GridLayout declarative support (#16594)Teemu Suo-Anttila2015-04-101-1/+324
| | | Change-Id: I25e52a9246c9ccbc406d1f162b4e9ff69bb411ff
* Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-091-3/+0
| | | | Change-Id: I7a05ad72dfa3d16d85aa4d0cdd235572ec01e31a
* Add option for collapsing empty rows/columns in GridLayout (#14392)Artur Signell2014-08-211-0/+29
| | | | | | | | This reverts the new default behavior introduced in fix for #8855. If you want empty rows/columns to be ignored when rendering, use GridLayout.setHideEmptyRowsAndColumns(true) Change-Id: I38a8717d79cec7739b649174654b615db9d8dc7e
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-73/+78
| | | | | | | | Many core vaadin components did incorrectly mark the state as dirty when reading from them. This patch fixes the problem, which should reduce the amount of server->client state updates significantly. Change-Id: I342d74129e2985a7f407e9b53a802dc0146d9992
* Removes double spacing from gridLayout which has empty rows or columns (#8855)Dmitrii Rogozin2014-06-111-70/+71
| | | | | | | | | | If row has no elements or only invisible elements, its size will be set to zero. When row expand ratio was set, its size will be assigned to the value according to an expand ratio. If component takes several rows of the gridLayout, these rows are considered as non-empty and won't be removed. Change-Id: I10ddd22a6c9535b9978769bab7b496e11a28b78a
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Global code reformatLeif Åstrand2013-04-051-0/+1
| | | | Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2
* Enable setting default alignment for VerticalLayout, HorizontalLayout, ↵Artur Signell2013-04-021-0/+23
| | | | | | GridLayout (#11421) Change-Id: I56b14a6a027dc700748f2bd7219b47e1134bb56a
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Update GridLayout DOM in onConnectorHierarchyChange (#10324, #10097)Leif Åstrand2012-11-291-319/+110
| | | | | | | | | | | * Add ChildComponentData that is sent in the state instead of previous UIDL data * Store child data in a map instead of as a linked list * Move Cell instead of moving component form one Cell to the other if moved * Clean up internal state in remove(Widget) Change-Id: I3dabe0165b6dcdf70c0df06a0151b73d080187a5
* Unified deprecation messagesArtur Signell2012-11-221-2/+2
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Added ComponentContainer.addComponents (#10245)Artur Signell2012-11-221-13/+0
| | | | Change-Id: Ie859d194456466424c55ef5e1c2a330f0172e5de
* AbstractComponentContainer should implement getComponentIterator and not ↵Artur Signell2012-11-061-1/+1
| | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
| | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and ↵Johannes Dahlström2012-09-071-0/+31
| | | | #5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-9/+9
|
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-2/+22
|
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-3/+3
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-4/+4
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-8/+8
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-6/+0
|
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-46/+0
|
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* Refactored margin handlers (#8292)Artur Signell2012-08-221-2/+36
| | | | | | Only layouts actually supporting margins now implement MarginHandler CssLayout should be simplified before 7.0.0 so margin support was removed. GridLayout, VerticalLayout and HorizontalLayout were the only other layouts which actually supported margin. MarginInfo is now passed directly in the state.
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Removed more @version included in some files but not in all (#9299)Artur Signell2012-08-161-6/+0
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
|
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-3/+3
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+1415