aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractSplitPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* Updated all empty @since tags to be published in 7.5.0Pekka Hyvönen2015-05-111-4/+4
| | | | | | Removed invalid @since from MarginInfo. Change-Id: I7ad0dee47e8686c5cbca05ca1363ae8741642be8
* SplitPanel should have an event for the splitter being moved (#3855)wodencafe2015-03-261-0/+77
| | | | Change-Id: I473e5a0f8420c95971af52ef230849f468ebbbad
* Add @since to AbstractSplitPanel. (#15285)Sauli Tähkäpää2014-12-181-1/+1
| | | | Change-Id: I476d8c7e53ce90941b00deefffc1b6a7ea63b43b
* Merge remote-tracking branch 'origin/declarative'Artur Signell2014-12-181-0/+128
|\ | | | | | | Change-Id: I7caf7a28f9c6e536797cf41e307e4d6d18bd3222
| * API refactoring (#7749)declarativeArtur Signell2014-12-171-1/+1
| | | | | | | | Change-Id: I835756b240bc9ece885acdc8f43ec6a1599bb7c5
| * Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-171-2/+14
| |\ | | | | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/ui/TextField.java Change-Id: I289cb9ec80d494ab79aec11a43708abf5b403a00
| * | Do not write child components in sub templates (#7749)Matti Hosio2014-12-161-0/+3
| | | | | | | | | | | | Change-Id: I7e19e86618bbf27ae3a6e585bab000f26dd8f6d5
| * | Do not remove children in read to ensure @DesignRoot reading worksArtur Signell2014-12-161-2/+0
| | | | | | | | | | | | | | | | | | properly (#7749) Change-Id: I8a3111e7007911adfd97c15373b634b2c57f5cd5
| * | createNode -> createElementArtur Signell2014-12-151-2/+2
| | | | | | | | | | | | Change-Id: Ifb7342a860fa73d51dc462b788a4530abb0bb52f
| * | Fix writing issues (#7749)Artur Signell2014-12-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A root component with @DesignRoot must always use its superclass for default values. Otherwise the written design will be empty as the design is read in the constructor. * A component which is not the root must not write its component tree if the component tree is generated in the constructor. This is a simplification which should be good enough for most cases (can't add children in constructor and also using addComponent - in this case the component added with addComponent will not be written). * Test cases for nested templates Change-Id: I3a384d1d8654b9865a3a790ebeb055a300a62135
| * | Do not create default instances while reading designs (#7749)Artur Signell2014-12-151-19/+9
| | | | | | | | | | | | Change-Id: I26cb6d8d43200d10ebf8c0ac22c538b4272f5ecd
| * | SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-8/+6
| | | | | | | | | | | | Change-Id: Ie5e420ac5d62a2aa3206051888e6dd0f8f30df11
| * | Declarative support for split panel (#7749).Mika Murtojarvi2014-12-121-0/+139
| | | | | | | | | | | | Change-Id: I96b7be150c9b6511f9fb701c5ee26afca67f1512
* | | Empty since tags -> 7.4Artur Signell2014-12-171-1/+1
| |/ |/| | | | | Change-Id: I73755f0c580c40b93d95df5e3ca55f6617c21353
* | Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-091-2/+0
| | | | | | | | Change-Id: I7a05ad72dfa3d16d85aa4d0cdd235572ec01e31a
* | Add getter to SplitterState.positionReversed (#15285)Anna Koskinen2014-11-251-0/+14
|/ | | | Change-Id: I1e3783d21cb5f2832838dfe36c91c7f6a4ddb313
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-011-8/+12
| | | | | | Fixed issue with SplitPanels which were not marking sets as dirty. Change-Id: I23bb8bfca87a825aef132f249e05871cf7b36a34
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-3/+8
| | | | | | | | 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
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Fixed typo in SplitPanel method (#10418)Artur Signell2013-01-021-1/+1
| | | | Change-Id: Ia211cb7175134087a1cbef404c55075fb098b5c6
* Rename ComponentEventListener to ConnectorEventListener (#10340)Leif Åstrand2012-11-231-2/+2
| | | | Change-Id: I8e5d60e0e6d7003eeff984ceb0b4bf04347267b0
* Unified deprecation messagesArtur Signell2012-11-221-2/+2
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* AbstractComponentContainer should implement getComponentIterator and not ↵Artur Signell2012-11-061-1/+1
| | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-3/+3
|
* Moved ReflectTools to com.vaadin.util (#4294)Artur Signell2012-09-041-1/+1
|
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-22/+22
|
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-2/+20
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-10/+2
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* 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-5/+4
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+521