public static interface DataSetPanel.View extends UberView<DataSetPanel>
| Modifier and Type | Method and Description |
|---|---|
DataSetPanel.View |
configure(DataSetSummary.View summaryView) |
DataSetPanel.View |
disableActionButton() |
DataSetPanel.View |
enableActionButton(String buttonTitle,
com.google.gwt.event.dom.client.ClickHandler clickHandler) |
DataSetPanel.View |
hideSummary() |
DataSetPanel.View |
showHeader(String uuid,
String parentCollapseId,
com.google.gwt.safehtml.shared.SafeUri dataSetTypeImageUri,
String dataSetTypeImageTitle,
String dataSetTitle)
Displays the summary header's.
|
DataSetPanel.View |
showSummary() |
initDataSetPanel.View configure(DataSetSummary.View summaryView)
DataSetPanel.View showHeader(String uuid, String parentCollapseId, com.google.gwt.safehtml.shared.SafeUri dataSetTypeImageUri, String dataSetTypeImageTitle, String dataSetTitle)
Displays the summary header's.
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.DataSetPanel.View showSummary()
DataSetPanel.View hideSummary()
DataSetPanel.View enableActionButton(String buttonTitle, com.google.gwt.event.dom.client.ClickHandler clickHandler)
DataSetPanel.View disableActionButton()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.