Package com.vaadin.shared.data
Interface HierarchicalDataCommunicatorClientRpc
-
- All Superinterfaces:
ClientRpc,Serializable
public interface HierarchicalDataCommunicatorClientRpc extends ClientRpc
RPC interface used by HierarchicalDataProvider to send data to the client-side. Used in addition toDataCommunicatorClientRpc.- Since:
- 8.18
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetExpandCollapsePending(boolean pending)Settruewhen the client-side DataSource needs to be aware that there is one or more expand or collapse call affecting the cache within this round trip, andfalsewhen all expand or collapse changes have already been sent.
-
-
-
Method Detail
-
setExpandCollapsePending
void setExpandCollapsePending(boolean pending)
Settruewhen the client-side DataSource needs to be aware that there is one or more expand or collapse call affecting the cache within this round trip, andfalsewhen all expand or collapse changes have already been sent.- Parameters:
pending-truebefore the updates,falsewhen all the updates are done
-
-