]> source.dussan.org Git - vaadin-framework.git/commit
Rename BackgroundMessage -> NoLoadingIndicator (#15373)
authorLeif Åstrand <leif@vaadin.com>
Tue, 13 Jan 2015 19:55:26 +0000 (21:55 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 13 Jan 2015 20:15:00 +0000 (20:15 +0000)
commit8e17afda2ec060f56da0626fb40b088670777e8c
treedc78c93c4739198daba52efe293b20f0bf42acf3
parent2fd0f18ec8362a23bf48069c64270344782e8eea
Rename BackgroundMessage -> NoLoadingIndicator (#15373)

Change-Id: Icc25e5727880baa9dceba3394522b3c5b3a4314f
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/metadata/TypeDataStore.java
shared/src/com/vaadin/shared/annotations/BackgroundMessage.java [deleted file]
shared/src/com/vaadin/shared/annotations/NoLoadingIndicator.java [new file with mode: 0644]
shared/src/com/vaadin/shared/data/DataRequestRpc.java
shared/src/com/vaadin/shared/ui/progressindicator/ProgressIndicatorServerRpc.java
shared/src/com/vaadin/shared/ui/ui/UIServerRpc.java