Uses of Class
org.cxbox.core.dto.rowmeta.PostAction.WaitUntilBuilder
Packages that use PostAction.WaitUntilBuilder
-
Uses of PostAction.WaitUntilBuilder in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta that return PostAction.WaitUntilBuilderModifier and TypeMethodDescriptionstatic <T extends org.cxbox.api.data.dto.DataResponseDTO,V>
PostAction.WaitUntilBuilder<T,V> PostAction.drillDownAndWaitUntil(@NonNull String url, @NonNull org.cxbox.api.data.BcIdentifier successConditionBc, @NonNull DtoField<? super T, V> successConditionField, V successConditionValue) Creates a post-action that performs a INNER drill-down and then waits until a specified condition is met.PostAction.WaitUntilBuilder.inProgressMessage(@NonNull String message) Sets the message displayed while waiting for the operation to complete.PostAction.WaitUntilBuilder.successMessage(@NonNull String message) Sets the message to displayed when operation successfully completes before timeout and forces UI to wait user to close popup manually.timeout (default and recommended value is 5 seconds).PostAction.WaitUntilBuilder.timeoutMaxRequests(int maxRequests) number of intermediate requests to check if successConditionField achieved successConditionValue before timeout is reachedPostAction.WaitUntilBuilder.timeoutMessage(@NonNull String message) Sets the message to displayed when operation completes because of timeout and forces UI to wait user to close popup manually.static <T extends org.cxbox.api.data.dto.DataResponseDTO,V>
PostAction.WaitUntilBuilder<T,V> Creates a post-action that waits until a specified condition is met.