Interface DataSetPanel.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<DataSetPanel>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<DataSetPanel>
- All Known Implementing Classes:
DataSetPanelView
- Enclosing class:
- DataSetPanel
public static interface DataSetPanel.View extends org.uberfire.client.mvp.UberView<DataSetPanel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSetPanel.Viewconfigure(DataSetSummary.View summaryView)DataSetPanel.ViewdisableActionButton()DataSetPanel.ViewenableActionButton(String buttonTitle, com.google.gwt.event.dom.client.ClickHandler clickHandler)DataSetPanel.ViewhideSummary()DataSetPanel.ViewshowHeader(String uuid, String parentCollapseId, com.google.gwt.safehtml.shared.SafeUri dataSetTypeImageUri, String dataSetTypeImageTitle, String dataSetTitle)Displays the summary header's.DataSetPanel.ViewshowSummary()
-
-
-
Method Detail
-
configure
DataSetPanel.View configure(DataSetSummary.View summaryView)
-
showHeader
DataSetPanel.View showHeader(String uuid, String parentCollapseId, com.google.gwt.safehtml.shared.SafeUri dataSetTypeImageUri, String dataSetTypeImageTitle, String dataSetTitle)
Displays the summary header's.
- Parameters:
uuid- The data set unique identifier.parentCollapseId- The identifier of the parent collage widget to refer for data toggle features.dataSetTypeImageUri- The uri for the data set type image.dataSetTypeImageTitle- The title for the data set type image.dataSetTitle- The title for the data set.- Returns:
- The view instance.
-
showSummary
DataSetPanel.View showSummary()
-
hideSummary
DataSetPanel.View hideSummary()
-
enableActionButton
DataSetPanel.View enableActionButton(String buttonTitle, com.google.gwt.event.dom.client.ClickHandler clickHandler)
-
disableActionButton
DataSetPanel.View disableActionButton()
-
-