public static interface DataSetSummary.View extends UberView<DataSetSummary>
| Modifier and Type | Method and Description |
|---|---|
DataSetSummary.View |
showSizePanel(String backendSizeRow,
String clientSizeKb)
Displays some data set feature's sizes in a panel.
|
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.
|
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.
|
initDataSetSummary.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.
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.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.
DataSetSummary.View showSizePanel(String backendSizeRow, String clientSizeKb)
Displays some data set feature's sizes in a panel.
backendSizeRow - The formatted size value for backend cache (in rows).clientSizeKb - The formatted size value for client cache (in KByes).Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.