@Dependent public class DataSetPanel extends Object implements com.google.gwt.user.client.ui.IsWidget
Data Set Panel widget with a collapsed by default summary.
It displays a panel with a header and a collape panel body.
Modifier and Type | Class and Description |
---|---|
static interface |
DataSetPanel.View |
Constructor and Description |
---|
DataSetPanel(DataSetSummary dataSetSummary,
javax.enterprise.event.Event<EditDataSetEvent> editDataSetEvent,
DataSetPanel.View view,
org.jboss.errai.ioc.client.api.ManagedInstance<DataSetEditorPlugin> dataSetEditorPlugin) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
close() |
void |
disable() |
org.dashbuilder.dataset.def.DataSetDef |
getDataSetDef() |
void |
init() |
void |
show(org.dashbuilder.dataset.def.DataSetDef def,
String parentPanelId) |
@Inject public DataSetPanel(DataSetSummary dataSetSummary, javax.enterprise.event.Event<EditDataSetEvent> editDataSetEvent, DataSetPanel.View view, org.jboss.errai.ioc.client.api.ManagedInstance<DataSetEditorPlugin> dataSetEditorPlugin)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public void show(org.dashbuilder.dataset.def.DataSetDef def, String parentPanelId)
public void close()
public void disable()
public org.dashbuilder.dataset.def.DataSetDef getDataSetDef()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.