@Dependent public class DataSetSummaryView extends com.google.gwt.user.client.ui.Composite implements DataSetSummary.View
Default view for DataSetSummary presenter.
Constructor and Description |
---|
DataSetSummaryView() |
Modifier and Type | Method and Description |
---|---|
void |
init(DataSetSummary presenter) |
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.
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
public void init(DataSetSummary presenter)
init
in interface HasPresenter<DataSetSummary>
public DataSetSummary.View showStatusPanel(Boolean backendCacheStatus, Boolean pushEnabled, Boolean _refreshStatus)
DataSetSummary.View
Displays some data set feature's status in a panel.It produces the loading icon in the status panel to be removed from parent.
showStatusPanel
in interface DataSetSummary.View
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.public DataSetSummary.View showSizePanelIcon(org.gwtbootstrap3.client.ui.constants.IconType type, String title, String color, boolean spin)
DataSetSummary.View
Displays an icon icon in the size panel such as a loading or error icon.
showSizePanelIcon
in interface DataSetSummary.View
public DataSetSummary.View showSizePanel(String backendSizeRow, String clientSizeKb)
DataSetSummary.View
Displays some data set feature's sizes in a panel.
showSizePanel
in interface DataSetSummary.View
backendSizeRow
- The formatted size value for backend cache (in rows).clientSizeKb
- The formatted size value for client cache (in KByes).Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.