@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, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, 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, toStringpublic void init(DataSetSummary presenter)
init in interface HasPresenter<DataSetSummary>public DataSetSummary.View showStatusPanel(Boolean backendCacheStatus, Boolean pushEnabled, Boolean _refreshStatus)
DataSetSummary.ViewDisplays 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.ViewbackendCacheStatus - 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.ViewDisplays an icon icon in the size panel such as a loading or error icon.
showSizePanelIcon in interface DataSetSummary.Viewpublic DataSetSummary.View showSizePanel(String backendSizeRow, String clientSizeKb)
DataSetSummary.ViewDisplays some data set feature's sizes in a panel.
showSizePanel in interface DataSetSummary.ViewbackendSizeRow - The formatted size value for backend cache (in rows).clientSizeKb - The formatted size value for client cache (in KByes).Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.