Class ResultMessageProvider
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.optional.taskman.providers.ResultMessageProvider
-
public class ResultMessageProvider extends Object
Data provider for messages from a given task result.- Author:
- Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description ResultMessageProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.flow.data.provider.AbstractBackEndDataProvider<ResultMessage,Void>
buildDataProvider(TaskResult taskResult)
Builds a data provider for task result messages.
-
-
-
Method Detail
-
buildDataProvider
public com.vaadin.flow.data.provider.AbstractBackEndDataProvider<ResultMessage,Void> buildDataProvider(TaskResult taskResult)
Builds a data provider for task result messages.- Parameters:
taskResult
- The task result from which data will be retrieved.- Returns:
- Built data provider for task result messages.
-
-