Uses of Interface
org.dashbuilder.client.widgets.dataset.explorer.DataSetSummary.View
-
Packages that use DataSetSummary.View Package Description org.dashbuilder.client.widgets.dataset.explorer -
-
Uses of DataSetSummary.View in org.dashbuilder.client.widgets.dataset.explorer
Classes in org.dashbuilder.client.widgets.dataset.explorer that implement DataSetSummary.View Modifier and Type Class Description classDataSetSummaryViewDefault view for DataSetSummary presenter.Methods in org.dashbuilder.client.widgets.dataset.explorer that return DataSetSummary.View Modifier and Type Method Description DataSetSummary.ViewDataSetSummary.View. showSizePanel(String backendSizeRow, String clientSizeKb)Displays some data set feature's sizes in a panel.DataSetSummary.ViewDataSetSummaryView. showSizePanel(String backendSizeRow, String clientSizeKb)DataSetSummary.ViewDataSetSummary.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.ViewDataSetSummaryView. showSizePanelIcon(org.gwtbootstrap3.client.ui.constants.IconType type, String title, String color, boolean spin)DataSetSummary.ViewDataSetSummary.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.DataSetSummary.ViewDataSetSummaryView. showStatusPanel(Boolean backendCacheStatus, Boolean pushEnabled, Boolean _refreshStatus)Methods in org.dashbuilder.client.widgets.dataset.explorer with parameters of type DataSetSummary.View Modifier and Type Method Description DataSetPanel.ViewDataSetPanel.View. configure(DataSetSummary.View summaryView)DataSetPanel.ViewDataSetPanelView. configure(DataSetSummary.View summaryView)Constructors in org.dashbuilder.client.widgets.dataset.explorer with parameters of type DataSetSummary.View Constructor Description DataSetSummary(org.dashbuilder.dataset.client.DataSetClientServices clientServices, javax.enterprise.event.Event<ErrorEvent> errorEvent, DataSetSummary.View view)
-