Interface DataSetSummary.View

    • Method Detail

      • showStatusPanel

        DataSetSummary.View showStatusPanel​(Boolean backendCacheStatus,
                                            Boolean pushEnabled,
                                            Boolean refreshStatus)

        Displays some data set feature's status in a panel.It produces the loading icon in the status panel to be removed from parent.

        Parameters:
        backendCacheStatus - The status for the backend cache. If null, the widget for the status will be not displayed.
        pushEnabled - The status for the client push feature. If null, the widget for the status will be not displayed.
        refreshStatus - The status for the refresh feature. If null, the widget for the status will be not displayed.
        Returns:
        The view instance.
      • showSizePanelIcon

        DataSetSummary.View showSizePanelIcon​(org.gwtbootstrap3.client.ui.constants.IconType type,
                                              String title,
                                              String color,
                                              boolean spin)

        Displays an icon icon in the size panel such as a loading or error icon.

        Returns:
        The view instance.
      • showSizePanel

        DataSetSummary.View showSizePanel​(String backendSizeRow,
                                          String clientSizeKb)

        Displays some data set feature's sizes in a panel.

        Parameters:
        backendSizeRow - The formatted size value for backend cache (in rows).
        clientSizeKb - The formatted size value for client cache (in KByes).
        Returns:
        The view instance.