aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/event/CollapseEvent.java
diff options
context:
space:
mode:
authorAleksi Hietanen <aleksi@vaadin.com>2017-05-12 09:54:53 +0300
committerHenri Sara <henri.sara@gmail.com>2017-05-16 15:35:17 +0300
commit760959a5d2e3144809cdc840497ce4dcdb89ea6b (patch)
tree8dfadca569d84bb66cbc15a01e55d320ab7dadda /server/src/main/java/com/vaadin/event/CollapseEvent.java
parent67c503d064ad26960a11a35327acadca7156ab61 (diff)
downloadvaadin-framework-760959a5d2e3144809cdc840497ce4dcdb89ea6b.tar.gz
vaadin-framework-760959a5d2e3144809cdc840497ce4dcdb89ea6b.zip
Improve CollapseEvent and ExpandEvent javadocs
Diffstat (limited to 'server/src/main/java/com/vaadin/event/CollapseEvent.java')
-rw-r--r--server/src/main/java/com/vaadin/event/CollapseEvent.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/server/src/main/java/com/vaadin/event/CollapseEvent.java b/server/src/main/java/com/vaadin/event/CollapseEvent.java
index 78da8d1529..45224496e7 100644
--- a/server/src/main/java/com/vaadin/event/CollapseEvent.java
+++ b/server/src/main/java/com/vaadin/event/CollapseEvent.java
@@ -21,8 +21,9 @@ import com.vaadin.ui.Component;
import com.vaadin.util.ReflectTools;
/**
- * An event that is fired when an item is collapsed. Note that expanded subtrees
- * of the collapsed item will not trigger collapse events.
+ * An event that is fired when an item is collapsed in a listing component that
+ * displays hierarchical data. Note that expanded subtrees of the collapsed item
+ * will not trigger collapse events.
*
* @author Vaadin Ltd
* @since 8.1
@@ -39,7 +40,7 @@ public class CollapseEvent<T> extends Component.Event {
* Construct a collapse event.
*
* @param source
- * the hierarchical this event originated from
+ * the hierarchical component this event originated from
* @param collapsedItem
* the item that was collapsed
* @param userOriginated