summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-06-28 19:45:35 +0300
committerLeif Åstrand <leif@vaadin.com>2012-06-28 19:45:35 +0300
commitb9b9c2dcd65181e7a0a8bbcad80b51cdce0937d2 (patch)
tree97bd4fa9960e6e3d5861231a84d68b8b0494a354 /src/com/vaadin/ui
parent0026faa5f5796c68fd4e96afdbd8574dc54a515d (diff)
downloadvaadin-framework-b9b9c2dcd65181e7a0a8bbcad80b51cdce0937d2.tar.gz
vaadin-framework-b9b9c2dcd65181e7a0a8bbcad80b51cdce0937d2.zip
Rename getWidgetElement() -> getElement() (#8888)
Diffstat (limited to 'src/com/vaadin/ui')
-rw-r--r--src/com/vaadin/ui/AbstractJavaScriptComponent.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/vaadin/ui/AbstractJavaScriptComponent.java b/src/com/vaadin/ui/AbstractJavaScriptComponent.java
index 0d7f60186a..969c5b7fcd 100644
--- a/src/com/vaadin/ui/AbstractJavaScriptComponent.java
+++ b/src/com/vaadin/ui/AbstractJavaScriptComponent.java
@@ -37,9 +37,9 @@ import com.vaadin.terminal.gwt.client.ui.JavaScriptWidget;
* the connector's parent. If <code>connectorId</code> is provided, the id of
* the parent of the corresponding connector with the passed id is returned
* instead.</li>
- * <li><code>getWidgetElement([connectorId])</code> - returns the DOM Element
- * that is the root of a connector's widget. <code>null</code> is returned if
- * the connector can not be found or if the connector doesn't have a widget. If
+ * <li><code>getElement([connectorId])</code> - returns the DOM Element that is
+ * the root of a connector's widget. <code>null</code> is returned if the
+ * connector can not be found or if the connector doesn't have a widget. If
* <code>connectorId</code> is not provided, the connector id of the current
* connector will be used.</li>
* <li><code>getState()</code> - returns an object corresponding to the shared