aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ComponentLocator.java
Commit message (Expand)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-610/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-1/+3
* Fix accidental invalid cast (#6690)Leif Åstrand2012-06-061-2/+1
* Initial extension support (#6690)Leif Åstrand2012-06-061-15/+14
* Moved each component to its own package on client sideArtur Signell2012-04-121-5/+5
* Moved shared classes out from connector to avoid class loader problemsArtur Signell2012-04-121-6/+6
* Updated Root to use hierarchy change event for content and windowsArtur Signell2012-04-121-26/+15
* Made debug id:s work againArtur Signell2012-03-211-3/+36
* Real fix for TabSheet TestBench compatibilityArtur Signell2012-03-141-2/+2
* Made TabSheet compatible with older TestBench scriptsArtur Signell2012-03-141-0/+7
* Organized imports and formatted all java filesArtur Signell2012-02-281-8/+8
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-4/+4
* getWidgetForPaintable -> getWidgetArtur Signell2012-02-271-5/+5
* Update ComponentLocator for changed GridLayout widget structure (#8313)Leif Åstrand2012-02-221-3/+10
* Update to simulate captions in ChildComponentContainer (#8313)Leif Åstrand2012-02-171-13/+11
* Simulate ChildComponentContainer in the new OrderedLayouts (#8313)Leif Åstrand2012-02-151-0/+52
* #8324 Split VView and VWindow into paintable and widgetArtur Signell2012-01-311-3/+4
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-4/+6
* Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-201-4/+4
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* #7101 ComponentLocator should only return elements that are attached to the DOMLeif Åstrand2011-09-131-1/+1
* #6362 ComponentLocator only uses Widgets implementing SubPartAware as referen...Artur Signell2011-01-311-0/+18
* Fix for #5671 - ComponentLocator should try to find SubPartAware parent widge...Artur Signell2010-09-231-0/+34
* Fix for #5638 - ComponentLocator does not use DOM hierarchy when a SubPartAwa...Artur Signell2010-09-201-7/+8
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-4/+4
* Reverted to using Iterable instead of HasWidgets as PopupView does not implem...Artur Signell2010-07-051-9/+13
* Fix for #5182 - ComponentLocator fails to identify widgets attached to RootPanelArtur Signell2010-06-161-108/+201
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
* Fix for #3417 - ComponentLocator should not assume all parent Widgets impleme...Artur Signell2009-09-281-10/+35
* #2904 Change client side class name prefixes I -> V (class names only, not ye...Henri Sara2009-05-111-11/+11
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+343