We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.data.
Interface HierarchicalDataCommunicatorClientRpc
-
All Superinterfaces:
public interface HierarchicalDataCommunicatorClientRpc extends ClientRpc
RPC interface used by HierarchicalDataProvider to send data to the client-side. Used in addition to
DataCommunicatorClientRpc
.Since:
8.18
-
-
Method Summary
All Methods Modifier and Type Method Description void
setExpandCollapsePending​(boolean pending)
Set
true
when 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, andfalse
when all expand or collapse changes have already been sent.
-
-
-
Method Detail
-
setExpandCollapsePending
void setExpandCollapsePending​(boolean pending)
Set
true
when 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, andfalse
when all expand or collapse changes have already been sent.Parameters:
pending
-true
before the updates,false
when all the updates are done
-
-