summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractComponent.java
Commit message (Expand)AuthorAgeFilesLines
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-151-2/+2
* TextArea size get reset when css resize is set (#14080)Bogdan Udrescu2014-07-281-29/+30
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-3/+3
* Prevent adding/setting parent component as child (#12720).Denis Anisimov2014-05-221-0/+20
* Adds methods for setting only width or height undefined #13546John Ahlroos2014-05-211-0/+20
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Remove dead codeJohannes Dahlström2014-01-171-3/+0
* | Make fields with value change listener immediateMatti Tahvonen2013-12-181-1/+17
* | removed invalid documentationMatti Tahvonen2013-12-171-8/+1
|/
* Validate that the connector is enabled before triggering actions for it (#12743)Artur Signell2013-10-151-2/+3
* Using StringTokenizer instead of String.split() in AbstractComponent (#8759)Fabian Lange2013-06-121-12/+10
* Add support for rem units (#11279)Leif Åstrand2013-06-121-1/+1
* Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-111-9/+25
* Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-291-1/+8
* Avoid markAsDirty for getters (#10977)Artur Signell2013-02-081-5/+10
* Fixed race condition in upload (#10942)Artur Signell2013-02-081-1/+1
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Send fraction pixel values to the client (#10531)Artur Signell2012-12-141-10/+2
* Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-281-1/+8
* Unified deprecation messagesArtur Signell2012-11-221-2/+2
* Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-211-59/+2
* Global code cleanupLeif Åstrand2012-11-211-1/+1
* Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-201-2/+1
* Added getState(boolean) to allow getState without side effects (#10006)Mikael Grankvist2012-11-201-1/+1
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-201-1/+2
* Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-201-3/+3
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-161-3/+3
* Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342)Artur Signell2012-11-071-309/+1
* Added Component.getDescription (#8154)Artur Signell2012-11-071-55/+4
* Javadoc + fixed a typo in method name #9724John Ahlroos2012-10-011-1/+1
* Merge branch 'primary-stylename' into sassMarc Englund2012-10-011-0/+10
|\
| * Added primary stylename handling on server side #9724John Ahlroos2012-09-241-0/+10
* | Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-281-3/+3
|/
* Mark component as dirty when visibility state changes (#9695)Artur Signell2012-09-241-0/+1
* Moved visible out from state so isVisible does not call markAsDirty (#9695)Artur Signell2012-09-201-3/+5
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-071-3/+3
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-061-5/+5
* Deprecated EventRouter with a message that it will be replaced before 7.0.0 (...Artur Signell2012-09-051-0/+17
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-27/+2
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-051-4/+4
* Moved ReflectTools to com.vaadin.util (#4294)Artur Signell2012-09-041-1/+1
* Add helper methods for checking stateJohn Ahlroos2012-08-311-2/+2
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-35/+38
* Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-301-3/+3
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-3/+3
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-14/+14
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-291-1/+1
* Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-281-3/+29
* Remaining Root -> UI renames (#8908)Artur Signell2012-08-241-11/+1